diff options
Diffstat (limited to 'lang')
96 files changed, 0 insertions, 11901 deletions
diff --git a/lang/Makefile b/lang/Makefile index 9e3f7ce30713..57bedb67023a 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -7,7 +7,6 @@ SUBDIR += J SUBDIR += abcl SUBDIR += adacontrol - SUBDIR += afnix SUBDIR += alchemist.el SUBDIR += algol68g SUBDIR += angelscript @@ -52,7 +51,6 @@ SUBDIR += duktape SUBDIR += duktape-lib SUBDIR += ecl - SUBDIR += elan SUBDIR += elixir SUBDIR += elixir-mode.el SUBDIR += elk @@ -106,7 +104,6 @@ SUBDIR += ghc SUBDIR += gjs SUBDIR += gnat_util - SUBDIR += gnatcross-aarch64 SUBDIR += gnatcross-binutils-aarch64 SUBDIR += gnatcross-sysroot-aarch64 SUBDIR += gnatdroid-armv7 @@ -129,14 +126,10 @@ SUBDIR += harbour SUBDIR += haskell-mode.el SUBDIR += hla - SUBDIR += hope SUBDIR += hs-brainfuck SUBDIR += hs-unlambda SUBDIR += huc - SUBDIR += hugs SUBDIR += icc - SUBDIR += ici - SUBDIR += icon SUBDIR += intel-compute-runtime SUBDIR += intercal SUBDIR += io @@ -202,7 +195,6 @@ SUBDIR += neko SUBDIR += nesasm SUBDIR += newlisp - SUBDIR += newlisp-devel SUBDIR += nhc98 SUBDIR += nickle SUBDIR += nim @@ -215,11 +207,9 @@ SUBDIR += ocaml-autoconf SUBDIR += ocaml-camlidl SUBDIR += ocaml-nox11 - SUBDIR += ohugs SUBDIR += onyx SUBDIR += oo2c SUBDIR += opencoarrays - SUBDIR += opendylan SUBDIR += ott SUBDIR += owl-lisp SUBDIR += p5-Data-JavaScript @@ -262,7 +252,6 @@ SUBDIR += petite-chez SUBDIR += pfe SUBDIR += pharo - SUBDIR += phc SUBDIR += php-mode.el SUBDIR += php72 SUBDIR += php72-extensions @@ -347,7 +336,6 @@ SUBDIR += spl SUBDIR += squeak SUBDIR += squirrel - SUBDIR += starlogo SUBDIR += swi-pl SUBDIR += tcbasic SUBDIR += tcc @@ -370,8 +358,6 @@ SUBDIR += visualworks SUBDIR += voc SUBDIR += yabasic - SUBDIR += yap - SUBDIR += yap-devel SUBDIR += yorick SUBDIR += ypsilon SUBDIR += zig diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile deleted file mode 100644 index 5e2e7a41f16f..000000000000 --- a/lang/afnix/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= afnix -PORTVERSION= 2.6.3 -PORTREVISION= 5 -CATEGORIES= lang -MASTER_SITES= http://www.afnix.org/ftp/ \ - ftp://ftp.stack.nl/pub/users/johans/afnix/ -DISTNAME= ${PORTNAME}-src-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Multi-threaded functional programming language - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -BROKEN_armv6= fails to compile: operator new takes type size_t as first parameter -BROKEN_armv7= fails to compile: operator new takes type size_t as first parameter -BROKEN_i386= fails to build -BROKEN_powerpc= fails to configure -BROKEN_powerpc64= fails to build: afnix-setup: cannot determine linking type - -USES= compiler:c++11-lang gmake tar:tgz -USE_LDCONFIG= yes -HAS_CONFIGURE= yes -CONFIGURE_SCRIPT= cnf/bin/afnix-setup -CONFIGURE_ARGS= -o --prefix "${PREFIX}" --altdir "${PREFIX}" \ - --shrdir "${PREFIX}/share" --compiler clang++ - -PORTDOCS= * -PLIST_SUB= PORTVER=${PORTVERSION:R} - -OPTIONS_DEFINE= DOCS - -post-patch: - @${REINPLACE_CMD} -e 's|$$(CP)|$$(BSD_INSTALL_PROGRAM)|' \ - ${WRKSRC}/src/*/*/exe/Makefile - @${REINPLACE_CMD} -e '/\.rtf/d' ${WRKSRC}/etc/Makefile - @${REINPLACE_CMD} -e '/uname -r/s/\\\./[.-]/' \ - ${WRKSRC}/cnf/bin/afnix-guess - -post-build: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} doc - @cd ${WRKSRC}/prj && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} doc - -post-install: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} DESTDIR=${STAGEDIR} ${MAKE_CMD} publish - -.include <bsd.port.mk> diff --git a/lang/afnix/distinfo b/lang/afnix/distinfo deleted file mode 100644 index da196a5235f2..000000000000 --- a/lang/afnix/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1467094130 -SHA256 (afnix-src-2.6.3.tgz) = c685c59f8e588fd431ce58eb56c3d3e6c0e1d54ad66803606696416791310b2a -SIZE (afnix-src-2.6.3.tgz) = 2246649 diff --git a/lang/afnix/files/patch-cnf_bin_afnix-setup b/lang/afnix/files/patch-cnf_bin_afnix-setup deleted file mode 100644 index b4818f678278..000000000000 --- a/lang/afnix/files/patch-cnf_bin_afnix-setup +++ /dev/null @@ -1,11 +0,0 @@ ---- cnf/bin/afnix-setup.orig 2014-01-02 15:24:19.000000000 +0100 -+++ cnf/bin/afnix-setup 2014-01-05 21:12:17.000000000 +0100 -@@ -378,7 +378,7 @@ do - --pkgdoc=*) pkgdoc="$argopt";; - --pkgwww) preopt=pkgwww;; - --pkgwww=*) pkgwww="$argopt";; -- --compiler) preopt=compiler;; -+ --compiler) preopt=ccname;; - --compiler=*) ccname="$argopt";; - --proctype) preopt=proctype;; - --proctype=*) proctype="$argopt";; diff --git a/lang/afnix/files/patch-cnf_mak_afnix-clg4.mak b/lang/afnix/files/patch-cnf_mak_afnix-clg4.mak deleted file mode 100644 index 948c346f8655..000000000000 --- a/lang/afnix/files/patch-cnf_mak_afnix-clg4.mak +++ /dev/null @@ -1,27 +0,0 @@ ---- cnf/mak/afnix-clg4.mak.orig 2015-01-03 13:34:32 UTC -+++ cnf/mak/afnix-clg4.mak -@@ -19,19 +19,19 @@ - # - compiler and linker section - - # ---------------------------------------------------------------------------- - --CC = clang++ --LD = clang++ --LK = clang++ -+CC = $(CXX) -+LD = $(CXX) -+LK = $(CXX) - AR = ar - RANLIB = ranlib - STDEVFLAGS = --STDCCFLAGS = -std=c++11 -Wall -Werror -Wno-overloaded-virtual -+STDCCFLAGS = -std=c++11 -Wall -W -Wno-overloaded-virtual - STDCCFLAGS += -fno-builtin -Qunused-arguments - STACCFLAGS = - DYNCCFLAGS = -fPIC - PLTCCFLAGS = - DEBUGFLAGS = -g --OPTCCFLAGS = -O2 -+OPTCCFLAGS = - PFLCCFLAGS = - COVCCFLAGS = - CPPCCFLAGS = -nostdinc -nostdinc++ diff --git a/lang/afnix/files/patch-cnf_mak_afnix-defs.mak b/lang/afnix/files/patch-cnf_mak_afnix-defs.mak deleted file mode 100644 index 4a19aaaaf3c0..000000000000 --- a/lang/afnix/files/patch-cnf_mak_afnix-defs.mak +++ /dev/null @@ -1,25 +0,0 @@ ---- cnf/mak/afnix-defs.mak.orig 2014-01-02 15:24:19.000000000 +0100 -+++ cnf/mak/afnix-defs.mak 2014-01-08 15:26:18.000000000 +0100 -@@ -58,14 +58,14 @@ BLDDEB = $(BLDPKG)/deb/afnix-$(VERSION) - # - install path definition - - # ---------------------------------------------------------------------------- - --BINDIR = $(PREFIX)/bin --LIBDIR = $(PREFIX)/lib --PRJDIR = $(PREFIX)/lib/afnix --HDRDIR = $(PREFIX)/include/afnix --DOCDIR = $(SHRDIR)/doc/afnix --MANDIR = $(SHRDIR)/man --ETCDIR = $(ALTDIR)/etc/afnix --WWWDIR = $(ALTDIR)/var/www/afnix -+BINDIR = $(DESTDIR)$(PREFIX)/bin -+LIBDIR = $(DESTDIR)$(PREFIX)/lib -+PRJDIR = $(DESTDIR)$(PREFIX)/lib/afnix -+HDRDIR = $(DESTDIR)$(PREFIX)/include/afnix -+DOCDIR = $(DESTDIR)$(SHRDIR)/doc/afnix -+MANDIR = $(DESTDIR)$(MANPREFIX)/man -+ETCDIR = $(DESTDIR)$(ALTDIR)/etc/afnix -+WWWDIR = $(DESTDIR)$(ALTDIR)/var/www/afnix - - # ---------------------------------------------------------------------------- - # - other shared commands and scripts - diff --git a/lang/afnix/files/patch-cnf_mak_afnix-rule.mak b/lang/afnix/files/patch-cnf_mak_afnix-rule.mak deleted file mode 100644 index 997ebdf6fb5d..000000000000 --- a/lang/afnix/files/patch-cnf_mak_afnix-rule.mak +++ /dev/null @@ -1,70 +0,0 @@ ---- cnf/mak/afnix-rule.mak.orig 2013-01-19 04:28:54.000000000 +0100 -+++ cnf/mak/afnix-rule.mak 2013-05-04 18:31:02.000000000 +0200 -@@ -24,7 +24,7 @@ endif - ifeq ($(CCMODE),optimized) - ENVFLAGS = $(STDEVFLAGS) $(PLTEVFLAGS) - CPPFLAGS = $(STDCCFLAGS) $(PLTCCFLAGS) $(CPPCCFLAGS) $(OPTCCFLAGS) -- CXXFLAGS = $(STDCCFLAGS) $(PLTCCFLAGS) $(CXXCCFLAGS) $(OPTCCFLAGS) -+ CXXFLAGS += $(STDCCFLAGS) $(PLTCCFLAGS) $(CXXCCFLAGS) $(OPTCCFLAGS) - CCDEFINE = $(STDDEFINES) $(PLTDEFINES) $(OPTDEFINES) - endif - -@@ -69,7 +69,7 @@ endif - - ifeq ($(LKMODE),soname) - SOMAJ = $(DYLIB).$(MAJOR) --SOMIN = $(DYLIB).$(MAJOR).$(MINOR) -+SOMIN = $(DYLIB).$(MAJOR) - SOVRS = $(DYLIB).$(MAJOR).$(MINOR).$(PATCH) - endif - -@@ -95,7 +95,7 @@ else - -include *.d - - %.o : %.cpp -- $(ENVFLAGS) $(CC) $(PPFLAGS) $(DEFINES) $(PPINCLS) -o $@ -c $< -+ $(ENVFLAGS) $(CC) $(CXXFLAGS) $(PPFLAGS) $(DEFINES) $(PPINCLS) -o $@ -c $< - - %.o : %.cxx - $(ENVFLAGS) $(CC) $(XXFLAGS) $(DEFINES) $(XXINCLS) -o $@ -c $< -@@ -124,7 +124,7 @@ endif - - install-arlib: $(ARLIB) - @$(MKDIR) $(LIBDIR) -- @$(CP) $(ARLIB) $(LIBDIR) -+ @$(BSD_INSTALL_PROGRAM) $(ARLIB) $(LIBDIR) - .PHONY: install-arlib - else - install-arlib: $(ARLIB) -@@ -148,7 +148,7 @@ $(DYLIB) : $(OBJECTS) - - install-dylib : $(DYLIB) - @$(MKDIR) $(LIBDIR) -- @$(CP) $(DYLIB) $(LIBDIR) -+ @$(BSD_INSTALL_PROGRAM) $(DYLIB) $(LIBDIR) - .PHONY: install-dylib - endif - -@@ -167,11 +167,8 @@ $(DYLIB) : $(SOVRS) - - install-dylib : $(DYLIB) - @$(MKDIR) $(LIBDIR) -- @$(CP) $(SOVRS) $(LIBDIR) -- @$(RM) $(LIBDIR)/$(DYLIB) -- @$(RM) $(LIBDIR)/$(SOMAJ) -- @$(LN) $(SOVRS) $(LIBDIR)/$(DYLIB) -- @$(LN) $(SOVRS) $(LIBDIR)/$(SOMAJ) -+ @$(BSD_INSTALL_PROGRAM) $(SOVRS) $(LIBDIR)/$(SOMAJ) -+ @$(LN) $(SOMAJ) $(LIBDIR)/$(DYLIB) - .PHONY: install-dylib - endif - -@@ -194,7 +191,7 @@ $(DYLIB) : $(DYVRS) - - install-dylib : $(DYLIB) - @$(MKDIR) $(LIBDIR) -- @$(CP) $(DYVRS) $(LIBDIR) -+ @$(BSD_INSTALL_PROGRAM) $(DYVRS) $(LIBDIR) - @$(RM) $(LIBDIR)/$(DYLIB) - @$(RM) $(LIBDIR)/$(DYMAJ) - @$(RM) $(LIBDIR)/$(DYMIN) diff --git a/lang/afnix/pkg-descr b/lang/afnix/pkg-descr deleted file mode 100644 index ac2f4e2a20e3..000000000000 --- a/lang/afnix/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -Afnix (formerly known as Aleph) is a multi-threaded functional programming -language with dynamic symbol bindings that support the object oriented -paradigm. Afnix features a state of the art runtime engine that supports -both 32 and 64 bits platforms. Afnix comes with a rich set of libraries -that are designed to be platform independent. - -The Afnix engine is written in C++ and provides runtime compatibility with -it. Such compatibility includes the ability to instantiate C++ classes, -use virtual methods and raise or catch exceptions. A comprehensive API has -been designed to ease the integration of foreign libraries. - - - Builtin objects - - Functional programming - - Object oriented - - Multi-threaded engine - - condition objects. - -WWW: http://www.afnix.org/ diff --git a/lang/afnix/pkg-plist b/lang/afnix/pkg-plist deleted file mode 100644 index 9cdcc7c5b98b..000000000000 --- a/lang/afnix/pkg-plist +++ /dev/null @@ -1,601 +0,0 @@ -bin/axc -bin/axd -bin/axi -bin/axl -include/afnix/cda/Libcda.hpp -include/afnix/cda/Lnrds.hpp -include/afnix/cda/Localizer.hpp -include/afnix/cda/Predcda.hpp -include/afnix/cda/Sampler.hpp -include/afnix/cda/Spsds.hpp -include/afnix/cda/Stmdl.hpp -include/afnix/cda/Streamable.hpp -include/afnix/csm/Appointer.hpp -include/afnix/csm/Assistant.hpp -include/afnix/csm/Cart.hpp -include/afnix/csm/CartSet.hpp -include/afnix/csm/CsmCalls.hpp -include/afnix/csm/Ico.hpp -include/afnix/csm/Libcsm.hpp -include/afnix/csm/LocalSpace.hpp -include/afnix/csm/Predcsm.hpp -include/afnix/csm/Rco.hpp -include/afnix/csm/Saas.hpp -include/afnix/csm/Session.hpp -include/afnix/csm/SessionSet.hpp -include/afnix/csm/Slot.hpp -include/afnix/csm/UriStream.hpp -include/afnix/csm/WorkSpace.hpp -include/afnix/csm/Xaas.hpp -include/afnix/eng/ArgsList.hpp -include/afnix/eng/Builtin.hpp -include/afnix/eng/Class.hpp -include/afnix/eng/Closure.hpp -include/afnix/eng/Constant.hpp -include/afnix/eng/Counter.hpp -include/afnix/eng/Enum.hpp -include/afnix/eng/Extracter.hpp -include/afnix/eng/Form.hpp -include/afnix/eng/Former.hpp -include/afnix/eng/Function.hpp -include/afnix/eng/Globalset.hpp -include/afnix/eng/Instance.hpp -include/afnix/eng/Interp.hpp -include/afnix/eng/Lexer.hpp -include/afnix/eng/Lexical.hpp -include/afnix/eng/Librarian.hpp -include/afnix/eng/Localset.hpp -include/afnix/eng/Meta.hpp -include/afnix/eng/Module.hpp -include/afnix/eng/Multiset.hpp -include/afnix/eng/Nameset.hpp -include/afnix/eng/Printer.hpp -include/afnix/eng/Promise.hpp -include/afnix/eng/Qualified.hpp -include/afnix/eng/Reader.hpp -include/afnix/eng/Reserved.hpp -include/afnix/eng/Resolver.hpp -include/afnix/eng/Return.hpp -include/afnix/eng/Superset.hpp -include/afnix/eng/Symbol.hpp -include/afnix/eng/Token.hpp -include/afnix/geo/Cuboid.hpp -include/afnix/geo/GeoGroup.hpp -include/afnix/geo/Geometry.hpp -include/afnix/geo/Libgeo.hpp -include/afnix/geo/Material.hpp -include/afnix/geo/Plane.hpp -include/afnix/geo/Point1.hpp -include/afnix/geo/Point2.hpp -include/afnix/geo/Point3.hpp -include/afnix/geo/Point4.hpp -include/afnix/geo/Predgeo.hpp -include/afnix/geo/Quaternion.hpp -include/afnix/geo/Shape.hpp -include/afnix/geo/Solid.hpp -include/afnix/geo/Texture.hpp -include/afnix/geo/Vector1.hpp -include/afnix/geo/Vector2.hpp -include/afnix/geo/Vector3.hpp -include/afnix/geo/Vector4.hpp -include/afnix/geo/Wire.hpp -include/afnix/geo/XmlGeometry.hpp -include/afnix/gfx/Edge.hpp -include/afnix/gfx/Graph.hpp -include/afnix/gfx/Libgfx.hpp -include/afnix/gfx/Predgfx.hpp -include/afnix/gfx/Vertex.hpp -include/afnix/itu/AsnBits.hpp -include/afnix/itu/AsnBmps.hpp -include/afnix/itu/AsnBoolean.hpp -include/afnix/itu/AsnBuffer.hpp -include/afnix/itu/AsnEoc.hpp -include/afnix/itu/AsnGtm.hpp -include/afnix/itu/AsnIas.hpp -include/afnix/itu/AsnInteger.hpp -include/afnix/itu/AsnNode.hpp -include/afnix/itu/AsnNull.hpp -include/afnix/itu/AsnNums.hpp -include/afnix/itu/AsnOctets.hpp -include/afnix/itu/AsnOid.hpp -include/afnix/itu/AsnPrts.hpp -include/afnix/itu/AsnRandom.hpp -include/afnix/itu/AsnRoid.hpp -include/afnix/itu/AsnSequence.hpp -include/afnix/itu/AsnSet.hpp -include/afnix/itu/AsnUnvs.hpp -include/afnix/itu/AsnUtc.hpp -include/afnix/itu/AsnUtfs.hpp -include/afnix/itu/AsnUtils.hpp -include/afnix/itu/Libitu.hpp -include/afnix/itu/Oid.hpp -include/afnix/itu/Preditu.hpp -include/afnix/mth/Algebra.hpp -include/afnix/mth/Analytic.hpp -include/afnix/mth/Bcs.hpp -include/afnix/mth/Cgs.hpp -include/afnix/mth/Cpi.hpp -include/afnix/mth/Deviate.hpp -include/afnix/mth/Direct.hpp -include/afnix/mth/Ippd.hpp -include/afnix/mth/Iterative.hpp -include/afnix/mth/Libmth.hpp -include/afnix/mth/Linear.hpp -include/afnix/mth/LinearFactory.hpp -include/afnix/mth/Mgs.hpp -include/afnix/mth/Mpia.hpp -include/afnix/mth/Newton.hpp -include/afnix/mth/Parallel.hpp -include/afnix/mth/Permute.hpp -include/afnix/mth/Predmth.hpp -include/afnix/mth/Primality.hpp -include/afnix/mth/Qr.hpp -include/afnix/mth/Random.hpp -include/afnix/mth/Rblock.hpp -include/afnix/mth/Rfi.hpp -include/afnix/mth/Rfunction.hpp -include/afnix/mth/Rgivens.hpp -include/afnix/mth/Rmatrix.hpp -include/afnix/mth/Rmd.hpp -include/afnix/mth/Rmi.hpp -include/afnix/mth/Rni.hpp -include/afnix/mth/Rpi.hpp -include/afnix/mth/Rpoint.hpp -include/afnix/mth/Rpolynom.hpp -include/afnix/mth/Rsamples.hpp -include/afnix/mth/Rvector.hpp -include/afnix/mth/Rvi.hpp -include/afnix/mth/Solver.hpp -include/afnix/mth/SolverFactory.hpp -include/afnix/mth/Tqmr.hpp -include/afnix/net/Address.hpp -include/afnix/net/Datagram.hpp -include/afnix/net/Libnet.hpp -include/afnix/net/Multicast.hpp -include/afnix/net/NetCalls.hpp -include/afnix/net/Prednet.hpp -include/afnix/net/Socket.hpp -include/afnix/net/TcpClient.hpp -include/afnix/net/TcpServer.hpp -include/afnix/net/TcpSocket.hpp -include/afnix/net/UdpClient.hpp -include/afnix/net/UdpServer.hpp -include/afnix/net/UdpSocket.hpp -include/afnix/nwg/Cookie.hpp -include/afnix/nwg/CookieJar.hpp -include/afnix/nwg/HeaderPart.hpp -include/afnix/nwg/HttpProto.hpp -include/afnix/nwg/HttpRequest.hpp -include/afnix/nwg/HttpResponse.hpp -include/afnix/nwg/HttpStream.hpp -include/afnix/nwg/Libnwg.hpp -include/afnix/nwg/Mime.hpp -include/afnix/nwg/MultiPart.hpp -include/afnix/nwg/NwgCalls.hpp -include/afnix/nwg/Prednwg.hpp -include/afnix/nwg/SinglePart.hpp -include/afnix/nwg/Uri.hpp -include/afnix/nwg/UriPath.hpp -include/afnix/nwg/UriQuery.hpp -include/afnix/phy/Libphy.hpp -include/afnix/phy/Periodic.hpp -include/afnix/phy/PhyCalls.hpp -include/afnix/phy/Physics.hpp -include/afnix/phy/Predphy.hpp -include/afnix/phy/Quantum.hpp -include/afnix/plt/cclk.hpp -include/afnix/plt/ccnf.hpp -include/afnix/plt/ccnv.hpp -include/afnix/plt/cdir.hpp -include/afnix/plt/cerr.hpp -include/afnix/plt/cgen.hpp -include/afnix/plt/cloc.hpp -include/afnix/plt/cmem.hpp -include/afnix/plt/cmth.hpp -include/afnix/plt/cnet.hpp -include/afnix/plt/cshl.hpp -include/afnix/plt/csio.hpp -include/afnix/plt/cstr.hpp -include/afnix/plt/csys.hpp -include/afnix/plt/cthr.hpp -include/afnix/plt/ctrm.hpp -include/afnix/plt/cucd.hpp -include/afnix/sec/Aes.hpp -include/afnix/sec/BlockCipher.hpp -include/afnix/sec/Cipher.hpp -include/afnix/sec/Crypto.hpp -include/afnix/sec/Des.hpp -include/afnix/sec/Dsa.hpp -include/afnix/sec/Hasher.hpp -include/afnix/sec/Hkdf.hpp -include/afnix/sec/Hmac.hpp -include/afnix/sec/InputCipher.hpp -include/afnix/sec/Kdf.hpp -include/afnix/sec/Kdf1.hpp -include/afnix/sec/Kdf2.hpp -include/afnix/sec/Key.hpp -include/afnix/sec/Libsec.hpp -include/afnix/sec/Mac.hpp -include/afnix/sec/Md2.hpp -include/afnix/sec/Md4.hpp -include/afnix/sec/Md5.hpp -include/afnix/sec/Predsec.hpp -include/afnix/sec/PublicCipher.hpp -include/afnix/sec/Rc2.hpp -include/afnix/sec/Rc4.hpp -include/afnix/sec/Rc5.hpp -include/afnix/sec/Rsa.hpp -include/afnix/sec/SerialCipher.hpp -include/afnix/sec/Sha1.hpp -include/afnix/sec/Sha224.hpp -include/afnix/sec/Sha256.hpp -include/afnix/sec/Sha384.hpp -include/afnix/sec/Sha512.hpp -include/afnix/sec/Signature.hpp -include/afnix/sec/Signer.hpp -include/afnix/sio/Directory.hpp -include/afnix/sio/Intercom.hpp -include/afnix/sio/Libsio.hpp -include/afnix/sio/Logtee.hpp -include/afnix/sio/NamedFifo.hpp -include/afnix/sio/Predsio.hpp -include/afnix/sio/Selector.hpp -include/afnix/sio/SioCalls.hpp -include/afnix/sps/Bundle.hpp -include/afnix/sps/Cell.hpp -include/afnix/sps/Csv.hpp -include/afnix/sps/Folio.hpp -include/afnix/sps/Index.hpp -include/afnix/sps/Libsps.hpp -include/afnix/sps/Predsps.hpp -include/afnix/sps/Record.hpp -include/afnix/sps/Sheet.hpp -include/afnix/sps/Transfer.hpp -include/afnix/sps/Xref.hpp -include/afnix/std/AliasTable.hpp -include/afnix/std/Ascii.hpp -include/afnix/std/Bitset.hpp -include/afnix/std/BlockBuffer.hpp -include/afnix/std/Boolean.hpp -include/afnix/std/Buffer.hpp -include/afnix/std/Byte.hpp -include/afnix/std/Central.hpp -include/afnix/std/Character.hpp -include/afnix/std/Cilo.hpp -include/afnix/std/Collectable.hpp -include/afnix/std/Combo.hpp -include/afnix/std/Condvar.hpp -include/afnix/std/Cons.hpp -include/afnix/std/Cursor.hpp -include/afnix/std/Date.hpp -include/afnix/std/Encoding.hpp -include/afnix/std/Exception.hpp -include/afnix/std/Fifo.hpp -include/afnix/std/FileInfo.hpp -include/afnix/std/HashTable.hpp -include/afnix/std/Heap.hpp -include/afnix/std/InputBound.hpp -include/afnix/std/InputBuffer.hpp -include/afnix/std/InputFile.hpp -include/afnix/std/InputMapped.hpp -include/afnix/std/InputOutput.hpp -include/afnix/std/InputStream.hpp -include/afnix/std/InputString.hpp -include/afnix/std/InputTerm.hpp -include/afnix/std/InputTimeout.hpp -include/afnix/std/Integer.hpp -include/afnix/std/Item.hpp -include/afnix/std/Iterable.hpp -include/afnix/std/Iterator.hpp -include/afnix/std/Library.hpp -include/afnix/std/List.hpp -include/afnix/std/Literal.hpp -include/afnix/std/Loader.hpp -include/afnix/std/Locale.hpp -include/afnix/std/Lockrw.hpp -include/afnix/std/Logger.hpp -include/afnix/std/Math.hpp -include/afnix/std/Message.hpp -include/afnix/std/Monitor.hpp -include/afnix/std/Mutex.hpp -include/afnix/std/NameTable.hpp -include/afnix/std/Nameable.hpp -include/afnix/std/Number.hpp -include/afnix/std/Object.hpp -include/afnix/std/Options.hpp -include/afnix/std/OutputBuffer.hpp -include/afnix/std/OutputFile.hpp -include/afnix/std/OutputStream.hpp -include/afnix/std/OutputString.hpp -include/afnix/std/OutputTerm.hpp -include/afnix/std/Pathlist.hpp -include/afnix/std/Pathname.hpp -include/afnix/std/Plist.hpp -include/afnix/std/Prime.hpp -include/afnix/std/PrintTable.hpp -include/afnix/std/Property.hpp -include/afnix/std/QuarkArray.hpp -include/afnix/std/QuarkTable.hpp -include/afnix/std/QuarkZone.hpp -include/afnix/std/Queue.hpp -include/afnix/std/Real.hpp -include/afnix/std/Regex.hpp -include/afnix/std/Relatif.hpp -include/afnix/std/Runnable.hpp -include/afnix/std/Saveas.hpp -include/afnix/std/Serial.hpp -include/afnix/std/Set.hpp -include/afnix/std/Sorter.hpp -include/afnix/std/Stack.hpp -include/afnix/std/Strbuf.hpp -include/afnix/std/Stream.hpp -include/afnix/std/Strfifo.hpp -include/afnix/std/String.hpp -include/afnix/std/Strvec.hpp -include/afnix/std/Style.hpp -include/afnix/std/System.hpp -include/afnix/std/Terminal.hpp -include/afnix/std/Thread.hpp -include/afnix/std/Thrmap.hpp -include/afnix/std/Thrset.hpp -include/afnix/std/Time.hpp -include/afnix/std/Transcoder.hpp -include/afnix/std/Trie.hpp -include/afnix/std/Unicode.hpp -include/afnix/std/Unimapper.hpp -include/afnix/std/Unitabler.hpp -include/afnix/std/Utility.hpp -include/afnix/std/Vector.hpp -include/afnix/svg/Libsvg.hpp -include/afnix/svg/Palette.hpp -include/afnix/svg/Plot2d.hpp -include/afnix/svg/Predsvg.hpp -include/afnix/svg/SvgCircle.hpp -include/afnix/svg/SvgEllipse.hpp -include/afnix/svg/SvgForming.hpp -include/afnix/svg/SvgFragment.hpp -include/afnix/svg/SvgGroup.hpp -include/afnix/svg/SvgLine.hpp -include/afnix/svg/SvgMime.hpp -include/afnix/svg/SvgPolygon.hpp -include/afnix/svg/SvgPolyline.hpp -include/afnix/svg/SvgRect.hpp -include/afnix/svg/SvgRoot.hpp -include/afnix/svg/SvgStyling.hpp -include/afnix/svg/Transform.hpp -include/afnix/sys/Libsys.hpp -include/afnix/sys/Meter.hpp -include/afnix/sys/Predsys.hpp -include/afnix/sys/SysCalls.hpp -include/afnix/tls/Libtls.hpp -include/afnix/tls/Pkcs.hpp -include/afnix/tls/Predtls.hpp -include/afnix/tls/TlsAlert.hpp -include/afnix/tls/TlsBlock.hpp -include/afnix/tls/TlsCblock.hpp -include/afnix/tls/TlsCerts.hpp -include/afnix/tls/TlsChello.hpp -include/afnix/tls/TlsChunk.hpp -include/afnix/tls/TlsCkeyxh.hpp -include/afnix/tls/TlsConnect.hpp -include/afnix/tls/TlsCspec.hpp -include/afnix/tls/TlsFinish.hpp -include/afnix/tls/TlsFormat.hpp -include/afnix/tls/TlsHblock.hpp -include/afnix/tls/TlsHeader.hpp -include/afnix/tls/TlsInfos.hpp -include/afnix/tls/TlsMessage.hpp -include/afnix/tls/TlsParams.hpp -include/afnix/tls/TlsProto.hpp -include/afnix/tls/TlsRblock.hpp -include/afnix/tls/TlsRecord.hpp -include/afnix/tls/TlsServer.hpp -include/afnix/tls/TlsShake.hpp -include/afnix/tls/TlsShello.hpp -include/afnix/tls/TlsSocket.hpp -include/afnix/tls/TlsState.hpp -include/afnix/tls/TlsSuite.hpp -include/afnix/tls/TlsUtils.hpp -include/afnix/tls/X509.hpp -include/afnix/tls/Xalgo.hpp -include/afnix/tls/Xextn.hpp -include/afnix/tls/Xkey.hpp -include/afnix/tls/Xoid.hpp -include/afnix/txt/Lexeme.hpp -include/afnix/txt/Lexicon.hpp -include/afnix/txt/Libtxt.hpp -include/afnix/txt/Literate.hpp -include/afnix/txt/Pattern.hpp -include/afnix/txt/Predtxt.hpp -include/afnix/txt/Scanner.hpp -include/afnix/txt/TxtCalls.hpp -include/afnix/txt/TxtUtils.hpp -include/afnix/txt/Worder.hpp -include/afnix/wax/JsonMime.hpp -include/afnix/wax/Libwax.hpp -include/afnix/wax/Predwax.hpp -include/afnix/wax/XhtmlBase.hpp -include/afnix/wax/XhtmlBody.hpp -include/afnix/wax/XhtmlBr.hpp -include/afnix/wax/XhtmlCanvas.hpp -include/afnix/wax/XhtmlCaption.hpp -include/afnix/wax/XhtmlCgr.hpp -include/afnix/wax/XhtmlCol.hpp -include/afnix/wax/XhtmlDiv.hpp -include/afnix/wax/XhtmlEmph.hpp -include/afnix/wax/XhtmlEquiv.hpp -include/afnix/wax/XhtmlForm.hpp -include/afnix/wax/XhtmlHead.hpp -include/afnix/wax/XhtmlHidden.hpp -include/afnix/wax/XhtmlHr.hpp -include/afnix/wax/XhtmlHtml.hpp -include/afnix/wax/XhtmlImg.hpp -include/afnix/wax/XhtmlLi.hpp -include/afnix/wax/XhtmlLink.hpp -include/afnix/wax/XhtmlMeta.hpp -include/afnix/wax/XhtmlMime.hpp -include/afnix/wax/XhtmlOption.hpp -include/afnix/wax/XhtmlPara.hpp -include/afnix/wax/XhtmlPre.hpp -include/afnix/wax/XhtmlRef.hpp -include/afnix/wax/XhtmlRoot.hpp -include/afnix/wax/XhtmlScript.hpp -include/afnix/wax/XhtmlSelect.hpp -include/afnix/wax/XhtmlStyle.hpp -include/afnix/wax/XhtmlSubmit.hpp -include/afnix/wax/XhtmlTable.hpp -include/afnix/wax/XhtmlTbody.hpp -include/afnix/wax/XhtmlTd.hpp -include/afnix/wax/XhtmlTelem.hpp -include/afnix/wax/XhtmlText.hpp -include/afnix/wax/XhtmlTfoot.hpp -include/afnix/wax/XhtmlTh.hpp -include/afnix/wax/XhtmlThead.hpp -include/afnix/wax/XhtmlTitle.hpp -include/afnix/wax/XhtmlTr.hpp -include/afnix/wax/XhtmlTxtb.hpp -include/afnix/wax/XhtmlTxti.hpp -include/afnix/wax/XhtmlTxtt.hpp -include/afnix/wax/XhtmlUl.hpp -include/afnix/wax/XmlMime.hpp -include/afnix/wax/XsmHtml.hpp -include/afnix/xml/Libxml.hpp -include/afnix/xml/Predxml.hpp -include/afnix/xml/XmlAttlist.hpp -include/afnix/xml/XmlBuffer.hpp -include/afnix/xml/XmlCalls.hpp -include/afnix/xml/XmlComment.hpp -include/afnix/xml/XmlCref.hpp -include/afnix/xml/XmlData.hpp -include/afnix/xml/XmlDecl.hpp -include/afnix/xml/XmlDoctype.hpp -include/afnix/xml/XmlDocument.hpp -include/afnix/xml/XmlElement.hpp -include/afnix/xml/XmlEnd.hpp -include/afnix/xml/XmlEntity.hpp -include/afnix/xml/XmlEref.hpp -include/afnix/xml/XmlGe.hpp -include/afnix/xml/XmlNode.hpp -include/afnix/xml/XmlPe.hpp -include/afnix/xml/XmlPi.hpp -include/afnix/xml/XmlReader.hpp -include/afnix/xml/XmlRef.hpp -include/afnix/xml/XmlRoot.hpp -include/afnix/xml/XmlSection.hpp -include/afnix/xml/XmlSystem.hpp -include/afnix/xml/XmlTag.hpp -include/afnix/xml/XmlText.hpp -include/afnix/xml/XmlTexter.hpp -include/afnix/xml/Xne.hpp -include/afnix/xml/XneCond.hpp -include/afnix/xml/XneTree.hpp -include/afnix/xml/XsmBuffer.hpp -include/afnix/xml/XsmDocument.hpp -include/afnix/xml/XsmNode.hpp -include/afnix/xml/XsmReader.hpp -include/afnix/xml/XsmTree.hpp -include/afnix/xml/XsoBuffer.hpp -include/afnix/xml/XsoInfo.hpp -include/afnix/xml/XsoStream.hpp -include/afnix/xpe/Libxpe.hpp -include/afnix/xpe/Predxpe.hpp -include/afnix/xpe/XmlContent.hpp -include/afnix/xpe/XmlFeature.hpp -include/afnix/xpe/XmlInclude.hpp -include/afnix/xpe/XmlPlist.hpp -include/afnix/xpe/XmlPrintTable.hpp -include/afnix/xpe/XmlProcessor.hpp -lib/afnix/axl/afnix-std-adp.axl -lib/afnix/axl/afnix-std-axp.axl -lib/afnix/axl/afnix-std-sps.axl -lib/afnix/axl/afnix-std-tls.axl -lib/libafnix-cda.a -lib/libafnix-cda.so -lib/libafnix-cda.so.2 -lib/libafnix-csm.a -lib/libafnix-csm.so -lib/libafnix-csm.so.2 -lib/libafnix-eng.a -lib/libafnix-eng.so -lib/libafnix-eng.so.2 -lib/libafnix-geo.a -lib/libafnix-geo.so -lib/libafnix-geo.so.2 -lib/libafnix-gfx.a -lib/libafnix-gfx.so -lib/libafnix-gfx.so.2 -lib/libafnix-itu.a -lib/libafnix-itu.so -lib/libafnix-itu.so.2 -lib/libafnix-mth.a -lib/libafnix-mth.so -lib/libafnix-mth.so.2 -lib/libafnix-net.a -lib/libafnix-net.so -lib/libafnix-net.so.2 -lib/libafnix-nwg.a -lib/libafnix-nwg.so -lib/libafnix-nwg.so.2 -lib/libafnix-phy.a -lib/libafnix-phy.so -lib/libafnix-phy.so.2 -lib/libafnix-plt.a -lib/libafnix-plt.so -lib/libafnix-plt.so.2 -lib/libafnix-sec.a -lib/libafnix-sec.so -lib/libafnix-sec.so.2 -lib/libafnix-sio.a -lib/libafnix-sio.so -lib/libafnix-sio.so.2 -lib/libafnix-sps.a -lib/libafnix-sps.so -lib/libafnix-sps.so.2 -lib/libafnix-std.a -lib/libafnix-std.so -lib/libafnix-std.so.2 -lib/libafnix-svg.a -lib/libafnix-svg.so -lib/libafnix-svg.so.2 -lib/libafnix-sys.a -lib/libafnix-sys.so -lib/libafnix-sys.so.2 -lib/libafnix-tls.a -lib/libafnix-tls.so -lib/libafnix-tls.so.2 -lib/libafnix-txt.a -lib/libafnix-txt.so -lib/libafnix-txt.so.2 -lib/libafnix-wax.a -lib/libafnix-wax.so -lib/libafnix-wax.so.2 -lib/libafnix-xml.a -lib/libafnix-xml.so -lib/libafnix-xml.so.2 -lib/libafnix-xpe.a -lib/libafnix-xpe.so -lib/libafnix-xpe.so.2 -man/man1/afnix::adp.1.gz -man/man1/afnix::axp.1.gz -man/man1/axc.1.gz -man/man1/axd.1.gz -man/man1/axi.1.gz -man/man1/axl.1.gz -man/man3/afnix::csm.3.gz -man/man3/afnix::gfx.3.gz -man/man3/afnix::itu.3.gz -man/man3/afnix::mth.3.gz -man/man3/afnix::net.3.gz -man/man3/afnix::nwg.3.gz -man/man3/afnix::sec.3.gz -man/man3/afnix::sio.3.gz -man/man3/afnix::sps.3.gz -man/man3/afnix::sys.3.gz -man/man3/afnix::txt.3.gz -man/man3/afnix::wax.3.gz -man/man3/afnix::xml.3.gz -man/man3/afnix::xpe.3.gz -man/man7/afnix::guide.7.gz -man/man7/afnix::license.7.gz -man/man7/afnix::notes.7.gz -man/man7/afnix::reference.7.gz diff --git a/lang/elan/Makefile b/lang/elan/Makefile deleted file mode 100644 index 6f22701302a1..000000000000 --- a/lang/elan/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: Ed Schouten <ed@fxq.nl> -# $FreeBSD$ - -PORTNAME= elan -PORTVERSION= 1.7c -CATEGORIES= lang -MASTER_SITES= ftp://ftp.cs.ru.nl/pub/vb/elan/ -DISTNAME= ${PORTNAME}-1.7 - -MAINTAINER= ed@FreeBSD.org -COMMENT= Compiler for the Elan Programming Environment - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LIB_DEPENDS= libdcg.so:devel/mimir - -WRKSRC= ${WRKDIR}/${DISTNAME} - -USES= gmake libtool -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -OPTIONS_DEFINE= DOCS - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liberts.so.1.0.7 - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/manuals/compiler/comp.ps \ - ${STAGEDIR}${DOCSDIR}/elan-compiler.ps - ${INSTALL_DATA} ${WRKSRC}/manuals/language/elan.ps \ - ${STAGEDIR}${DOCSDIR}/elan-language.ps - -.include <bsd.port.mk> diff --git a/lang/elan/distinfo b/lang/elan/distinfo deleted file mode 100644 index 67396e6edc5e..000000000000 --- a/lang/elan/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (elan-1.7.tar.gz) = bfb272ce297526f8ef3274e74b22e89a15e36892d2d06447dabbdfdbd31f531d -SIZE (elan-1.7.tar.gz) = 442002 diff --git a/lang/elan/files/patch-configure b/lang/elan/files/patch-configure deleted file mode 100644 index 0bc17081cf51..000000000000 --- a/lang/elan/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2005-05-19 17:52:05.000000000 +0200 -+++ configure 2009-12-17 22:30:42.000000000 +0100 -@@ -3775,7 +3775,7 @@ - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR --for as_dir in $PATH:/usr/local/kun/bin:/usr/local/bin -+for as_dir in $PATH - do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. diff --git a/lang/elan/files/patch-docs b/lang/elan/files/patch-docs deleted file mode 100644 index 5288a3568634..000000000000 --- a/lang/elan/files/patch-docs +++ /dev/null @@ -1,22 +0,0 @@ ---- manuals/compiler/Makefile.in Thu May 19 17:52:40 2005 -+++ manuals/compiler/Makefile.in Fri Nov 25 23:31:03 2005 -@@ -221,7 +221,7 @@ - - info-am: - --install-data-am: install-docDATA -+install-data-am: - - install-exec-am: - ---- manuals/language/Makefile.in Thu May 19 17:52:39 2005 -+++ manuals/language/Makefile.in Fri Nov 25 23:30:54 2005 -@@ -217,7 +217,7 @@ - - info-am: - --install-data-am: install-docDATA -+install-data-am: - - install-exec-am: - diff --git a/lang/elan/pkg-descr b/lang/elan/pkg-descr deleted file mode 100644 index 30d0531b70b4..000000000000 --- a/lang/elan/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Elan is an educational programming language for learning and teaching -systematic programming. - -It was developed in 1974 by a group at the Technical University of -Berlin as an alternative to BASIC in teaching, and approved for use in -secondary schools in Germany by the "Arbeitskreis Schulsprache". It is -presently in use in a number of schools in Western Germany, Belgium, The -Netherlands and Hungary for informatics teaching in secondary education, -and used at the Radboud University Nijmegen in the Netherlands for -teaching systematic programming to students from various disciplines and -in teacher courses. - -WWW: http://www.cs.ru.nl/elan/ diff --git a/lang/elan/pkg-plist b/lang/elan/pkg-plist deleted file mode 100644 index 68bb2ee6fbae..000000000000 --- a/lang/elan/pkg-plist +++ /dev/null @@ -1,24 +0,0 @@ -bin/elancc -bin/mktests -include/rts_alloc.h -include/rts_error.h -include/rts_files.h -include/rts_init.h -include/rts_ints.h -include/rts_random.h -include/rts_reals.h -include/rts_system.h -include/rts_term.h -include/rts_texts.h -lib/liberts.a -lib/liberts.so -lib/liberts.so.1.0.7 -man/man1/elancc.1.gz -%%DATADIR%%/prelude/elan0.ppe -%%DATADIR%%/prelude/kareltje.ppe -%%DATADIR%%/prelude/standard.ppe -%%DATADIR%%/src/elan0.e -%%DATADIR%%/src/kareltje.e -%%DATADIR%%/src/standard.e -%%PORTDOCS%%%%DOCSDIR%%/elan-compiler.ps -%%PORTDOCS%%%%DOCSDIR%%/elan-language.ps diff --git a/lang/gnatcross-aarch64/Makefile b/lang/gnatcross-aarch64/Makefile deleted file mode 100644 index 94f4f105c339..000000000000 --- a/lang/gnatcross-aarch64/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: John Marino <marino@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= aarch64 -PORTREVISION= ${ARM64_PR} -PKGNAMEPREFIX= gnatcross- - -MAINTAINER= ports@FreeBSD.org -COMMENT= C/Ada cross-compiler, target: ${LABEL_TARGET} - -LABEL_TARGET= FreeBSD/ARM64 -DROID_TARGET= aarch64-aux-freebsd11.3 -ARG_ARCH= # don't specify -ARG_FPU= # don't specify -ARG_FLOATSOFT= # don't specify -SRPREFIX= ${LOCALBASE}/FreeBSD_ARM64/sysroot -GNATPREFIX= ${LOCALBASE}/FreeBSD_ARM64 -SYSROOT= gnatcross-sysroot-aarch64 -GDBINUTILS= gnatcross-binutils-aarch64 -MASTERDIR= ${.CURDIR}/../../lang/gnatdroid-armv7 -PATCHDIR= ${.CURDIR}/files -DESCR= ${.CURDIR}/pkg-descr - -ARG_TARGET_SPECIFIC= # override ARM settings - -.include "${MASTERDIR}/Makefile" diff --git a/lang/gnatcross-aarch64/pkg-descr b/lang/gnatcross-aarch64/pkg-descr deleted file mode 100644 index 490258c88875..000000000000 --- a/lang/gnatcross-aarch64/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The gnatcross-aarch64 port builds a C/Ada cross-compiler based on GCC 6 -that targets the FreeBSD/ARM64 operating system. - -WWW: http://www.dragonlace.net diff --git a/lang/hope/Makefile b/lang/hope/Makefile deleted file mode 100644 index a8838958e188..000000000000 --- a/lang/hope/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Lev Serebryakov <lev@serebryakov.spb.ru> -# $FreeBSD$ - -PORTNAME= hope -PORTVERSION= 1.1 -PORTREVISION= 1 -CATEGORIES= lang -MASTER_SITES= http://www.soi.city.ac.uk/~ross/Hope/ -DISTNAME= ${PORTNAME} - -MAINTAINER= lev@FreeBSD.org -COMMENT= Hope is lazy interpreter for HOPE applicative language - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -USES= gmake -GNU_CONFIGURE= yes - -OPTIONS_DEFINE= DOCS - -DOCS_USE= TEX=latex:build -DOCS_BUILD_DEPENDS= latex2html:textproc/latex2html -DOCS_MAKE_ARGS= WITH_DOCS=yes - -.include <bsd.port.mk> diff --git a/lang/hope/distinfo b/lang/hope/distinfo deleted file mode 100644 index d5d622fc418d..000000000000 --- a/lang/hope/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (hope.tar.gz) = c3be6e504dfafadcb31fd64d324aecc57f5868a7448cf74d3040abbd25d22b1b -SIZE (hope.tar.gz) = 173718 diff --git a/lang/hope/files/patch-Makefile b/lang/hope/files/patch-Makefile deleted file mode 100644 index 86254939d05f..000000000000 --- a/lang/hope/files/patch-Makefile +++ /dev/null @@ -1,36 +0,0 @@ ---- Makefile.orig Mon Sep 24 22:45:30 2001 -+++ Makefile Mon Sep 24 22:47:52 2001 -@@ -1,23 +1,27 @@ - SHELL = /bin/sh - - configure_args = --dirs = doc lib src -+dirs = lib src -+ -+ifeq (yes,$(WITH_DOCS)) -+dirs += doc -+endif - - all: config.status -- for dir in $(dirs); do (cd $$dir; make all); done -+ for dir in $(dirs); do (cd $$dir; $(MAKE) all); done - - install: config.status -- for dir in $(dirs); do (cd $$dir; make install); done -+ for dir in $(dirs); do (cd $$dir; $(MAKE) install); done - - clean: config.status -- for dir in $(dirs); do (cd $$dir; make clean); done -+ for dir in $(dirs); do (cd $$dir; $(MAKE) clean); done - - distclean: config.status -- for dir in $(dirs); do (cd $$dir; make distclean); done -+ for dir in $(dirs); do (cd $$dir; $(MAKE) distclean); done - rm -f config.cache config.log config.status - - clobber: config.status -- for dir in $(dirs); do (cd $$dir; make clobber); done -+ for dir in $(dirs); do (cd $$dir; $(MAKE) clobber); done - for dir in $(dirs); do rm -f $$dir/Makefile; done - rm -f src/config.h src/config.h.in src/stamp-h.in - rm -f config.cache config.log config.status diff --git a/lang/hope/files/patch-doc--Makefile.in b/lang/hope/files/patch-doc--Makefile.in deleted file mode 100644 index 8ffb31ff0d70..000000000000 --- a/lang/hope/files/patch-doc--Makefile.in +++ /dev/null @@ -1,29 +0,0 @@ ---- doc/Makefile.in.orig 2003-12-08 21:44:47.000000000 +0300 -+++ doc/Makefile.in 2014-05-18 23:59:23.000000000 +0400 -@@ -58,7 +58,7 @@ - sed -n 's/^#define[ ][ ]*\(M[IA][NX]PREC\)[ ][ ]*\([0-9]*\).*/\\newcommand{\\\1}{\2}/p' ../src/op.h >$@ - - ../src/op.h: -- cd ../src; make op.h -+ cd ../src; $(MAKE) op.h - - # can't use echo here as BSD and SYSV versions treat backslashes differently. - Standard.tex: ../lib/Standard.hop h2l.awk -@@ -79,11 +79,12 @@ - $(LATEX2HTML) -address '$(Ross)' examples.tex - - install: all -- $(INSTALL) -d $(docdir) -- for file in $(docs); do gzip <$$file >$(docdir)/$$file.gz; done -- $(INSTALL) -d $(htmldir) -- for dir in $(dirs); do rm -rf $(htmldir)/$$dir; done -- cp -r $(dirs) $(htmldir) -+ $(INSTALL) -d $(DESTDIR)$(docdir) -+ for file in $(docs); do gzip <$$file >$(DESTDIR)$(docdir)/$$file.gz; done -+ $(INSTALL) -d $(DESTDIR)$(htmldir) -+ for dir in $(dirs); do rm -rf $(DESTDIR)$(htmldir)/$$dir; done -+ for dir in $(dirs); do rm -rf $(DESTDIR)$$dir/*.pl $(DESTDIR)$$dir/WARNINGS; done -+ cp -r $(dirs) $(DESTDIR)$(htmldir) - # cp $(src_srcs) $(srcdir) - - clean: diff --git a/lang/hope/files/patch-lib--Makefile.in b/lang/hope/files/patch-lib--Makefile.in deleted file mode 100644 index d8039c02119d..000000000000 --- a/lang/hope/files/patch-lib--Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- lib/Makefile.in.orig 1999-04-16 18:21:45.000000000 +0400 -+++ lib/Makefile.in 2014-05-19 00:03:58.000000000 +0400 -@@ -14,11 +14,11 @@ - all: - - install: -- $(INSTALL) -d $(hopelib) -- for f in *.hop; do $(INSTALL_DATA) $$f $(hopelib); done -- $(INSTALL) -d $(newlib) -+ $(INSTALL) -d $(DESTDIR)$(hopelib) -+ for f in *.hop; do $(INSTALL_DATA) $$f $(DESTDIR)$(hopelib); done -+ $(INSTALL) -d $(DESTDIR)$(newlib) - sed -f list.sed Standard.hop >Standard-new.hop -- $(INSTALL_DATA) Standard-new.hop $(newlib)/Standard.hop -+ $(INSTALL_DATA) Standard-new.hop $(DESTDIR)$(newlib)/Standard.hop - rm -f Standard-new.hop - - distclean clean clobber: diff --git a/lang/hope/files/patch-src--Makefile.in b/lang/hope/files/patch-src--Makefile.in deleted file mode 100644 index bb0cee6c4d64..000000000000 --- a/lang/hope/files/patch-src--Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- src/Makefile.in.orig 2005-10-12 12:39:07.000000000 +0400 -+++ src/Makefile.in 2014-05-19 00:04:47.000000000 +0400 -@@ -53,9 +53,9 @@ - all: $(name) $(name).1 - - install: check $(name).1 -- $(INSTALL) -d $(hopelib) -- $(INSTALL_PROGRAM) -s $(name) $(bindir) -- $(INSTALL_DATA) $(name).1 $(mandir) -+ $(INSTALL) -d $(DESTDIR)$(hopelib) -+ $(INSTALL_PROGRAM) -s $(name) $(DESTDIR)$(bindir) -+ $(INSTALL_DATA) $(name).1 $(DESTDIR)$(mandir) - - $(name).1: $(name).1.in - sed -e 's:@hopelib@:$(hopelib):' -e 's:@fullpath@:$(bindir)/$(name):' $(name).1.in >$@ diff --git a/lang/hope/files/patch-src--memory.c b/lang/hope/files/patch-src--memory.c deleted file mode 100644 index 3d0f50cfac41..000000000000 --- a/lang/hope/files/patch-src--memory.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/memory.c.orig Sun Dec 7 18:01:46 2003 -+++ src/memory.c Sun Dec 7 18:01:50 2003 -@@ -22,6 +22,7 @@ - { - if ((base_memory = (char *)malloc((size_t)MEMSIZE)) == NULL) - error(FATALERR, "can't allocate memory"); -+ memset(base_memory, NULL, (size_t)MEMSIZE); - top_memory = base_memory + RoundDown(MEMSIZE); - - lim_temp = top_string = base_memory; - diff --git a/lang/hope/files/patch-src_source.c b/lang/hope/files/patch-src_source.c deleted file mode 100644 index f5a11a47c5a2..000000000000 --- a/lang/hope/files/patch-src_source.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/source.c.orig 1999-04-09 23:40:26 UTC -+++ src/source.c -@@ -250,7 +250,7 @@ static const char *const errname[] = { - abort(); - if (errtype >= FATALERR) { - if (gen_listing) /* copy the rest to the listing */ -- while (getline()) -+ while (get_line()) - ; - (void)exit(1); - } -@@ -287,7 +287,7 @@ interactive(void) - * otherwise it ends in a newline (whitespace) and then a null. - */ - global Bool --getline(void) -+get_line(void) - { - if (atend && cur_source >= source) { - if (cur_source > source) diff --git a/lang/hope/files/patch-src_source.h b/lang/hope/files/patch-src_source.h deleted file mode 100644 index 87760473ca2b..000000000000 --- a/lang/hope/files/patch-src_source.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/source.h.orig 1997-06-09 08:02:53 UTC -+++ src/source.h -@@ -8,7 +8,7 @@ extern const Byte *inptr; - extern void init_source(FILE *src, Bool gen_listing); - extern void enterfile(FILE *f); - extern Bool interactive(void); --extern Bool getline(void); -+extern Bool get_line(void); - - #ifdef RE_EDIT - extern void set_script(const char *filename); diff --git a/lang/hope/files/patch-src_yylex.c b/lang/hope/files/patch-src_yylex.c deleted file mode 100644 index 0c63add80d5f..000000000000 --- a/lang/hope/files/patch-src_yylex.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/yylex.c.orig 1999-04-09 12:21:08 UTC -+++ src/yylex.c -@@ -157,7 +157,7 @@ yylex(void) - inptr = start; - return ';'; - } -- if (! getline()) -+ if (! get_line()) - return EOF; - } else if (IsDigit(c)) { - /* diff --git a/lang/hope/pkg-descr b/lang/hope/pkg-descr deleted file mode 100644 index 6ca92c5be81c..000000000000 --- a/lang/hope/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -HOPE is simple applicative (functional) language. -It was been used in "Functional Programming" book by Anthony J. Field and -Peter G. Harrison. - -This port installs simple lazy interpreter of hope. -Author of this interpreter is Ross Paterson <ross@soi.city.ac.uk>. - -WWW: http://www.soi.city.ac.uk/~ross/Hope/ diff --git a/lang/hope/pkg-plist b/lang/hope/pkg-plist deleted file mode 100644 index 784fa0b37cd9..000000000000 --- a/lang/hope/pkg-plist +++ /dev/null @@ -1,91 +0,0 @@ -bin/hope -man/man1/hope.1.gz -%%DATADIR%%/lib.new/Standard.hop -%%DATADIR%%/lib/Standard.hop -%%DATADIR%%/lib/arith.hop -%%DATADIR%%/lib/case.hop -%%DATADIR%%/lib/ctype.hop -%%DATADIR%%/lib/diag.hop -%%DATADIR%%/lib/fold.hop -%%DATADIR%%/lib/functions.hop -%%DATADIR%%/lib/lines.hop -%%DATADIR%%/lib/list.hop -%%DATADIR%%/lib/lists.hop -%%DATADIR%%/lib/maybe.hop -%%DATADIR%%/lib/products.hop -%%DATADIR%%/lib/range.hop -%%DATADIR%%/lib/seq.hop -%%DATADIR%%/lib/set.hop -%%DATADIR%%/lib/sort.hop -%%DATADIR%%/lib/sums.hop -%%DATADIR%%/lib/tree.hop -%%DATADIR%%/lib/void.hop -%%DATADIR%%/lib/words.hop -%%DATADIR%%/lib/y.hop -%%PORTDOCS%%%%DOCSDIR%%/examples.dvi.gz -%%PORTDOCS%%%%DOCSDIR%%/examples.ps.gz -%%PORTDOCS%%%%DOCSDIR%%/examples/examples.css -%%PORTDOCS%%%%DOCSDIR%%/examples/examples.html -%%PORTDOCS%%%%DOCSDIR%%/examples/index.html -%%PORTDOCS%%%%DOCSDIR%%/examples/labels.pl -%%PORTDOCS%%%%DOCSDIR%%/examples/node1.html -%%PORTDOCS%%%%DOCSDIR%%/examples/node2.html -%%PORTDOCS%%%%DOCSDIR%%/examples/node3.html -%%PORTDOCS%%%%DOCSDIR%%/examples/node4.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut.dvi.gz -%%PORTDOCS%%%%DOCSDIR%%/hope_tut.ps.gz -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/WARNINGS -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/hope_tut.css -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/hope_tut.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/index.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/labels.pl -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/node1.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/node10.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/node11.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/node12.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/node13.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/node14.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/node15.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/node16.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/node17.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/node18.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/node19.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/node2.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/node20.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/node21.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/node22.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/node23.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/node24.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/node25.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/node3.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/node4.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/node5.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/node6.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/node7.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/node8.html -%%PORTDOCS%%%%DOCSDIR%%/hope_tut/node9.html -%%PORTDOCS%%%%DOCSDIR%%/ref_man.dvi.gz -%%PORTDOCS%%%%DOCSDIR%%/ref_man.ps.gz -%%PORTDOCS%%%%DOCSDIR%%/ref_man/WARNINGS -%%PORTDOCS%%%%DOCSDIR%%/ref_man/index.html -%%PORTDOCS%%%%DOCSDIR%%/ref_man/internals.pl -%%PORTDOCS%%%%DOCSDIR%%/ref_man/labels.pl -%%PORTDOCS%%%%DOCSDIR%%/ref_man/node1.html -%%PORTDOCS%%%%DOCSDIR%%/ref_man/node10.html -%%PORTDOCS%%%%DOCSDIR%%/ref_man/node11.html -%%PORTDOCS%%%%DOCSDIR%%/ref_man/node12.html -%%PORTDOCS%%%%DOCSDIR%%/ref_man/node13.html -%%PORTDOCS%%%%DOCSDIR%%/ref_man/node14.html -%%PORTDOCS%%%%DOCSDIR%%/ref_man/node15.html -%%PORTDOCS%%%%DOCSDIR%%/ref_man/node16.html -%%PORTDOCS%%%%DOCSDIR%%/ref_man/node17.html -%%PORTDOCS%%%%DOCSDIR%%/ref_man/node2.html -%%PORTDOCS%%%%DOCSDIR%%/ref_man/node3.html -%%PORTDOCS%%%%DOCSDIR%%/ref_man/node4.html -%%PORTDOCS%%%%DOCSDIR%%/ref_man/node5.html -%%PORTDOCS%%%%DOCSDIR%%/ref_man/node6.html -%%PORTDOCS%%%%DOCSDIR%%/ref_man/node7.html -%%PORTDOCS%%%%DOCSDIR%%/ref_man/node8.html -%%PORTDOCS%%%%DOCSDIR%%/ref_man/node9.html -%%PORTDOCS%%%%DOCSDIR%%/ref_man/ref_man.css -%%PORTDOCS%%%%DOCSDIR%%/ref_man/ref_man.html diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile deleted file mode 100644 index 36768971a1d2..000000000000 --- a/lang/hugs/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# Created by: Torsten Teg Grust (Torsten.Grust@uni-konstanz.de) -# $FreeBSD$ - -PORTNAME= hugs98 -PORTVERSION= 200609 -PORTREVISION= 16 -CATEGORIES= lang haskell -MASTER_SITES= http://cvs.haskell.org/Hugs/downloads/2006-09/ -DISTNAME= ${PORTNAME}-plus-${HUGS_DATE} - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Interpreter for the functional programming language Haskell 98 - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -BROKEN_armv6= fails to compile: cppinput.c: invalid preprocessing directive \#! -BROKEN_armv7= fails to compile: cppinput.c: invalid preprocessing directive \#! - -BUILD_DEPENDS= bash:shells/bash - -WRKSRC= ${WRKDIR}/${DISTNAME} - -HUGS_DATE= Sep2006 -USES= bison gl gmake openal:al,alut xorg -USE_CSTD= gnu89 -USE_GCC= yes - -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-pthreads - -USE_GL= glut -USE_XORG= sm ice xmu xi x11 - -.include <bsd.port.pre.mk> - -.if ${ARCH} == i386 && ${OSVERSION} > 1200000 -CFLAGS+= -O0 -.endif - -post-patch: - @${REINPLACE_CMD} 's/LIBS/LIBRARIES/' ${WRKSRC}/libraries/Makefile.in - @${REINPLACE_CMD} -e '/^install :: install_notes/d ; \ - /^install :: install_guide/d' \ - ${WRKSRC}/src/MkInstal.in - @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \ - ${WRKSRC}/packages/OpenGL/configure \ - ${WRKSRC}/packages/GLUT/configure \ - ${WRKSRC}/packages/X11/configure \ - ${WRKSRC}/packages/HGL/configure - @${REINPLACE_CMD} -e 's,"gcc","${CC}",g' \ - ${WRKSRC}/hsc2hs/Main.hs - -do-build: -. for dir in src libraries docs - cd ${WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} -. endfor - -do-install: -. for dir in src libraries demos docs - cd ${WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} -. endfor - -.include <bsd.port.post.mk> diff --git a/lang/hugs/distinfo b/lang/hugs/distinfo deleted file mode 100644 index b1f2a30bab3e..000000000000 --- a/lang/hugs/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (hugs98-plus-Sep2006.tar.gz) = aafaca9ca544572ebef70bbe86b5eb0abaa5d7c11c0b766d7db72a46b022bed5 -SIZE (hugs98-plus-Sep2006.tar.gz) = 5322244 diff --git a/lang/hugs/files/patch-packages__Cabal__Distribution__PackageDescription.hs b/lang/hugs/files/patch-packages__Cabal__Distribution__PackageDescription.hs deleted file mode 100644 index ab74ff22af28..000000000000 --- a/lang/hugs/files/patch-packages__Cabal__Distribution__PackageDescription.hs +++ /dev/null @@ -1,11 +0,0 @@ ---- ./packages/Cabal/Distribution/PackageDescription.hs.orig 2006-09-21 00:29:42.000000000 +0200 -+++ ./packages/Cabal/Distribution/PackageDescription.hs 2014-07-01 03:36:34.000000000 +0200 -@@ -437,7 +437,7 @@ - showToken parseTokenQ - ccOptions (\val binfo -> binfo{ccOptions=val}) - , listField "ld-options" -- showToken parseTokenQ -+ showToken' parseTokenQ' - ldOptions (\val binfo -> binfo{ldOptions=val}) - , listField "frameworks" - showToken parseTokenQ diff --git a/lang/hugs/files/patch-packages__Cabal__Distribution__ParseUtils.hs b/lang/hugs/files/patch-packages__Cabal__Distribution__ParseUtils.hs deleted file mode 100644 index ad3660dbf388..000000000000 --- a/lang/hugs/files/patch-packages__Cabal__Distribution__ParseUtils.hs +++ /dev/null @@ -1,39 +0,0 @@ ---- ./packages/Cabal/Distribution/ParseUtils.hs.orig 2006-09-21 00:29:42.000000000 +0200 -+++ ./packages/Cabal/Distribution/ParseUtils.hs 2014-07-01 04:38:40.000000000 +0200 -@@ -48,11 +48,11 @@ - locatedErrorMsg, showError, syntaxError, warning, - runP, ParseResult(..), - StanzaField(..), splitStanzas, Stanza, singleStanza, -- parseFilePathQ, parseTokenQ, -+ parseFilePathQ, parseTokenQ, parseTokenQ', - parseModuleNameQ, parseDependency, parseOptVersion, - parsePackageNameQ, parseVersionRangeQ, - parseTestedWithQ, parseLicenseQ, parseExtensionQ, parseCommaList, parseOptCommaList, -- showFilePath, showToken, showTestedWith, showDependency, showFreeText, -+ showFilePath, showToken, showToken', showTestedWith, showDependency, showFreeText, - simpleField, listField, commaListField, optsField, - parseReadS, parseQuoted, - ) where -@@ -274,6 +274,9 @@ - parseTokenQ :: ReadP r String - parseTokenQ = parseReadS <++ munch1 (\x -> not (isSpace x) && x /= ',') - -+parseTokenQ' :: ReadP r String -+parseTokenQ' = parseReadS <++ munch1 (not . isSpace) -+ - parseCommaList :: ReadP r a -- ^The parser for the stuff between commas - -> ReadP r [a] - parseCommaList p = sepBy p separator -@@ -300,6 +303,12 @@ - | otherwise = text (show str) - where dodgy c = isSpace c || c == ',' - -+showToken' :: String -> Doc -+showToken' str -+ | not (any isSpace str) && -+ not (null str) = text str -+ | otherwise = text (show str) -+ - showTestedWith :: (CompilerFlavor,VersionRange) -> Doc - showTestedWith (compiler,version) = text (show compiler ++ " " ++ showVersionRange version) - diff --git a/lang/hugs/pkg-descr b/lang/hugs/pkg-descr deleted file mode 100644 index 523d82f6332f..000000000000 --- a/lang/hugs/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Hugs 98 is a functional programming system based on Haskell 98, the -de facto standard for non-strict functional programming languages. - -Hugs 98 provides an almost complete implementation of Haskell 98, -including monad and record syntax, newtypes, strictness annotations, -and modules. In addition, it comes packaged with almost all libraries -defined in the most recent version of the Haskell 98 Library Report. - -Hugs 98 also supports a number of advanced and experimental extensions -including multi-parameter classes, extensible records, rank-2 -polymorphism, existentials, scoped type variables, and restricted -type synonyms. - -WWW: https://www.haskell.org/hugs/ diff --git a/lang/hugs/pkg-plist b/lang/hugs/pkg-plist deleted file mode 100644 index 86b4fb2be4c2..000000000000 --- a/lang/hugs/pkg-plist +++ /dev/null @@ -1,1124 +0,0 @@ -bin/cpphs-hugs -bin/ffihugs -bin/hsc2hs-hugs -bin/hugs -bin/runhugs -lib/hugs/Credits -lib/hugs/License -lib/hugs/Readme -lib/hugs/demos/ALUT/Basic/HelloWorld.hs -lib/hugs/demos/ALUT/Basic/OpenALInfo.hs -lib/hugs/demos/ALUT/Basic/PlayFile.hs -lib/hugs/demos/ALUT/TestSuite/TestErrorStuff.hs -lib/hugs/demos/ALUT/TestSuite/TestFileLoader.hs -lib/hugs/demos/ALUT/TestSuite/TestMemoryLoader.hs -lib/hugs/demos/ALUT/TestSuite/TestVersion.hs -lib/hugs/demos/ALUT/TestSuite/TestWaveforms.hs -lib/hugs/demos/ALUT/TestSuite/file1.wav -lib/hugs/demos/ALUT/TestSuite/file2.au -lib/hugs/demos/ALUT/TestSuite/file3.raw -lib/hugs/demos/AnsiDemo.hs -lib/hugs/demos/ArrayEx.hs -lib/hugs/demos/Cabal/DefaultSetup.lhs -lib/hugs/demos/Cabal/hapax.hs -lib/hugs/demos/Calendar.hs -lib/hugs/demos/CommaInt.lhs -lib/hugs/demos/Demos.hs -lib/hugs/demos/Eliza.hs -lib/hugs/demos/EvalRed.hs -lib/hugs/demos/Examples.hs -lib/hugs/demos/Expr.hs -lib/hugs/demos/FastSort.hs -lib/hugs/demos/GLUT/BOGLGP/Chapter01/OnYourOwn1.hs -lib/hugs/demos/GLUT/BOGLGP/Chapter01/Simple.hs -lib/hugs/demos/GLUT/BOGLGP/Chapter02/OnYourOwn1.hs -lib/hugs/demos/GLUT/BOGLGP/Chapter02/OpenGLApplication.hs -lib/hugs/demos/GLUT/BOGLGP/Chapter03/Lines.hs -lib/hugs/demos/GLUT/BOGLGP/Chapter03/OnYourOwn1.hs -lib/hugs/demos/GLUT/BOGLGP/Chapter03/Points.hs -lib/hugs/demos/GLUT/BOGLGP/Chapter03/Polygons.hs -lib/hugs/demos/GLUT/BOGLGP/Chapter03/TrianglesQuads.hs -lib/hugs/demos/GLUT/Misc/ARBOcclude.hs -lib/hugs/demos/GLUT/Misc/ExtractContours.hs -lib/hugs/demos/GLUT/Misc/Gears.hs -lib/hugs/demos/GLUT/Misc/Pitfall14.hs -lib/hugs/demos/GLUT/Misc/Triangulate.hs -lib/hugs/demos/GLUT/RedBook/00-README -lib/hugs/demos/GLUT/RedBook/AAIndex.hs -lib/hugs/demos/GLUT/RedBook/AARGB.hs -lib/hugs/demos/GLUT/RedBook/AccAnti.hs -lib/hugs/demos/GLUT/RedBook/AccPersp.hs -lib/hugs/demos/GLUT/RedBook/Alpha.hs -lib/hugs/demos/GLUT/RedBook/Alpha3D.hs -lib/hugs/demos/GLUT/RedBook/BezCurve.hs -lib/hugs/demos/GLUT/RedBook/BezMesh.hs -lib/hugs/demos/GLUT/RedBook/BezSurf.hs -lib/hugs/demos/GLUT/RedBook/BlendEqn.hs -lib/hugs/demos/GLUT/RedBook/Checker.hs -lib/hugs/demos/GLUT/RedBook/Clip.hs -lib/hugs/demos/GLUT/RedBook/ColorMat.hs -lib/hugs/demos/GLUT/RedBook/ColorMatrix.hs -lib/hugs/demos/GLUT/RedBook/ColorTable.hs -lib/hugs/demos/GLUT/RedBook/Combiner.hs -lib/hugs/demos/GLUT/RedBook/Convolution.hs -lib/hugs/demos/GLUT/RedBook/Cube.hs -lib/hugs/demos/GLUT/RedBook/CubeMap.hs -lib/hugs/demos/GLUT/RedBook/DList.hs -lib/hugs/demos/GLUT/RedBook/DOF.hs -lib/hugs/demos/GLUT/RedBook/Data/leeds.bin -lib/hugs/demos/GLUT/RedBook/Double.hs -lib/hugs/demos/GLUT/RedBook/DrawF.hs -lib/hugs/demos/GLUT/RedBook/Feedback.hs -lib/hugs/demos/GLUT/RedBook/Fog.hs -lib/hugs/demos/GLUT/RedBook/FogCoord.hs -lib/hugs/demos/GLUT/RedBook/FogIndex.hs -lib/hugs/demos/GLUT/RedBook/Font.hs -lib/hugs/demos/GLUT/RedBook/Hello.hs -lib/hugs/demos/GLUT/RedBook/Histogram.hs -lib/hugs/demos/GLUT/RedBook/Image.hs -lib/hugs/demos/GLUT/RedBook/Light.hs -lib/hugs/demos/GLUT/RedBook/Lines.hs -lib/hugs/demos/GLUT/RedBook/MVArray.hs -lib/hugs/demos/GLUT/RedBook/Material.hs -lib/hugs/demos/GLUT/RedBook/Minmax.hs -lib/hugs/demos/GLUT/RedBook/Mipmap.hs -lib/hugs/demos/GLUT/RedBook/Model.hs -lib/hugs/demos/GLUT/RedBook/MoveLight.hs -lib/hugs/demos/GLUT/RedBook/MultiTex.hs -lib/hugs/demos/GLUT/RedBook/Multisamp.hs -lib/hugs/demos/GLUT/RedBook/PickDepth.hs -lib/hugs/demos/GLUT/RedBook/PickSquare.hs -lib/hugs/demos/GLUT/RedBook/Planet.hs -lib/hugs/demos/GLUT/RedBook/PointP.hs -lib/hugs/demos/GLUT/RedBook/PolyOff.hs -lib/hugs/demos/GLUT/RedBook/Polys.hs -lib/hugs/demos/GLUT/RedBook/Quadric.hs -lib/hugs/demos/GLUT/RedBook/ReadImage.hs -lib/hugs/demos/GLUT/RedBook/Robot.hs -lib/hugs/demos/GLUT/RedBook/Scene.hs -lib/hugs/demos/GLUT/RedBook/Select.hs -lib/hugs/demos/GLUT/RedBook/ShadowMap.hs -lib/hugs/demos/GLUT/RedBook/Smooth.hs -lib/hugs/demos/GLUT/RedBook/Stencil.hs -lib/hugs/demos/GLUT/RedBook/Stroke.hs -lib/hugs/demos/GLUT/RedBook/SurfPoints.hs -lib/hugs/demos/GLUT/RedBook/Surface.hs -lib/hugs/demos/GLUT/RedBook/Teapots.hs -lib/hugs/demos/GLUT/RedBook/Tess.hs -lib/hugs/demos/GLUT/RedBook/TessWind.hs -lib/hugs/demos/GLUT/RedBook/TexBind.hs -lib/hugs/demos/GLUT/RedBook/TexGen.hs -lib/hugs/demos/GLUT/RedBook/TexProx.hs -lib/hugs/demos/GLUT/RedBook/TexSub.hs -lib/hugs/demos/GLUT/RedBook/Texture3D.hs -lib/hugs/demos/GLUT/RedBook/TextureSurf.hs -lib/hugs/demos/GLUT/RedBook/Torus.hs -lib/hugs/demos/GLUT/RedBook/Trim.hs -lib/hugs/demos/GLUT/RedBook/UnProject.hs -lib/hugs/demos/GLUT/RedBook/VArray.hs -lib/hugs/demos/GLUT/RedBook/Wrap.hs -lib/hugs/demos/Gofer.hs -lib/hugs/demos/HGL/GTest.hs -lib/hugs/demos/HGL/HelloWorld.hs -lib/hugs/demos/HGL/README -lib/hugs/demos/HGL/Tests.hs -lib/hugs/demos/HUnit/Example.hs -lib/hugs/demos/HUnit/test/HUnitTest98.lhs -lib/hugs/demos/HUnit/test/HUnitTestBase.lhs -lib/hugs/demos/HUnit/test/HUnitTestExtended.lhs -lib/hugs/demos/HUnit/test/TerminalTest.lhs -lib/hugs/demos/HaXml/AlbumDTD.hs -lib/hugs/demos/HaXml/App.hs -lib/hugs/demos/HaXml/DTDpp.hs -lib/hugs/demos/HaXml/DTypes.hs -lib/hugs/demos/HaXml/DebugLex.hs -lib/hugs/demos/HaXml/Example.hs -lib/hugs/demos/HaXml/OpenOffice.org/Blocklist.dtd -lib/hugs/demos/HaXml/OpenOffice.org/chart.mod -lib/hugs/demos/HaXml/OpenOffice.org/datastyl.mod -lib/hugs/demos/HaXml/OpenOffice.org/defs.mod -lib/hugs/demos/HaXml/OpenOffice.org/drawing.mod -lib/hugs/demos/HaXml/OpenOffice.org/dtypes.mod -lib/hugs/demos/HaXml/OpenOffice.org/form.mod -lib/hugs/demos/HaXml/OpenOffice.org/meta.mod -lib/hugs/demos/HaXml/OpenOffice.org/nmspace.mod -lib/hugs/demos/HaXml/OpenOffice.org/office.dtd -lib/hugs/demos/HaXml/OpenOffice.org/office.mod -lib/hugs/demos/HaXml/OpenOffice.org/office2.dtd -lib/hugs/demos/HaXml/OpenOffice.org/script.mod -lib/hugs/demos/HaXml/OpenOffice.org/settings.mod -lib/hugs/demos/HaXml/OpenOffice.org/style.mod -lib/hugs/demos/HaXml/OpenOffice.org/table.mod -lib/hugs/demos/HaXml/OpenOffice.org/text.mod -lib/hugs/demos/HaXml/README -lib/hugs/demos/HaXml/SMIL/DTD_SMIL20.hs -lib/hugs/demos/HaXml/SMIL/SMIL-anim.mod -lib/hugs/demos/HaXml/SMIL/SMIL-control.mod -lib/hugs/demos/HaXml/SMIL/SMIL-layout.mod -lib/hugs/demos/HaXml/SMIL/SMIL-link.mod -lib/hugs/demos/HaXml/SMIL/SMIL-media.mod -lib/hugs/demos/HaXml/SMIL/SMIL-metainformation.mod -lib/hugs/demos/HaXml/SMIL/SMIL-struct.mod -lib/hugs/demos/HaXml/SMIL/SMIL-timing.mod -lib/hugs/demos/HaXml/SMIL/SMIL-transition.mod -lib/hugs/demos/HaXml/SMIL/SMIL20.dtd -lib/hugs/demos/HaXml/SMIL/smil-attribs-1.mod -lib/hugs/demos/HaXml/SMIL/smil-datatypes-1.mod -lib/hugs/demos/HaXml/SMIL/smil-framework-1.mod -lib/hugs/demos/HaXml/SMIL/smil-model-1.mod -lib/hugs/demos/HaXml/SMIL/smil-qname-1.mod -lib/hugs/demos/HaXml/SimpleTest.hs -lib/hugs/demos/HaXml/SimpleTestBool.hs -lib/hugs/demos/HaXml/SimpleTestD.hs -lib/hugs/demos/HaXml/Types.hs -lib/hugs/demos/HaXml/album.dtd -lib/hugs/demos/HaXml/album.xml -lib/hugs/demos/HaXml/subjdb.xml -lib/hugs/demos/Lattice.hs -lib/hugs/demos/Ldfs.hs -lib/hugs/demos/Literate.lhs -lib/hugs/demos/Makefile.in -lib/hugs/demos/Matrix.hs -lib/hugs/demos/Mersenne.hs -lib/hugs/demos/Minsrand.hs -lib/hugs/demos/OpenAL/test/TestDevice.hs -lib/hugs/demos/Queens.hs -lib/hugs/demos/Say.hs -lib/hugs/demos/Stack.hs -lib/hugs/demos/Tree.hs -lib/hugs/demos/haskell-src/hsparser.hs -lib/hugs/demos/parsec/Henk/HenkAS.hs -lib/hugs/demos/parsec/Henk/HenkParser.hs -lib/hugs/demos/parsec/Henk/Main.hs -lib/hugs/demos/parsec/Henk/test.h -lib/hugs/demos/parsec/Mondrian/Main.hs -lib/hugs/demos/parsec/Mondrian/MonParser.hs -lib/hugs/demos/parsec/Mondrian/Mondrian.hs -lib/hugs/demos/parsec/Mondrian/Prelude.m -lib/hugs/demos/parsec/Mondrian/Pretty.hs -lib/hugs/demos/parsec/Mondrian/SimpleMondrianPrinter.hs -lib/hugs/demos/parsec/Mondrian/Utils.hs -lib/hugs/demos/parsec/Mondrian/test.m -lib/hugs/demos/parsec/UserGuide/Main.hs -lib/hugs/demos/parsec/tiger/Main.hs -lib/hugs/demos/parsec/tiger/Tiger.hs -lib/hugs/demos/parsec/tiger/TigerAS.hs -lib/hugs/demos/parsec/tiger/fac.tig -lib/hugs/demos/parsec/tiger/matrix.tig -lib/hugs/demos/parsec/tiger/merge.tig -lib/hugs/demos/parsec/tiger/queens.tig -lib/hugs/demos/parsec/while/Main.hs -lib/hugs/demos/parsec/while/While.hs -lib/hugs/demos/parsec/while/WhileAS.hs -lib/hugs/demos/parsec/while/fac.wh -lib/hugs/demos/parsec/while/fib.wh -lib/hugs/demos/prolog/AndorraEngine.hs -lib/hugs/demos/prolog/CombParse.hs -lib/hugs/demos/prolog/Main.hs -lib/hugs/demos/prolog/Prolog.hs -lib/hugs/demos/prolog/PureEngine.hs -lib/hugs/demos/prolog/StackEngine.hs -lib/hugs/demos/prolog/Subst.hs -lib/hugs/demos/prolog/readme -lib/hugs/demos/prolog/stdlib -lib/hugs/docs/ffi-notes.txt -lib/hugs/docs/libraries-notes.txt -lib/hugs/docs/machugs-notes.txt -lib/hugs/docs/server.html -lib/hugs/docs/server.tex -lib/hugs/docs/winhugs-notes.txt -lib/hugs/include/HsFFI.h -lib/hugs/oldlib/Addr.hs -lib/hugs/oldlib/AnsiInteract.hs -lib/hugs/oldlib/AnsiScreen.hs -lib/hugs/oldlib/ArrayBase.hs -lib/hugs/oldlib/Arrow.hs -lib/hugs/oldlib/Assoc.hs -lib/hugs/oldlib/AssocDefaults.hs -lib/hugs/oldlib/AssocList.hs -lib/hugs/oldlib/BSD.hs -lib/hugs/oldlib/BankersQueue.hs -lib/hugs/oldlib/BinaryRandList.hs -lib/hugs/oldlib/BraunSeq.hs -lib/hugs/oldlib/CGI.lhs -lib/hugs/oldlib/COPYRIGHT.edison -lib/hugs/oldlib/CVHAssert.hs -lib/hugs/oldlib/CVar.lhs -lib/hugs/oldlib/Chan.lhs -lib/hugs/oldlib/Channel.lhs -lib/hugs/oldlib/ChannelVar.lhs -lib/hugs/oldlib/Collection.hs -lib/hugs/oldlib/CollectionDefaults.hs -lib/hugs/oldlib/CollectionUtils.hs -lib/hugs/oldlib/ConcBase.hs -lib/hugs/oldlib/Concurrent.lhs -lib/hugs/oldlib/DiffArray.hs -lib/hugs/oldlib/Dynamic.hs -lib/hugs/oldlib/EdisonPrelude.hs -lib/hugs/oldlib/Exception.hs -lib/hugs/oldlib/ForeignObj.hs -lib/hugs/oldlib/GenericPrint.hs -lib/hugs/oldlib/GetOpt.lhs -lib/hugs/oldlib/GraphicsCore.hs -lib/hugs/oldlib/GraphicsUtils.hs -lib/hugs/oldlib/HsLexer.hs -lib/hugs/oldlib/HsParseMonad.hs -lib/hugs/oldlib/HsParseUtils.hs -lib/hugs/oldlib/HsParser.hs -lib/hugs/oldlib/HsPretty.hs -lib/hugs/oldlib/HsSyn.hs -lib/hugs/oldlib/Html.lhs -lib/hugs/oldlib/HtmlBlockTable.lhs -lib/hugs/oldlib/HugsInternals.hs -lib/hugs/oldlib/HugsLibs.hs -lib/hugs/oldlib/IArray.hs -lib/hugs/oldlib/IOExtensions.hs -lib/hugs/oldlib/IOExts.hs -lib/hugs/oldlib/IORef.hs -lib/hugs/oldlib/Interact.hs -lib/hugs/oldlib/JoinList.hs -lib/hugs/oldlib/LazyPairingHeap.hs -lib/hugs/oldlib/LazyST.hs -lib/hugs/oldlib/LeftistHeap.hs -lib/hugs/oldlib/ListSeq.hs -lib/hugs/oldlib/ListUtils.hs -lib/hugs/oldlib/MVar.lhs -lib/hugs/oldlib/Memo.hs -lib/hugs/oldlib/MinHeap.hs -lib/hugs/oldlib/MonadCont.lhs -lib/hugs/oldlib/MonadEither.lhs -lib/hugs/oldlib/MonadError.lhs -lib/hugs/oldlib/MonadFix.lhs -lib/hugs/oldlib/MonadIdentity.lhs -lib/hugs/oldlib/MonadList.lhs -lib/hugs/oldlib/MonadRWS.lhs -lib/hugs/oldlib/MonadReader.lhs -lib/hugs/oldlib/MonadState.lhs -lib/hugs/oldlib/MonadTrans.lhs -lib/hugs/oldlib/MonadWriter.lhs -lib/hugs/oldlib/Monoid.lhs -lib/hugs/oldlib/MyersStack.hs -lib/hugs/oldlib/NativeInfo.hs -lib/hugs/oldlib/Number.hs -lib/hugs/oldlib/Observe.hs -lib/hugs/oldlib/PackedString.lhs -lib/hugs/oldlib/Parallel.lhs -lib/hugs/oldlib/ParseLib.hs -lib/hugs/oldlib/Parsec.hs -lib/hugs/oldlib/ParsecChar.hs -lib/hugs/oldlib/ParsecCombinator.hs -lib/hugs/oldlib/ParsecError.hs -lib/hugs/oldlib/ParsecExpr.hs -lib/hugs/oldlib/ParsecLanguage.hs -lib/hugs/oldlib/ParsecPerm.hs -lib/hugs/oldlib/ParsecPos.hs -lib/hugs/oldlib/ParsecPrim.hs -lib/hugs/oldlib/ParsecToken.hs -lib/hugs/oldlib/PatriciaLoMap.hs -lib/hugs/oldlib/PosixDB.lhs -lib/hugs/oldlib/PosixFiles.lhs -lib/hugs/oldlib/PosixIO.lhs -lib/hugs/oldlib/PosixTTY.lhs -lib/hugs/oldlib/Pretty.lhs -lib/hugs/oldlib/QSem.lhs -lib/hugs/oldlib/QSemN.lhs -lib/hugs/oldlib/QuickCheck.hs -lib/hugs/oldlib/QuickCheckPoly.hs -lib/hugs/oldlib/QuickCheckUtils.hs -lib/hugs/oldlib/Quote.hs -lib/hugs/oldlib/RandList.hs -lib/hugs/oldlib/RegexString.lhs -lib/hugs/oldlib/RevSeq.hs -lib/hugs/oldlib/SOEGraphics.hs -lib/hugs/oldlib/ST.hs -lib/hugs/oldlib/SampleVar.lhs -lib/hugs/oldlib/Semaphore.lhs -lib/hugs/oldlib/Sequence.hs -lib/hugs/oldlib/SequenceDefaults.hs -lib/hugs/oldlib/ShowFunctions.hs -lib/hugs/oldlib/SimpleQueue.hs -lib/hugs/oldlib/SizedSeq.hs -lib/hugs/oldlib/SkewHeap.hs -lib/hugs/oldlib/Socket.lhs -lib/hugs/oldlib/SocketPrim.hs -lib/hugs/oldlib/SplayHeap.hs -lib/hugs/oldlib/Stable.hs -lib/hugs/oldlib/StableName.hs -lib/hugs/oldlib/StdLibs.hs -lib/hugs/oldlib/StorableArray.hs -lib/hugs/oldlib/TestOrdBag.hs -lib/hugs/oldlib/TestOrdSet.hs -lib/hugs/oldlib/TestSeq.hs -lib/hugs/oldlib/Trace.hs -lib/hugs/oldlib/Trex.hs -lib/hugs/oldlib/URI.hs -lib/hugs/oldlib/UnbalancedSet.hs -lib/hugs/oldlib/Unique.lhs -lib/hugs/oldlib/Weak.hs -lib/hugs/packages/Cabal/Distribution/Compat/Directory.hs -lib/hugs/packages/Cabal/Distribution/Compat/Exception.hs -lib/hugs/packages/Cabal/Distribution/Compat/FilePath.hs -lib/hugs/packages/Cabal/Distribution/Compat/Map.hs -lib/hugs/packages/Cabal/Distribution/Compat/RawSystem.hs -lib/hugs/packages/Cabal/Distribution/Compat/ReadP.hs -lib/hugs/packages/Cabal/Distribution/Compiler.hs -lib/hugs/packages/Cabal/Distribution/Extension.hs -lib/hugs/packages/Cabal/Distribution/GetOpt.hs -lib/hugs/packages/Cabal/Distribution/InstalledPackageInfo.hs -lib/hugs/packages/Cabal/Distribution/License.hs -lib/hugs/packages/Cabal/Distribution/Make.hs -lib/hugs/packages/Cabal/Distribution/Package.hs -lib/hugs/packages/Cabal/Distribution/PackageDescription.hs -lib/hugs/packages/Cabal/Distribution/ParseUtils.hs -lib/hugs/packages/Cabal/Distribution/PreProcess.hs -lib/hugs/packages/Cabal/Distribution/PreProcess/Unlit.hs -lib/hugs/packages/Cabal/Distribution/Program.hs -lib/hugs/packages/Cabal/Distribution/Setup.hs -lib/hugs/packages/Cabal/Distribution/Simple.hs -lib/hugs/packages/Cabal/Distribution/Simple/Build.hs -lib/hugs/packages/Cabal/Distribution/Simple/Configure.hs -lib/hugs/packages/Cabal/Distribution/Simple/GHC.hs -lib/hugs/packages/Cabal/Distribution/Simple/GHCPackageConfig.hs -lib/hugs/packages/Cabal/Distribution/Simple/Hugs.hs -lib/hugs/packages/Cabal/Distribution/Simple/Install.hs -lib/hugs/packages/Cabal/Distribution/Simple/JHC.hs -lib/hugs/packages/Cabal/Distribution/Simple/LocalBuildInfo.hs -lib/hugs/packages/Cabal/Distribution/Simple/NHC.hs -lib/hugs/packages/Cabal/Distribution/Simple/Register.hs -lib/hugs/packages/Cabal/Distribution/Simple/SrcDist.hs -lib/hugs/packages/Cabal/Distribution/Simple/Utils.hs -lib/hugs/packages/Cabal/Distribution/Version.hs -lib/hugs/packages/Cabal/LICENSE -lib/hugs/packages/Cabal/Language/Haskell/Extension.hs -lib/hugs/packages/Cabal/Paths_Cabal.hs -lib/hugs/packages/Cabal/copyright -lib/hugs/packages/HGL/Graphics/HGL.hs -lib/hugs/packages/HGL/Graphics/HGL/Core.hs -lib/hugs/packages/HGL/Graphics/HGL/Draw.hs -lib/hugs/packages/HGL/Graphics/HGL/Draw/Brush.hs -lib/hugs/packages/HGL/Graphics/HGL/Draw/Font.hs -lib/hugs/packages/HGL/Graphics/HGL/Draw/Monad.hs -lib/hugs/packages/HGL/Graphics/HGL/Draw/Pen.hs -lib/hugs/packages/HGL/Graphics/HGL/Draw/Picture.hs -lib/hugs/packages/HGL/Graphics/HGL/Draw/Region.hs -lib/hugs/packages/HGL/Graphics/HGL/Draw/Text.hs -lib/hugs/packages/HGL/Graphics/HGL/Internals/Draw.hs -lib/hugs/packages/HGL/Graphics/HGL/Internals/Event.hs -lib/hugs/packages/HGL/Graphics/HGL/Internals/Events.hs -lib/hugs/packages/HGL/Graphics/HGL/Internals/Flag.hs -lib/hugs/packages/HGL/Graphics/HGL/Internals/Types.hs -lib/hugs/packages/HGL/Graphics/HGL/Internals/Utilities.hs -lib/hugs/packages/HGL/Graphics/HGL/Key.hs -lib/hugs/packages/HGL/Graphics/HGL/Run.hs -lib/hugs/packages/HGL/Graphics/HGL/Units.hs -lib/hugs/packages/HGL/Graphics/HGL/Utils.hs -lib/hugs/packages/HGL/Graphics/HGL/Window.hs -lib/hugs/packages/HGL/Graphics/HGL/X11/DC.hs -lib/hugs/packages/HGL/Graphics/HGL/X11/Display.hs -lib/hugs/packages/HGL/Graphics/HGL/X11/Timer.hs -lib/hugs/packages/HGL/Graphics/HGL/X11/Types.hs -lib/hugs/packages/HGL/Graphics/HGL/X11/Window.hs -lib/hugs/packages/HGL/Graphics/SOE.hs -lib/hugs/packages/HGL/LICENSE -lib/hugs/packages/HGL/Paths_HGL.hs -lib/hugs/packages/HaXml/Text/ParserCombinators/PolyLazy.hs -lib/hugs/packages/HaXml/Text/ParserCombinators/PolyStateLazy.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/Html/ParseLazy.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/ParseLazy.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/ShowXmlLazy.hs -lib/hugs/packages/HaXml/programs/Canonicalise/Main.hs -lib/hugs/packages/HaXml/programs/Canonicalise/Paths_HaXml.hs -lib/hugs/packages/HaXml/programs/CanonicaliseLazy/Main.hs -lib/hugs/packages/HaXml/programs/CanonicaliseLazy/Paths_HaXml.hs -lib/hugs/packages/HaXml/programs/DtdToHaskell/Main.hs -lib/hugs/packages/HaXml/programs/DtdToHaskell/Paths_HaXml.hs -lib/hugs/packages/HaXml/programs/MkOneOf/Main.hs -lib/hugs/packages/HaXml/programs/MkOneOf/Paths_HaXml.hs -lib/hugs/packages/HaXml/programs/Validate/Main.hs -lib/hugs/packages/HaXml/programs/Validate/Paths_HaXml.hs -lib/hugs/packages/HaXml/programs/Xtract/Main.hs -lib/hugs/packages/HaXml/programs/Xtract/Paths_HaXml.hs -lib/hugs/packages/HaXml/programs/XtractLazy/Main.hs -lib/hugs/packages/HaXml/programs/XtractLazy/Paths_HaXml.hs -lib/hugs/packages/base/Control/Applicative.hs -lib/hugs/packages/base/Control/Arrow.hs -lib/hugs/packages/base/Control/Concurrent.hs -lib/hugs/packages/base/Control/Concurrent/Chan.hs -lib/hugs/packages/base/Control/Concurrent/MVar.hs -lib/hugs/packages/base/Control/Concurrent/QSem.hs -lib/hugs/packages/base/Control/Concurrent/QSemN.hs -lib/hugs/packages/base/Control/Concurrent/SampleVar.hs -lib/hugs/packages/base/Control/Exception.hs -lib/hugs/packages/base/Control/Monad.hs -lib/hugs/packages/base/Control/Monad/Fix.hs -lib/hugs/packages/base/Control/Monad/Instances.hs -lib/hugs/packages/base/Control/Monad/ST.hs -lib/hugs/packages/base/Control/Monad/ST/Lazy.hs -lib/hugs/packages/base/Control/Monad/ST/Strict.hs -lib/hugs/packages/base/Control/Parallel.hs -lib/hugs/packages/base/Data/Array.hs -lib/hugs/packages/base/Data/Array/Base.hs -lib/hugs/packages/base/Data/Array/Diff.hs -lib/hugs/packages/base/Data/Array/IArray.hs -lib/hugs/packages/base/Data/Array/IO.hs -lib/hugs/packages/base/Data/Array/IO/Internals.hs -lib/hugs/packages/base/Data/Array/MArray.hs -lib/hugs/packages/base/Data/Array/ST.hs -lib/hugs/packages/base/Data/Array/Storable.hs -lib/hugs/packages/base/Data/Array/Unboxed.hs -lib/hugs/packages/base/Data/Bits.hs -lib/hugs/packages/base/Data/Bool.hs -lib/hugs/packages/base/Data/ByteString.hs -lib/hugs/packages/base/Data/ByteString/Base.hs -lib/hugs/packages/base/Data/ByteString/Base.so -lib/hugs/packages/base/Data/ByteString/Char8.hs -lib/hugs/packages/base/Data/ByteString/Fusion.hs -lib/hugs/packages/base/Data/ByteString/Lazy.hs -lib/hugs/packages/base/Data/ByteString/Lazy/Char8.hs -lib/hugs/packages/base/Data/Char.hs -lib/hugs/packages/base/Data/Complex.hs -lib/hugs/packages/base/Data/Dynamic.hs -lib/hugs/packages/base/Data/Either.hs -lib/hugs/packages/base/Data/Eq.hs -lib/hugs/packages/base/Data/Fixed.hs -lib/hugs/packages/base/Data/Foldable.hs -lib/hugs/packages/base/Data/FunctorM.hs -lib/hugs/packages/base/Data/Graph.hs -lib/hugs/packages/base/Data/HashTable.hs -lib/hugs/packages/base/Data/IORef.hs -lib/hugs/packages/base/Data/Int.hs -lib/hugs/packages/base/Data/IntMap.hs -lib/hugs/packages/base/Data/IntSet.hs -lib/hugs/packages/base/Data/Ix.hs -lib/hugs/packages/base/Data/List.hs -lib/hugs/packages/base/Data/Map.hs -lib/hugs/packages/base/Data/Maybe.hs -lib/hugs/packages/base/Data/Monoid.hs -lib/hugs/packages/base/Data/Ord.hs -lib/hugs/packages/base/Data/PackedString.hs -lib/hugs/packages/base/Data/Queue.hs -lib/hugs/packages/base/Data/Ratio.hs -lib/hugs/packages/base/Data/STRef.hs -lib/hugs/packages/base/Data/STRef/Lazy.hs -lib/hugs/packages/base/Data/STRef/Strict.hs -lib/hugs/packages/base/Data/Sequence.hs -lib/hugs/packages/base/Data/Set.hs -lib/hugs/packages/base/Data/Traversable.hs -lib/hugs/packages/base/Data/Tree.hs -lib/hugs/packages/base/Data/Tuple.hs -lib/hugs/packages/base/Data/Typeable.hs -lib/hugs/packages/base/Data/Unique.hs -lib/hugs/packages/base/Data/Version.hs -lib/hugs/packages/base/Data/Word.hs -lib/hugs/packages/base/Debug/Trace.hs -lib/hugs/packages/base/Foreign.hs -lib/hugs/packages/base/Foreign/C.hs -lib/hugs/packages/base/Foreign/C/Error.hs -lib/hugs/packages/base/Foreign/C/Error.so -lib/hugs/packages/base/Foreign/C/String.hs -lib/hugs/packages/base/Foreign/C/Types.hs -lib/hugs/packages/base/Foreign/ForeignPtr.hs -lib/hugs/packages/base/Foreign/Marshal.hs -lib/hugs/packages/base/Foreign/Marshal/Alloc.hs -lib/hugs/packages/base/Foreign/Marshal/Alloc.so -lib/hugs/packages/base/Foreign/Marshal/Array.hs -lib/hugs/packages/base/Foreign/Marshal/Error.hs -lib/hugs/packages/base/Foreign/Marshal/Pool.hs -lib/hugs/packages/base/Foreign/Marshal/Utils.hs -lib/hugs/packages/base/Foreign/Marshal/Utils.so -lib/hugs/packages/base/Foreign/Ptr.hs -lib/hugs/packages/base/Foreign/Ptr.so -lib/hugs/packages/base/Foreign/StablePtr.hs -lib/hugs/packages/base/Foreign/Storable.hs -lib/hugs/packages/base/LICENSE -lib/hugs/packages/base/Numeric.hs -lib/hugs/packages/base/Paths_base.hs -lib/hugs/packages/base/Prelude.hs -lib/hugs/packages/base/System/CPUTime.hs -lib/hugs/packages/base/System/Cmd.hs -lib/hugs/packages/base/System/Console/GetOpt.hs -lib/hugs/packages/base/System/Directory.hs -lib/hugs/packages/base/System/Directory/Internals.hs -lib/hugs/packages/base/System/Environment.hs -lib/hugs/packages/base/System/Exit.hs -lib/hugs/packages/base/System/IO.hs -lib/hugs/packages/base/System/IO/Error.hs -lib/hugs/packages/base/System/IO/Unsafe.hs -lib/hugs/packages/base/System/Info.hs -lib/hugs/packages/base/System/Locale.hs -lib/hugs/packages/base/System/Mem.hs -lib/hugs/packages/base/System/Mem/StableName.hs -lib/hugs/packages/base/System/Mem/Weak.hs -lib/hugs/packages/base/System/Posix/Internals.hs -lib/hugs/packages/base/System/Posix/Internals.so -lib/hugs/packages/base/System/Posix/Signals.hs -lib/hugs/packages/base/System/Posix/Signals.so -lib/hugs/packages/base/System/Posix/Types.hs -lib/hugs/packages/base/System/Process/Internals.hs -lib/hugs/packages/base/System/Process/Internals.so -lib/hugs/packages/base/System/Random.hs -lib/hugs/packages/base/System/Time.hs -lib/hugs/packages/base/Text/ParserCombinators/ReadP.hs -lib/hugs/packages/base/Text/ParserCombinators/ReadPrec.hs -lib/hugs/packages/base/Text/PrettyPrint.hs -lib/hugs/packages/base/Text/PrettyPrint/HughesPJ.hs -lib/hugs/packages/base/Text/Printf.hs -lib/hugs/packages/base/Text/Read.hs -lib/hugs/packages/base/Text/Read/Lex.hs -lib/hugs/packages/base/Text/Show.hs -lib/hugs/packages/base/Text/Show/Functions.hs -lib/hugs/packages/cpphs/Language/Preprocessor/Cpphs.hs -lib/hugs/packages/cpphs/Language/Preprocessor/Cpphs/CppIfdef.hs -lib/hugs/packages/cpphs/Language/Preprocessor/Cpphs/HashDefine.hs -lib/hugs/packages/cpphs/Language/Preprocessor/Cpphs/MacroPass.hs -lib/hugs/packages/cpphs/Language/Preprocessor/Cpphs/Options.hs -lib/hugs/packages/cpphs/Language/Preprocessor/Cpphs/Position.hs -lib/hugs/packages/cpphs/Language/Preprocessor/Cpphs/ReadFirst.hs -lib/hugs/packages/cpphs/Language/Preprocessor/Cpphs/RunCpphs.hs -lib/hugs/packages/cpphs/Language/Preprocessor/Cpphs/SymTab.hs -lib/hugs/packages/cpphs/Language/Preprocessor/Cpphs/Tokenise.hs -lib/hugs/packages/cpphs/Language/Preprocessor/Unlit.hs -lib/hugs/packages/cpphs/Paths_cpphs.hs -lib/hugs/packages/cpphs/Text/ParserCombinators/HuttonMeijer.hs -lib/hugs/packages/haskell-src/LICENSE -lib/hugs/packages/haskell-src/Language/Haskell/Lexer.hs -lib/hugs/packages/haskell-src/Language/Haskell/ParseMonad.hs -lib/hugs/packages/haskell-src/Language/Haskell/ParseUtils.hs -lib/hugs/packages/haskell-src/Language/Haskell/Parser.hs -lib/hugs/packages/haskell-src/Language/Haskell/Pretty.hs -lib/hugs/packages/haskell-src/Language/Haskell/Syntax.hs -lib/hugs/packages/haskell-src/Paths_haskell_src.hs -lib/hugs/packages/haskell98/Array.hs -lib/hugs/packages/haskell98/Bits.hs -lib/hugs/packages/haskell98/CError.hs -lib/hugs/packages/haskell98/CForeign.hs -lib/hugs/packages/haskell98/CPUTime.hs -lib/hugs/packages/haskell98/CString.hs -lib/hugs/packages/haskell98/CTypes.hs -lib/hugs/packages/haskell98/Char.hs -lib/hugs/packages/haskell98/Complex.hs -lib/hugs/packages/haskell98/Directory.hs -lib/hugs/packages/haskell98/ForeignPtr.hs -lib/hugs/packages/haskell98/IO.hs -lib/hugs/packages/haskell98/Int.hs -lib/hugs/packages/haskell98/Ix.hs -lib/hugs/packages/haskell98/LICENSE -lib/hugs/packages/haskell98/List.hs -lib/hugs/packages/haskell98/Locale.hs -lib/hugs/packages/haskell98/MarshalAlloc.hs -lib/hugs/packages/haskell98/MarshalArray.hs -lib/hugs/packages/haskell98/MarshalError.hs -lib/hugs/packages/haskell98/MarshalUtils.hs -lib/hugs/packages/haskell98/Maybe.hs -lib/hugs/packages/haskell98/Monad.hs -lib/hugs/packages/haskell98/Paths_haskell98.hs -lib/hugs/packages/haskell98/Ptr.hs -lib/hugs/packages/haskell98/Random.hs -lib/hugs/packages/haskell98/Ratio.hs -lib/hugs/packages/haskell98/StablePtr.hs -lib/hugs/packages/haskell98/Storable.hs -lib/hugs/packages/haskell98/System.hs -lib/hugs/packages/haskell98/Time.hs -lib/hugs/packages/haskell98/Word.hs -lib/hugs/packages/hugsbase/Hugs.hs -lib/hugs/packages/hugsbase/Hugs/Array.hs -lib/hugs/packages/hugsbase/Hugs/Bits.hs -lib/hugs/packages/hugsbase/Hugs/ByteArray.hs -lib/hugs/packages/hugsbase/Hugs/CVHAssert.hs -lib/hugs/packages/hugsbase/Hugs/Char.hs -lib/hugs/packages/hugsbase/Hugs/ConcBase.hs -lib/hugs/packages/hugsbase/Hugs/Directory.hs -lib/hugs/packages/hugsbase/Hugs/Dynamic.hs -lib/hugs/packages/hugsbase/Hugs/Exception.hs -lib/hugs/packages/hugsbase/Hugs/ForeignPtr.hs -lib/hugs/packages/hugsbase/Hugs/GenericPrint.hs -lib/hugs/packages/hugsbase/Hugs/IO.hs -lib/hugs/packages/hugsbase/Hugs/IOArray.hs -lib/hugs/packages/hugsbase/Hugs/IOExts.hs -lib/hugs/packages/hugsbase/Hugs/IORef.hs -lib/hugs/packages/hugsbase/Hugs/Int.hs -lib/hugs/packages/hugsbase/Hugs/Internals.hs -lib/hugs/packages/hugsbase/Hugs/LazyST.hs -lib/hugs/packages/hugsbase/Hugs/Memo.hs -lib/hugs/packages/hugsbase/Hugs/Numeric.hs -lib/hugs/packages/hugsbase/Hugs/Observe.hs -lib/hugs/packages/hugsbase/Hugs/Prelude.hs -lib/hugs/packages/hugsbase/Hugs/Ptr.hs -lib/hugs/packages/hugsbase/Hugs/Quote.hs -lib/hugs/packages/hugsbase/Hugs/ST.hs -lib/hugs/packages/hugsbase/Hugs/Stable.hs -lib/hugs/packages/hugsbase/Hugs/StablePtr.hs -lib/hugs/packages/hugsbase/Hugs/Storable.hs -lib/hugs/packages/hugsbase/Hugs/Storable.so -lib/hugs/packages/hugsbase/Hugs/System.hs -lib/hugs/packages/hugsbase/Hugs/Time.hs -lib/hugs/packages/hugsbase/Hugs/Trex.hs -lib/hugs/packages/hugsbase/Hugs/Weak.hs -lib/hugs/packages/hugsbase/Hugs/Word.hs -lib/hugs/packages/hugsbase/Paths_hugsbase.hs -lib/hugs/packages/network/LICENSE -lib/hugs/packages/network/Network.hs -lib/hugs/packages/network/Network/BSD.hs -lib/hugs/packages/network/Network/BSD.so -lib/hugs/packages/network/Network/Socket.hs -lib/hugs/packages/network/Network/Socket.so -lib/hugs/packages/network/Network/URI.hs -lib/hugs/packages/network/Paths_network.hs -lib/hugs/packages/stm/Control/Concurrent/STM.hs -lib/hugs/packages/stm/Control/Concurrent/STM/TArray.hs -lib/hugs/packages/stm/Control/Concurrent/STM/TVar.hs -lib/hugs/packages/stm/Control/Monad/STM.hs -lib/hugs/packages/stm/Control/Sequential/STM.hs -lib/hugs/packages/stm/LICENSE -lib/hugs/packages/stm/Paths_stm.hs -lib/hugs/packages/time/Data/Time.hs -lib/hugs/packages/time/Data/Time/Calendar.hs -lib/hugs/packages/time/Data/Time/Calendar/Days.hs -lib/hugs/packages/time/Data/Time/Calendar/Easter.hs -lib/hugs/packages/time/Data/Time/Calendar/Gregorian.hs -lib/hugs/packages/time/Data/Time/Calendar/Julian.hs -lib/hugs/packages/time/Data/Time/Calendar/JulianYearDay.hs -lib/hugs/packages/time/Data/Time/Calendar/MonthDay.hs -lib/hugs/packages/time/Data/Time/Calendar/OrdinalDate.hs -lib/hugs/packages/time/Data/Time/Calendar/Private.hs -lib/hugs/packages/time/Data/Time/Calendar/WeekDate.hs -lib/hugs/packages/time/Data/Time/Clock.hs -lib/hugs/packages/time/Data/Time/Clock/CTimeval.hs -lib/hugs/packages/time/Data/Time/Clock/CTimeval.so -lib/hugs/packages/time/Data/Time/Clock/POSIX.hs -lib/hugs/packages/time/Data/Time/Clock/Scale.hs -lib/hugs/packages/time/Data/Time/Clock/TAI.hs -lib/hugs/packages/time/Data/Time/Clock/UTC.hs -lib/hugs/packages/time/Data/Time/Clock/UTCDiff.hs -lib/hugs/packages/time/Data/Time/LocalTime.hs -lib/hugs/packages/time/Data/Time/LocalTime/Format.hs -lib/hugs/packages/time/Data/Time/LocalTime/LocalTime.hs -lib/hugs/packages/time/Data/Time/LocalTime/TimeOfDay.hs -lib/hugs/packages/time/Data/Time/LocalTime/TimeZone.hs -lib/hugs/packages/time/Data/Time/LocalTime/TimeZone.so -lib/hugs/packages/time/LICENSE -lib/hugs/packages/time/Paths_time.hs -lib/hugs/packages/unix/LICENSE -lib/hugs/packages/unix/Paths_unix.hs -lib/hugs/packages/unix/System/Posix.hs -lib/hugs/packages/unix/System/Posix/Directory.hs -lib/hugs/packages/unix/System/Posix/Directory.so -lib/hugs/packages/unix/System/Posix/DynamicLinker.hs -lib/hugs/packages/unix/System/Posix/DynamicLinker/Module.hs -lib/hugs/packages/unix/System/Posix/DynamicLinker/Prim.hs -lib/hugs/packages/unix/System/Posix/DynamicLinker/Prim.so -lib/hugs/packages/unix/System/Posix/Env.hs -lib/hugs/packages/unix/System/Posix/Env.so -lib/hugs/packages/unix/System/Posix/Error.hs -lib/hugs/packages/unix/System/Posix/Files.hs -lib/hugs/packages/unix/System/Posix/Files.so -lib/hugs/packages/unix/System/Posix/IO.hs -lib/hugs/packages/unix/System/Posix/Process.hs -lib/hugs/packages/unix/System/Posix/Process.so -lib/hugs/packages/unix/System/Posix/Resource.hs -lib/hugs/packages/unix/System/Posix/Resource.so -lib/hugs/packages/unix/System/Posix/Signals/Exts.hs -lib/hugs/packages/unix/System/Posix/Temp.hs -lib/hugs/packages/unix/System/Posix/Temp.so -lib/hugs/packages/unix/System/Posix/Terminal.hs -lib/hugs/packages/unix/System/Posix/Terminal.so -lib/hugs/packages/unix/System/Posix/Time.hs -lib/hugs/packages/unix/System/Posix/Time.so -lib/hugs/packages/unix/System/Posix/Unistd.hs -lib/hugs/packages/unix/System/Posix/Unistd.so -lib/hugs/packages/unix/System/Posix/User.hs -lib/hugs/packages/unix/System/Posix/User.so -lib/hugs/packages/xhtml/LICENSE -lib/hugs/packages/xhtml/Paths_xhtml.hs -lib/hugs/packages/xhtml/Text/XHtml.hs -lib/hugs/packages/xhtml/Text/XHtml/BlockTable.hs -lib/hugs/packages/xhtml/Text/XHtml/Debug.hs -lib/hugs/packages/xhtml/Text/XHtml/Extras.hs -lib/hugs/packages/xhtml/Text/XHtml/Frameset.hs -lib/hugs/packages/xhtml/Text/XHtml/Frameset/Attributes.hs -lib/hugs/packages/xhtml/Text/XHtml/Frameset/Elements.hs -lib/hugs/packages/xhtml/Text/XHtml/Internals.hs -lib/hugs/packages/xhtml/Text/XHtml/Strict.hs -lib/hugs/packages/xhtml/Text/XHtml/Strict/Attributes.hs -lib/hugs/packages/xhtml/Text/XHtml/Strict/Elements.hs -lib/hugs/packages/xhtml/Text/XHtml/Table.hs -lib/hugs/packages/xhtml/Text/XHtml/Transitional.hs -lib/hugs/packages/xhtml/Text/XHtml/Transitional/Attributes.hs -lib/hugs/packages/xhtml/Text/XHtml/Transitional/Elements.hs -lib/hugs/packages/ALUT/LICENSE -lib/hugs/packages/ALUT/Paths_ALUT.hs -lib/hugs/packages/ALUT/Sound/ALUT.hs -lib/hugs/packages/ALUT/Sound/ALUT/Config.hs -lib/hugs/packages/ALUT/Sound/ALUT/Config.so -lib/hugs/packages/ALUT/Sound/ALUT/Constants.hs -lib/hugs/packages/ALUT/Sound/ALUT/Errors.hs -lib/hugs/packages/ALUT/Sound/ALUT/Initialization.hs -lib/hugs/packages/ALUT/Sound/ALUT/Loaders.hs -lib/hugs/packages/ALUT/Sound/ALUT/Sleep.hs -lib/hugs/packages/ALUT/Sound/ALUT/Version.hs -lib/hugs/packages/GLUT/Graphics/UI/GLUT.hs -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Begin.hs -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Begin.so -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Callbacks.hs -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Callbacks/Global.hs -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Callbacks/Global.so -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Callbacks/Registration.hs -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Callbacks/Registration.so -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Callbacks/Window.hs -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Callbacks/Window.so -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Colormap.hs -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Colormap.so -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Constants.hs -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Debugging.hs -lib/hugs/packages/GLUT/Graphics/UI/GLUT/DeviceControl.hs -lib/hugs/packages/GLUT/Graphics/UI/GLUT/DeviceControl.so -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Extensions.hs -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Extensions.so -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Fonts.hs -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Fonts.so -lib/hugs/packages/GLUT/Graphics/UI/GLUT/GameMode.hs -lib/hugs/packages/GLUT/Graphics/UI/GLUT/GameMode.so -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Initialization.hs -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Initialization.so -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Menu.hs -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Menu.so -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Objects.hs -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Objects.so -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Overlay.hs -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Overlay.so -lib/hugs/packages/GLUT/Graphics/UI/GLUT/QueryUtils.hs -lib/hugs/packages/GLUT/Graphics/UI/GLUT/QueryUtils.so -lib/hugs/packages/GLUT/Graphics/UI/GLUT/State.hs -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Types.hs -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Window.hs -lib/hugs/packages/GLUT/Graphics/UI/GLUT/Window.so -lib/hugs/packages/GLUT/LICENSE -lib/hugs/packages/GLUT/Paths_GLUT.hs -lib/hugs/packages/HUnit/LICENSE -lib/hugs/packages/HUnit/Paths_HUnit.hs -lib/hugs/packages/HUnit/Test/HUnit.lhs -lib/hugs/packages/HUnit/Test/HUnit/Base.lhs -lib/hugs/packages/HUnit/Test/HUnit/Lang.lhs -lib/hugs/packages/HUnit/Test/HUnit/Terminal.lhs -lib/hugs/packages/HUnit/Test/HUnit/Text.lhs -lib/hugs/packages/HaXml/COPYRIGHT -lib/hugs/packages/HaXml/LICENCE-GPL -lib/hugs/packages/HaXml/LICENCE-LGPL -lib/hugs/packages/HaXml/Paths_HaXml.hs -lib/hugs/packages/HaXml/Text/ParserCombinators/HuttonMeijer.hs -lib/hugs/packages/HaXml/Text/ParserCombinators/HuttonMeijerWallace.hs -lib/hugs/packages/HaXml/Text/ParserCombinators/Poly.hs -lib/hugs/packages/HaXml/Text/ParserCombinators/PolyState.hs -lib/hugs/packages/HaXml/Text/ParserCombinators/TextParser.hs -lib/hugs/packages/HaXml/Text/XML/HaXml.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/Combinators.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/DtdToHaskell/Convert.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/DtdToHaskell/Instance.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/DtdToHaskell/TypeDef.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/Escape.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/Html/Generate.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/Html/Parse.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/Html/Pretty.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/Lex.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/OneOfN.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/Parse.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/Posn.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/Pretty.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/SAX.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/TypeMapping.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/Types.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/Validate.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/Verbatim.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/Wrappers.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/XmlContent.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/Xtract/Combinators.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/Xtract/Lex.hs -lib/hugs/packages/HaXml/Text/XML/HaXml/Xtract/Parse.hs -lib/hugs/packages/OpenAL/LICENSE -lib/hugs/packages/OpenAL/Paths_OpenAL.hs -lib/hugs/packages/OpenAL/Sound/OpenAL.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/AL.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/AL/ALboolean.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/AL/Attenuation.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/AL/Attenuation.so -lib/hugs/packages/OpenAL/Sound/OpenAL/AL/BasicTypes.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/AL/Buffer.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/AL/Buffer.so -lib/hugs/packages/OpenAL/Sound/OpenAL/AL/BufferInternal.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/AL/BufferInternal.so -lib/hugs/packages/OpenAL/Sound/OpenAL/AL/Doppler.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/AL/Doppler.so -lib/hugs/packages/OpenAL/Sound/OpenAL/AL/Errors.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/AL/Errors.so -lib/hugs/packages/OpenAL/Sound/OpenAL/AL/Extensions.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/AL/Extensions.so -lib/hugs/packages/OpenAL/Sound/OpenAL/AL/Format.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/AL/Listener.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/AL/Listener.so -lib/hugs/packages/OpenAL/Sound/OpenAL/AL/PeekPoke.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/AL/QueryUtils.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/AL/QueryUtils.so -lib/hugs/packages/OpenAL/Sound/OpenAL/AL/Source.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/AL/Source.so -lib/hugs/packages/OpenAL/Sound/OpenAL/AL/SourceState.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/AL/String.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/AL/StringQueries.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/ALC.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/ALC/ALCboolean.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/ALC/BasicTypes.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/ALC/Capture.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/ALC/Capture.so -lib/hugs/packages/OpenAL/Sound/OpenAL/ALC/Context.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/ALC/Context.so -lib/hugs/packages/OpenAL/Sound/OpenAL/ALC/Device.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/ALC/Device.so -lib/hugs/packages/OpenAL/Sound/OpenAL/ALC/Errors.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/ALC/Errors.so -lib/hugs/packages/OpenAL/Sound/OpenAL/ALC/Extensions.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/ALC/Extensions.so -lib/hugs/packages/OpenAL/Sound/OpenAL/ALC/QueryUtils.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/ALC/QueryUtils.so -lib/hugs/packages/OpenAL/Sound/OpenAL/ALC/String.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/Config.hs -lib/hugs/packages/OpenAL/Sound/OpenAL/Config.so -lib/hugs/packages/OpenAL/Sound/OpenAL/Constants.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Antialiasing.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/BasicTypes.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/BeginEnd.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/BeginEnd.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Bitmaps.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Bitmaps.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/BlendingFactor.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/BufferMode.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/BufferObjects.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/BufferObjects.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Capability.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Capability.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Clipping.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Clipping.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/ColorSum.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Colors.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Colors.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/ComparisonFunction.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/CoordTrans.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/CoordTrans.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/DataType.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/DisplayLists.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/DisplayLists.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/EdgeFlag.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Evaluators.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Evaluators.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Exception.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Extensions.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Extensions.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Face.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Feedback.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Feedback.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/FlushFinish.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/FlushFinish.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Fog.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Fog.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Framebuffer.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Framebuffer.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/GLboolean.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Hints.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Hints.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/IOState.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/LineSegments.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/LineSegments.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PeekPoke.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PerFragment.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PerFragment.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PixelData.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PixelFormat.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PixelRectangles.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PixelRectangles/ColorTable.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PixelRectangles/ColorTable.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PixelRectangles/Convolution.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PixelRectangles/Convolution.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PixelRectangles/Histogram.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PixelRectangles/Histogram.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PixelRectangles/Minmax.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PixelRectangles/Minmax.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PixelRectangles/PixelMap.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PixelRectangles/PixelMap.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PixelRectangles/PixelStorage.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PixelRectangles/PixelStorage.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PixelRectangles/PixelTransfer.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PixelRectangles/PixelTransfer.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PixelRectangles/Rasterization.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PixelRectangles/Rasterization.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PixelRectangles/Reset.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PixelRectangles/Sink.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PointParameter.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PointParameter.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Points.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Points.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PolygonMode.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Polygons.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Polygons.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/PrimitiveMode.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/QueryUtils.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/QueryUtils.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/RasterPos.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/RasterPos.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/ReadCopyPixels.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/ReadCopyPixels.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Rectangles.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Rectangles.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/RenderMode.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/RenderMode.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/SavingState.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/SavingState.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Selection.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Selection.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/StateVar.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/StringQueries.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/StringQueries.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Texturing.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Texturing/Application.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Texturing/Environments.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Texturing/Environments.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Texturing/Objects.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Texturing/Objects.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Texturing/Parameters.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Texturing/PixelInternalFormat.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Texturing/Queries.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Texturing/Queries.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Texturing/Specification.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Texturing/Specification.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Texturing/TexParameter.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Texturing/TexParameter.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Texturing/TextureTarget.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/Texturing/TextureUnit.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/VertexArrays.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/VertexArrays.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/VertexSpec.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GL/VertexSpec.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GLU.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GLU/Errors.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GLU/ErrorsInternal.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GLU/ErrorsInternal.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GLU/Initialization.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GLU/Initialization.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GLU/Matrix.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GLU/Matrix.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GLU/Mipmapping.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GLU/Mipmapping.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GLU/NURBS.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GLU/NURBS.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GLU/Quadrics.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GLU/Quadrics.so -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GLU/Tessellation.hs -lib/hugs/packages/OpenGL/Graphics/Rendering/OpenGL/GLU/Tessellation.so -lib/hugs/packages/OpenGL/LICENSE -lib/hugs/packages/OpenGL/Paths_OpenGL.hs -lib/hugs/packages/QuickCheck/Debug/QuickCheck.hs -lib/hugs/packages/QuickCheck/Debug/QuickCheck/Batch.hs -lib/hugs/packages/QuickCheck/Debug/QuickCheck/Poly.hs -lib/hugs/packages/QuickCheck/Debug/QuickCheck/Utils.hs -lib/hugs/packages/QuickCheck/LICENSE -lib/hugs/packages/QuickCheck/Paths_QuickCheck.hs -lib/hugs/packages/QuickCheck/Test/QuickCheck.hs -lib/hugs/packages/QuickCheck/Test/QuickCheck/Batch.hs -lib/hugs/packages/QuickCheck/Test/QuickCheck/Poly.hs -lib/hugs/packages/QuickCheck/Test/QuickCheck/Utils.hs -lib/hugs/packages/fgl/Data/Graph/Inductive.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Basic.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Example.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Graph.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Graphviz.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Internal/FiniteMap.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Internal/Heap.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Internal/Queue.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Internal/RootPath.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Internal/Thread.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Monad.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Monad/IOArray.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/NodeMap.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Query.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Query/ArtPoint.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Query/BCC.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Query/BFS.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Query/DFS.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Query/Dominators.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Query/GVD.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Query/Indep.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Query/MST.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Query/MaxFlow.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Query/MaxFlow2.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Query/Monad.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Query/SP.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Query/TransClos.hs -lib/hugs/packages/fgl/Data/Graph/Inductive/Tree.hs -lib/hugs/packages/fgl/LICENSE -lib/hugs/packages/fgl/Paths_fgl.hs -lib/hugs/packages/mtl/LICENSE -lib/hugs/packages/mtl/Paths_mtl.hs -lib/hugs/packages/mtl/Control/Monad/Cont.hs -lib/hugs/packages/mtl/Control/Monad/Error.hs -lib/hugs/packages/mtl/Control/Monad/Identity.hs -lib/hugs/packages/mtl/Control/Monad/List.hs -lib/hugs/packages/mtl/Control/Monad/RWS.hs -lib/hugs/packages/mtl/Control/Monad/Reader.hs -lib/hugs/packages/mtl/Control/Monad/State.hs -lib/hugs/packages/mtl/Control/Monad/Trans.hs -lib/hugs/packages/mtl/Control/Monad/Writer.hs -lib/hugs/packages/parsec/LICENSE -lib/hugs/packages/parsec/Paths_parsec.hs -lib/hugs/packages/parsec/Text/ParserCombinators/Parsec.hs -lib/hugs/packages/parsec/Text/ParserCombinators/Parsec/Char.hs -lib/hugs/packages/parsec/Text/ParserCombinators/Parsec/Combinator.hs -lib/hugs/packages/parsec/Text/ParserCombinators/Parsec/Error.hs -lib/hugs/packages/parsec/Text/ParserCombinators/Parsec/Expr.hs -lib/hugs/packages/parsec/Text/ParserCombinators/Parsec/Language.hs -lib/hugs/packages/parsec/Text/ParserCombinators/Parsec/Perm.hs -lib/hugs/packages/parsec/Text/ParserCombinators/Parsec/Pos.hs -lib/hugs/packages/parsec/Text/ParserCombinators/Parsec/Prim.hs -lib/hugs/packages/parsec/Text/ParserCombinators/Parsec/Token.hs -lib/hugs/packages/X11/Graphics/X11.hs -lib/hugs/packages/X11/Graphics/X11/Types.hs -lib/hugs/packages/X11/Graphics/X11/Xlib.hs -lib/hugs/packages/X11/Graphics/X11/Xlib/Atom.hs -lib/hugs/packages/X11/Graphics/X11/Xlib/Atom.so -lib/hugs/packages/X11/Graphics/X11/Xlib/Color.hs -lib/hugs/packages/X11/Graphics/X11/Xlib/Color.so -lib/hugs/packages/X11/Graphics/X11/Xlib/Context.hs -lib/hugs/packages/X11/Graphics/X11/Xlib/Context.so -lib/hugs/packages/X11/Graphics/X11/Xlib/Display.hs -lib/hugs/packages/X11/Graphics/X11/Xlib/Display.so -lib/hugs/packages/X11/Graphics/X11/Xlib/Event.hs -lib/hugs/packages/X11/Graphics/X11/Xlib/Event.so -lib/hugs/packages/X11/Graphics/X11/Xlib/Font.hs -lib/hugs/packages/X11/Graphics/X11/Xlib/Font.so -lib/hugs/packages/X11/Graphics/X11/Xlib/Misc.hs -lib/hugs/packages/X11/Graphics/X11/Xlib/Misc.so -lib/hugs/packages/X11/Graphics/X11/Xlib/Region.hs -lib/hugs/packages/X11/Graphics/X11/Xlib/Region.so -lib/hugs/packages/X11/Graphics/X11/Xlib/Screen.hs -lib/hugs/packages/X11/Graphics/X11/Xlib/Screen.so -lib/hugs/packages/X11/Graphics/X11/Xlib/Types.hs -lib/hugs/packages/X11/Graphics/X11/Xlib/Window.hs -lib/hugs/packages/X11/Graphics/X11/Xlib/Window.so -lib/hugs/packages/X11/LICENSE -lib/hugs/packages/X11/Paths_X11.hs -lib/hugs/programs/cpphs/Language/Preprocessor/Cpphs.hs -lib/hugs/programs/cpphs/Language/Preprocessor/Cpphs/CppIfdef.hs -lib/hugs/programs/cpphs/Language/Preprocessor/Cpphs/HashDefine.hs -lib/hugs/programs/cpphs/Language/Preprocessor/Cpphs/MacroPass.hs -lib/hugs/programs/cpphs/Language/Preprocessor/Cpphs/Options.hs -lib/hugs/programs/cpphs/Language/Preprocessor/Cpphs/Position.hs -lib/hugs/programs/cpphs/Language/Preprocessor/Cpphs/ReadFirst.hs -lib/hugs/programs/cpphs/Language/Preprocessor/Cpphs/RunCpphs.hs -lib/hugs/programs/cpphs/Language/Preprocessor/Cpphs/SymTab.hs -lib/hugs/programs/cpphs/Language/Preprocessor/Cpphs/Tokenise.hs -lib/hugs/programs/cpphs/Language/Preprocessor/Unlit.hs -lib/hugs/programs/cpphs/Main.hs -lib/hugs/programs/cpphs/Paths_cpphs.hs -lib/hugs/programs/cpphs/Text/ParserCombinators/HuttonMeijer.hs -lib/hugs/programs/hsc2hs/Main.hs -lib/hugs/programs/hsc2hs/Paths_hsc2hs.hs -man/man1/hugs.1.gz -share/hsc2hs-0.67/template-hsc.h diff --git a/lang/ici/Makefile b/lang/ici/Makefile deleted file mode 100644 index 96472af5c0ca..000000000000 --- a/lang/ici/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Created by: andy -# $FreeBSD$ - -PORTNAME= ici -PORTVERSION= 4.1.2 -PORTREVISION= 1 -CATEGORIES= lang -MASTER_SITES= http://atrn.org/ici/distfiles - -MAINTAINER= atrn@zeta.org.au -COMMENT= Interpretive language with C's feel and high level data types - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -MAKEFILE= Makefile.bsd - -ALL_TARGET= all ici.h -ICIHDRS= ici.h icistr-setup.h -ICIDOCS= doc/ici.pdf - -OPTIONS_DEFINE= DOCS - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ici ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/libici4.a ${STAGEDIR}${PREFIX}/lib - ${INSTALL_MAN} ${WRKSRC}/*.gz ${STAGEDIR}${PREFIX}/man/man1 - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/ici4 - ${INSTALL_DATA} ${WRKSRC}/ici4core.ici ${STAGEDIR}${PREFIX}/lib/ici4 - ${INSTALL_DATA} ${WRKSRC}/ici4core1.ici ${STAGEDIR}${PREFIX}/lib/ici4 - ${INSTALL_DATA} ${WRKSRC}/ici4core2.ici ${STAGEDIR}${PREFIX}/lib/ici4 - ${INSTALL_DATA} ${WRKSRC}/ici4core3.ici ${STAGEDIR}${PREFIX}/lib/ici4 - ${MKDIR} ${STAGEDIR}${PREFIX}/include -.for f in ${ICIHDRS} - ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${PREFIX}/include -.endfor - ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ici4 -.for f in ${ICIDOCS} - ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${PREFIX}/share/doc/ici4 -.endfor - -.include <bsd.port.mk> diff --git a/lang/ici/distinfo b/lang/ici/distinfo deleted file mode 100644 index c6292cb496ae..000000000000 --- a/lang/ici/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ici-4.1.2.tar.gz) = f0b9b405c80c9d65347a74a9d3f340feaa77f1b43b16d8c3aed70e55681ef993 -SIZE (ici-4.1.2.tar.gz) = 3145139 diff --git a/lang/ici/pkg-descr b/lang/ici/pkg-descr deleted file mode 100644 index f304b8e6ce9d..000000000000 --- a/lang/ici/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -ICI is a C-like, high level language originally developed by Tim Long -and placed into the public domain. ICI marries C's expression syntax, -control structures and overall feel, with a dynamic, garbage -collected, object-based, data model. Version 4 incorporates numerous -performance enhancements, refinements to existing features and new -features including native support for threads, a cleaner, more well -defined API for extension module authors and those embedding ICI -within other programs, and new documentation that is superior to -that provided in previous releases. - -ICI is typically used as a scripting-like language in the fashion of -Perl, Python, Ruby, Lua, TCL and other such languages. ICI can be -called from C and the language itself can be extended allowing -applications to provide domain specific functions, types and -operators for use in their ICI programs. Embedding within applications -allows application authors to make use of ICI's efficient object -system which provides many useful facilities. - -ICI is in the public domain, there is no copyright on it. - -WWW: http://www.zeta.org.au/~atrn/ici/ diff --git a/lang/ici/pkg-plist b/lang/ici/pkg-plist deleted file mode 100644 index f952f890aef1..000000000000 --- a/lang/ici/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -bin/ici -include/ici.h -include/icistr-setup.h -lib/ici4/ici4core.ici -lib/ici4/ici4core1.ici -lib/ici4/ici4core2.ici -lib/ici4/ici4core3.ici -lib/libici4.a -man/man1/ici.1.gz -man/man1/icifuncs.1.gz -man/man1/icioo.1.gz -man/man1/iciops.1.gz -man/man1/icire.1.gz -man/man1/icistmt.1.gz -man/man1/icitypes.1.gz -%%PORTDOCS%%%%DOCSDIR%%4/ici.pdf diff --git a/lang/icon/Makefile b/lang/icon/Makefile deleted file mode 100644 index c41e63e087dd..000000000000 --- a/lang/icon/Makefile +++ /dev/null @@ -1,85 +0,0 @@ -# Created by: Thomas Gellekum <tg@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= icon -PORTVERSION= 9.5.1 -PORTREVISION= 7 -CATEGORIES= lang -MASTER_SITES= http://www.cs.arizona.edu/icon/ftp/packages/unix/ -DISTNAME= ${PORTNAME}-v${PORTVERSION:S/.//g}src -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= The Icon programming language - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -USE_GCC= any -ALL_TARGET= All -MAKE_JOBS_UNSAFE= yes -ARCH_NAME= bsd -ICONDIR= ${PREFIX}/lib/${PORTNAME} - -BINS= icont iconx -BINXS= colrbook colrpick fontpick palette vib wevents xgamma - -OPTIONS_DEFINE= DOCS X11 - -.include <bsd.port.options.mk> - -.if empty(PORT_OPTIONS:MX11) -CONFIG_CMD= Configure -PLIST_SUB+= WITHOUT_X11="@comment " -.else -USES+= xorg -USE_XORG= x11 xpm -CFLAGS+= -I${LOCALBASE}/include -CONFIG_CMD= X-Configure -PLIST_SUB+= WITHOUT_X11= -.endif - -post-patch: - @${REINPLACE_CMD} -e "s|^CC.*|CC=${CC}|g ; \ - s|^CFLAGS.*|CFLAGS=${CFLAGS}|g ; \ - s|/usr/X11R6|${LOCALBASE}|g ; \ - s|^XLIBS.*|XLIBS=-L${LOCALBASE}/lib -lX11|g" \ - ${WRKSRC}/config/${ARCH_NAME}/Makedefs - @${REINPLACE_CMD} -e 's|/opt/icon|${ICONDIR}|g' ${WRKSRC}/ipl/BuildBin - @${REINPLACE_CMD} -e 's|ld -Bshareable|\$$CC -shared|g ; \ - s|-lc||g' ${WRKSRC}/ipl/cfuncs/mklib.sh - -do-configure: - @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ - ${MAKEFILE} ${MAKE_ARGS} ${CONFIG_CMD} name=${ARCH_NAME}) - -do-install: - ${INSTALL_MAN} ${WRKSRC}/man/man1/icon.1 ${STAGEDIR}${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/man/man1/icont.1 ${STAGEDIR}${MANPREFIX}/man/man1 - @${MKDIR} ${STAGEDIR}${ICONDIR}/bin -.for file in ${BINS} - ${INSTALL_PROGRAM} ${WRKSRC}/bin/${file} ${STAGEDIR}${ICONDIR}/bin/${file} -.endfor -.for file in icont iconx - @${LN} -sf ${ICONDIR}/bin/${file} ${STAGEDIR}${PREFIX}/bin/${file} -.endfor - @${LN} -sf ${ICONDIR}/bin/icont ${STAGEDIR}${PREFIX}/bin/icon - @${MKDIR} ${STAGEDIR}${ICONDIR}/lib - cd ${WRKSRC}/lib; ${INSTALL_DATA} *.* ${STAGEDIR}${ICONDIR}/lib -.if ${PORT_OPTIONS:MX11} -.for file in ${BINXS} - ${INSTALL_SCRIPT} ${WRKSRC}/bin/${file} ${STAGEDIR}${ICONDIR}/bin/${file} -.endfor - @${LN} -sf ${ICONDIR}/bin/vib ${STAGEDIR}${PREFIX}/bin/vib -.endif - @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/doc; ${INSTALL_DATA} *.* ${STAGEDIR}${DOCSDIR} - -.if defined(MAINTAINER_MODE) -test: install - (cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ - ${MAKEFILE} ${MAKE_ARGS} Test) -.endif - -.include <bsd.port.mk> diff --git a/lang/icon/distinfo b/lang/icon/distinfo deleted file mode 100644 index a33cb2901c79..000000000000 --- a/lang/icon/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (icon-v951src.tgz) = 062a680862b1c10c21789c0c7c7687c970a720186918d5ed1f7aad9fdc6fa9b9 -SIZE (icon-v951src.tgz) = 3133040 diff --git a/lang/icon/files/patch-ipl_cfuncs_fpoll.c b/lang/icon/files/patch-ipl_cfuncs_fpoll.c deleted file mode 100644 index 6b25844f1f18..000000000000 --- a/lang/icon/files/patch-ipl_cfuncs_fpoll.c +++ /dev/null @@ -1,14 +0,0 @@ ---- ipl/cfuncs/fpoll.c.orig 2009-10-27 20:39:16 UTC -+++ ipl/cfuncs/fpoll.c -@@ -37,7 +37,11 @@ - - int fpoll(int argc, descriptor *argv) /*: await data from file */ - { -+#ifdef __DragonFly__ -+ struct __FILE_public *f; -+#else - FILE *f; -+#endif - int msec, r; - fd_set fds; - struct timeval tv, *tvp; diff --git a/lang/icon/files/patch-ipl_cfuncs_mklib.sh b/lang/icon/files/patch-ipl_cfuncs_mklib.sh deleted file mode 100644 index a42af318e617..000000000000 --- a/lang/icon/files/patch-ipl_cfuncs_mklib.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- ipl/cfuncs/mklib.sh.orig 2015-03-22 15:13:09 UTC -+++ ipl/cfuncs/mklib.sh -@@ -11,7 +11,7 @@ shift - SYS=`uname -s` - set -x - case "$SYS" in -- Linux*|*BSD*|GNU*) -+ DragonFly*|Linux*|*BSD*|GNU*) - $CC -shared -o $LIBNAME -fPIC "$@";; - CYGWIN*) - # move the win32 import library for iconx.exe callbacks diff --git a/lang/icon/pkg-descr b/lang/icon/pkg-descr deleted file mode 100644 index c963a1ec2bde..000000000000 --- a/lang/icon/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ - Icon is a high-level programming language with extensive facilities for -processing strings and structures. Icon has several novel features, -including expressions that may produce sequences of results, goal-directed -evaluation that automatically searches for a successful result, and string -scanning that allows operations on strings to be formulated at a high -conceptual level. - -The language is described in R. E. Griswold and M. T. Griswold, The -Icon Programming Language, Prentice-Hall, Inc., Englewood Cliffs, NJ, -second edition, 1990. - -For more information or assistance, contact: - -Icon Project voice: (520) 621-6613 -Department of Computer Science fax: (520) 621-4246 -The University of Arizona -P.O. Box 210077 icon-project@cs.arizona.edu -Tucson, AZ 85721-0077 -U.S.A. - -WWW: http://www.cs.arizona.edu/icon/ diff --git a/lang/icon/pkg-plist b/lang/icon/pkg-plist deleted file mode 100644 index 7723e67fd314..000000000000 --- a/lang/icon/pkg-plist +++ /dev/null @@ -1,832 +0,0 @@ -bin/icon -bin/icont -bin/iconx -%%WITHOUT_X11%%bin/vib -%%WITHOUT_X11%%lib/icon/bin/colrbook -%%WITHOUT_X11%%lib/icon/bin/colrpick -%%WITHOUT_X11%%lib/icon/bin/fontpick -lib/icon/bin/icont -lib/icon/bin/iconx -%%WITHOUT_X11%%lib/icon/bin/palette -%%WITHOUT_X11%%lib/icon/bin/vib -%%WITHOUT_X11%%lib/icon/bin/wevents -%%WITHOUT_X11%%lib/icon/bin/xgamma -lib/icon/lib/abkform.u1 -lib/icon/lib/abkform.u2 -lib/icon/lib/adjuncts.u1 -lib/icon/lib/adjuncts.u2 -lib/icon/lib/adlutils.u1 -lib/icon/lib/adlutils.u2 -lib/icon/lib/allof.u1 -lib/icon/lib/allof.u2 -lib/icon/lib/allpat.u1 -lib/icon/lib/allpat.u2 -lib/icon/lib/ansi.u1 -lib/icon/lib/ansi.u2 -lib/icon/lib/apply.u1 -lib/icon/lib/apply.u2 -lib/icon/lib/argparse.u1 -lib/icon/lib/argparse.u2 -lib/icon/lib/array.u1 -lib/icon/lib/array.u2 -lib/icon/lib/asciinam.u1 -lib/icon/lib/asciinam.u2 -lib/icon/lib/attribs.u1 -lib/icon/lib/attribs.u2 -lib/icon/lib/autopost.u1 -lib/icon/lib/autopost.u2 -lib/icon/lib/barchart.u1 -lib/icon/lib/barchart.u2 -lib/icon/lib/base64.u1 -lib/icon/lib/base64.u2 -lib/icon/lib/basename.u1 -lib/icon/lib/basename.u2 -lib/icon/lib/bevel.u1 -lib/icon/lib/bevel.u2 -lib/icon/lib/binary.u1 -lib/icon/lib/binary.u2 -lib/icon/lib/bincvt.u1 -lib/icon/lib/bincvt.u2 -lib/icon/lib/binop.u1 -lib/icon/lib/binop.u2 -lib/icon/lib/bitint.u1 -lib/icon/lib/bitint.u2 -lib/icon/lib/bitplane.u1 -lib/icon/lib/bitplane.u2 -lib/icon/lib/bitstr.u1 -lib/icon/lib/bitstr.u2 -lib/icon/lib/bitstrm.u1 -lib/icon/lib/bitstrm.u2 -lib/icon/lib/bkutil.u1 -lib/icon/lib/bkutil.u2 -lib/icon/lib/bold.u1 -lib/icon/lib/bold.u2 -lib/icon/lib/boolops.u1 -lib/icon/lib/boolops.u2 -lib/icon/lib/bufread.u1 -lib/icon/lib/bufread.u2 -lib/icon/lib/button.u1 -lib/icon/lib/button.u2 -lib/icon/lib/calendar.u1 -lib/icon/lib/calendar.u2 -lib/icon/lib/calendat.u1 -lib/icon/lib/calendat.u2 -lib/icon/lib/calls.u1 -lib/icon/lib/calls.u2 -lib/icon/lib/capture.u1 -lib/icon/lib/capture.u2 -lib/icon/lib/cardbits.u1 -lib/icon/lib/cardbits.u2 -lib/icon/lib/cartog.u1 -lib/icon/lib/cartog.u2 -lib/icon/lib/caseless.u1 -lib/icon/lib/caseless.u2 -lib/icon/lib/cells.u1 -lib/icon/lib/cells.u2 -lib/icon/lib/cfunc.u1 -lib/icon/lib/cfunc.u2 -lib/icon/lib/clip.u1 -lib/icon/lib/clip.u2 -lib/icon/lib/clipping.u1 -lib/icon/lib/clipping.u2 -lib/icon/lib/clrnames.u1 -lib/icon/lib/clrnames.u2 -lib/icon/lib/clrutils.u1 -lib/icon/lib/clrutils.u2 -lib/icon/lib/codeobj.u1 -lib/icon/lib/codeobj.u2 -lib/icon/lib/colmize.u1 -lib/icon/lib/colmize.u2 -lib/icon/lib/color.u1 -lib/icon/lib/color.u2 -lib/icon/lib/colorway.u1 -lib/icon/lib/colorway.u2 -lib/icon/lib/colrlist.u1 -lib/icon/lib/colrlist.u2 -lib/icon/lib/colrmodl.u1 -lib/icon/lib/colrmodl.u2 -lib/icon/lib/colrspec.u1 -lib/icon/lib/colrspec.u2 -lib/icon/lib/complete.u1 -lib/icon/lib/complete.u2 -lib/icon/lib/complex.u1 -lib/icon/lib/complex.u2 -lib/icon/lib/conffile.u1 -lib/icon/lib/conffile.u2 -lib/icon/lib/converge.u1 -lib/icon/lib/converge.u2 -lib/icon/lib/convert.u1 -lib/icon/lib/convert.u2 -lib/icon/lib/core.u1 -lib/icon/lib/core.u2 -lib/icon/lib/created.u1 -lib/icon/lib/created.u2 -lib/icon/lib/currency.u1 -lib/icon/lib/currency.u2 -lib/icon/lib/curves.u1 -lib/icon/lib/curves.u2 -lib/icon/lib/cwutils.u1 -lib/icon/lib/cwutils.u2 -lib/icon/lib/datefns.u1 -lib/icon/lib/datefns.u2 -lib/icon/lib/datetime.u1 -lib/icon/lib/datetime.u2 -lib/icon/lib/ddfread.u1 -lib/icon/lib/ddfread.u2 -lib/icon/lib/decay.u1 -lib/icon/lib/decay.u2 -lib/icon/lib/dialog.u1 -lib/icon/lib/dialog.u2 -lib/icon/lib/dialogs.u1 -lib/icon/lib/dialogs.u2 -lib/icon/lib/dif.u1 -lib/icon/lib/dif.u2 -lib/icon/lib/digitcnt.u1 -lib/icon/lib/digitcnt.u2 -lib/icon/lib/dijkstra.u1 -lib/icon/lib/dijkstra.u2 -lib/icon/lib/distance.u1 -lib/icon/lib/distance.u2 -lib/icon/lib/divide.u1 -lib/icon/lib/divide.u2 -lib/icon/lib/drag.u1 -lib/icon/lib/drag.u2 -lib/icon/lib/drawcard.u1 -lib/icon/lib/drawcard.u2 -lib/icon/lib/drawcolr.u1 -lib/icon/lib/drawcolr.u2 -lib/icon/lib/drawlab.u1 -lib/icon/lib/drawlab.u2 -lib/icon/lib/dsetup.u1 -lib/icon/lib/dsetup.u2 -lib/icon/lib/ebcdic.u1 -lib/icon/lib/ebcdic.u2 -lib/icon/lib/echo.u1 -lib/icon/lib/echo.u2 -lib/icon/lib/empgsup.u1 -lib/icon/lib/empgsup.u2 -lib/icon/lib/emptygen.u1 -lib/icon/lib/emptygen.u2 -lib/icon/lib/enqueue.u1 -lib/icon/lib/enqueue.u2 -lib/icon/lib/equiv.u1 -lib/icon/lib/equiv.u2 -lib/icon/lib/escape.u1 -lib/icon/lib/escape.u2 -lib/icon/lib/escapesq.u1 -lib/icon/lib/escapesq.u2 -lib/icon/lib/eval.u1 -lib/icon/lib/eval.u2 -lib/icon/lib/evallist.u1 -lib/icon/lib/evallist.u2 -lib/icon/lib/event.u1 -lib/icon/lib/event.u2 -lib/icon/lib/eventgen.u1 -lib/icon/lib/eventgen.u2 -lib/icon/lib/everycat.u1 -lib/icon/lib/everycat.u2 -lib/icon/lib/evmux.u1 -lib/icon/lib/evmux.u2 -lib/icon/lib/evplay.u1 -lib/icon/lib/evplay.u2 -lib/icon/lib/evrecord.u1 -lib/icon/lib/evrecord.u2 -lib/icon/lib/expander.u1 -lib/icon/lib/expander.u2 -lib/icon/lib/exprfile.u1 -lib/icon/lib/exprfile.u2 -lib/icon/lib/factors.u1 -lib/icon/lib/factors.u2 -lib/icon/lib/fastfncs.u1 -lib/icon/lib/fastfncs.u2 -lib/icon/lib/fetchpat.u1 -lib/icon/lib/fetchpat.u2 -lib/icon/lib/feval.u1 -lib/icon/lib/feval.u2 -lib/icon/lib/filedim.u1 -lib/icon/lib/filedim.u2 -lib/icon/lib/filenseq.u1 -lib/icon/lib/filenseq.u2 -lib/icon/lib/filesize.u1 -lib/icon/lib/filesize.u2 -lib/icon/lib/findre.u1 -lib/icon/lib/findre.u2 -lib/icon/lib/fstars.u1 -lib/icon/lib/fstars.u2 -lib/icon/lib/fstartbl.u1 -lib/icon/lib/fstartbl.u2 -lib/icon/lib/ftype.u1 -lib/icon/lib/ftype.u2 -lib/icon/lib/fullimag.u1 -lib/icon/lib/fullimag.u2 -lib/icon/lib/gauss.u1 -lib/icon/lib/gauss.u2 -lib/icon/lib/gdisable.u1 -lib/icon/lib/gdisable.u2 -lib/icon/lib/gdl.u1 -lib/icon/lib/gdl.u2 -lib/icon/lib/gdl2.u1 -lib/icon/lib/gdl2.u2 -lib/icon/lib/gedcom.u1 -lib/icon/lib/gedcom.u2 -lib/icon/lib/gen.u1 -lib/icon/lib/gen.u2 -lib/icon/lib/gener.u1 -lib/icon/lib/gener.u2 -lib/icon/lib/genrfncs.u1 -lib/icon/lib/genrfncs.u2 -lib/icon/lib/geodat.u1 -lib/icon/lib/geodat.u2 -lib/icon/lib/getchlib.u1 -lib/icon/lib/getchlib.u2 -lib/icon/lib/getcolrs.u1 -lib/icon/lib/getcolrs.u2 -lib/icon/lib/getkeys.u1 -lib/icon/lib/getkeys.u2 -lib/icon/lib/getmail.u1 -lib/icon/lib/getmail.u2 -lib/icon/lib/getpaths.u1 -lib/icon/lib/getpaths.u2 -lib/icon/lib/gettext.u1 -lib/icon/lib/gettext.u2 -lib/icon/lib/gifsize.u1 -lib/icon/lib/gifsize.u2 -lib/icon/lib/glabels.u1 -lib/icon/lib/glabels.u2 -lib/icon/lib/glib.u1 -lib/icon/lib/glib.u2 -lib/icon/lib/gobject.u1 -lib/icon/lib/gobject.u2 -lib/icon/lib/gpxlib.u1 -lib/icon/lib/gpxlib.u2 -lib/icon/lib/gpxop.u1 -lib/icon/lib/gpxop.u2 -lib/icon/lib/graphics.u1 -lib/icon/lib/graphics.u2 -lib/icon/lib/graphpak.u1 -lib/icon/lib/graphpak.u2 -lib/icon/lib/grecords.u1 -lib/icon/lib/grecords.u2 -lib/icon/lib/gtrace.u1 -lib/icon/lib/gtrace.u2 -lib/icon/lib/hetero.u1 -lib/icon/lib/hetero.u2 -lib/icon/lib/hexcvt.u1 -lib/icon/lib/hexcvt.u2 -lib/icon/lib/hostname.u1 -lib/icon/lib/hostname.u2 -lib/icon/lib/html.u1 -lib/icon/lib/html.u2 -lib/icon/lib/ibench.u1 -lib/icon/lib/ibench.u2 -lib/icon/lib/icall.h -lib/icon/lib/ichartp.u1 -lib/icon/lib/ichartp.u2 -lib/icon/lib/identgen.u1 -lib/icon/lib/identgen.u2 -lib/icon/lib/identity.u1 -lib/icon/lib/identity.u2 -lib/icon/lib/ifg.u1 -lib/icon/lib/ifg.u2 -lib/icon/lib/ifncs.u1 -lib/icon/lib/ifncs.u2 -lib/icon/lib/iftrace.u1 -lib/icon/lib/iftrace.u2 -lib/icon/lib/image.u1 -lib/icon/lib/image.u2 -lib/icon/lib/imagedim.u1 -lib/icon/lib/imagedim.u2 -lib/icon/lib/imageseq.u1 -lib/icon/lib/imageseq.u2 -lib/icon/lib/imgcolor.u1 -lib/icon/lib/imgcolor.u2 -lib/icon/lib/imrutils.u1 -lib/icon/lib/imrutils.u2 -lib/icon/lib/imscanon.u1 -lib/icon/lib/imscanon.u2 -lib/icon/lib/imscolor.u1 -lib/icon/lib/imscolor.u2 -lib/icon/lib/imsutils.u1 -lib/icon/lib/imsutils.u2 -lib/icon/lib/imutils.u1 -lib/icon/lib/imutils.u2 -lib/icon/lib/imxform.u1 -lib/icon/lib/imxform.u2 -lib/icon/lib/inbits.u1 -lib/icon/lib/inbits.u2 -lib/icon/lib/indices.u1 -lib/icon/lib/indices.u2 -lib/icon/lib/inserts.u1 -lib/icon/lib/inserts.u2 -lib/icon/lib/interact.u1 -lib/icon/lib/interact.u2 -lib/icon/lib/intstr.u1 -lib/icon/lib/intstr.u2 -lib/icon/lib/invkdefs.icn -lib/icon/lib/io.u1 -lib/icon/lib/io.u2 -lib/icon/lib/iolib.u1 -lib/icon/lib/iolib.u2 -lib/icon/lib/iscreen.u1 -lib/icon/lib/iscreen.u2 -lib/icon/lib/isdplot.u1 -lib/icon/lib/isdplot.u2 -lib/icon/lib/isdxplot.u1 -lib/icon/lib/isdxplot.u2 -lib/icon/lib/iterfncs.u1 -lib/icon/lib/iterfncs.u2 -lib/icon/lib/itlib.u1 -lib/icon/lib/itlib.u2 -lib/icon/lib/itlibdos.u1 -lib/icon/lib/itlibdos.u2 -lib/icon/lib/itokens.u1 -lib/icon/lib/itokens.u2 -lib/icon/lib/itrcline.u1 -lib/icon/lib/itrcline.u2 -lib/icon/lib/ivalue.u1 -lib/icon/lib/ivalue.u2 -lib/icon/lib/joinpair.u1 -lib/icon/lib/joinpair.u2 -lib/icon/lib/jolygs.u1 -lib/icon/lib/jolygs.u2 -lib/icon/lib/jumpque.u1 -lib/icon/lib/jumpque.u2 -lib/icon/lib/keysyms.icn -lib/icon/lib/kmap.u1 -lib/icon/lib/kmap.u2 -lib/icon/lib/labeler.u1 -lib/icon/lib/labeler.u2 -lib/icon/lib/lastc.u1 -lib/icon/lib/lastc.u2 -lib/icon/lib/lastname.u1 -lib/icon/lib/lastname.u2 -lib/icon/lib/lcseval.u1 -lib/icon/lib/lcseval.u2 -lib/icon/lib/levensht.u1 -lib/icon/lib/levensht.u2 -lib/icon/lib/linddefs.u1 -lib/icon/lib/linddefs.u2 -lib/icon/lib/linddraw.u1 -lib/icon/lib/linddraw.u2 -lib/icon/lib/lindgen.u1 -lib/icon/lib/lindgen.u2 -lib/icon/lib/lindrec.u1 -lib/icon/lib/lindrec.u2 -lib/icon/lib/lindstrp.u1 -lib/icon/lib/lindstrp.u2 -lib/icon/lib/lindterp.u1 -lib/icon/lib/lindterp.u2 -lib/icon/lib/list2tab.u1 -lib/icon/lib/list2tab.u2 -lib/icon/lib/lists.u1 -lib/icon/lib/lists.u2 -lib/icon/lib/longstr.u1 -lib/icon/lib/longstr.u2 -lib/icon/lib/lrgapprx.u1 -lib/icon/lib/lrgapprx.u2 -lib/icon/lib/lshade.icn -lib/icon/lib/lstfncs.u1 -lib/icon/lib/lstfncs.u2 -lib/icon/lib/lsystem.u1 -lib/icon/lib/lsystem.u2 -lib/icon/lib/lterps.u1 -lib/icon/lib/lterps.u2 -lib/icon/lib/lu.u1 -lib/icon/lib/lu.u2 -lib/icon/lib/maccolor.icn -lib/icon/lib/makelsys.u1 -lib/icon/lib/makelsys.u2 -lib/icon/lib/mapbit.u1 -lib/icon/lib/mapbit.u2 -lib/icon/lib/mapnav.u1 -lib/icon/lib/mapnav.u2 -lib/icon/lib/mapstr.u1 -lib/icon/lib/mapstr.u2 -lib/icon/lib/matchlib.u1 -lib/icon/lib/matchlib.u2 -lib/icon/lib/math.u1 -lib/icon/lib/math.u2 -lib/icon/lib/matrix.u1 -lib/icon/lib/matrix.u2 -lib/icon/lib/matrix2.u1 -lib/icon/lib/matrix2.u2 -lib/icon/lib/memlog.u1 -lib/icon/lib/memlog.u2 -lib/icon/lib/memrfncs.u1 -lib/icon/lib/memrfncs.u2 -lib/icon/lib/mirror.u1 -lib/icon/lib/mirror.u2 -lib/icon/lib/mixsort.u1 -lib/icon/lib/mixsort.u2 -lib/icon/lib/models.u1 -lib/icon/lib/models.u2 -lib/icon/lib/modlines.u1 -lib/icon/lib/modlines.u2 -lib/icon/lib/morse.u1 -lib/icon/lib/morse.u2 -lib/icon/lib/mset.u1 -lib/icon/lib/mset.u2 -lib/icon/lib/namepfx.u1 -lib/icon/lib/namepfx.u2 -lib/icon/lib/navitrix.u1 -lib/icon/lib/navitrix.u2 -lib/icon/lib/nestlist.u1 -lib/icon/lib/nestlist.u2 -lib/icon/lib/ngrams.u1 -lib/icon/lib/ngrams.u2 -lib/icon/lib/noncase.u1 -lib/icon/lib/noncase.u2 -lib/icon/lib/numbers.u1 -lib/icon/lib/numbers.u2 -lib/icon/lib/opdefs.icn -lib/icon/lib/openchk.u1 -lib/icon/lib/openchk.u2 -lib/icon/lib/opnames.u1 -lib/icon/lib/opnames.u2 -lib/icon/lib/opsyms.u1 -lib/icon/lib/opsyms.u2 -lib/icon/lib/options.u1 -lib/icon/lib/options.u2 -lib/icon/lib/optwindw.u1 -lib/icon/lib/optwindw.u2 -lib/icon/lib/orbits.u1 -lib/icon/lib/orbits.u2 -lib/icon/lib/outbits.u1 -lib/icon/lib/outbits.u2 -lib/icon/lib/overlay.u1 -lib/icon/lib/overlay.u2 -lib/icon/lib/packunpk.u1 -lib/icon/lib/packunpk.u2 -lib/icon/lib/palettes.u1 -lib/icon/lib/palettes.u2 -lib/icon/lib/parscond.u1 -lib/icon/lib/parscond.u2 -lib/icon/lib/partit.u1 -lib/icon/lib/partit.u2 -lib/icon/lib/pascal.u1 -lib/icon/lib/pascal.u2 -lib/icon/lib/pascltri.u1 -lib/icon/lib/pascltri.u2 -lib/icon/lib/patch.u1 -lib/icon/lib/patch.u2 -lib/icon/lib/patterns.u1 -lib/icon/lib/patterns.u2 -lib/icon/lib/pattread.u1 -lib/icon/lib/pattread.u2 -lib/icon/lib/patutils.u1 -lib/icon/lib/patutils.u2 -lib/icon/lib/patword.u1 -lib/icon/lib/patword.u2 -lib/icon/lib/patxform.u1 -lib/icon/lib/patxform.u2 -lib/icon/lib/pbkform.u1 -lib/icon/lib/pbkform.u2 -lib/icon/lib/pdco.u1 -lib/icon/lib/pdco.u2 -lib/icon/lib/periodic.u1 -lib/icon/lib/periodic.u2 -lib/icon/lib/permutat.u1 -lib/icon/lib/permutat.u2 -lib/icon/lib/phoname.u1 -lib/icon/lib/phoname.u2 -lib/icon/lib/pixelmap.u1 -lib/icon/lib/pixelmap.u2 -lib/icon/lib/plural.u1 -lib/icon/lib/plural.u2 -lib/icon/lib/polynom.u1 -lib/icon/lib/polynom.u2 -lib/icon/lib/polyseq.u1 -lib/icon/lib/polyseq.u2 -lib/icon/lib/polystuf.u1 -lib/icon/lib/polystuf.u2 -lib/icon/lib/popen.u1 -lib/icon/lib/popen.u2 -lib/icon/lib/popular.u1 -lib/icon/lib/popular.u2 -lib/icon/lib/pqueue.u1 -lib/icon/lib/pqueue.u2 -lib/icon/lib/printcol.u1 -lib/icon/lib/printcol.u2 -lib/icon/lib/printf.u1 -lib/icon/lib/printf.u2 -lib/icon/lib/prockind.u1 -lib/icon/lib/prockind.u2 -lib/icon/lib/procname.u1 -lib/icon/lib/procname.u2 -lib/icon/lib/progary.u1 -lib/icon/lib/progary.u2 -lib/icon/lib/pscript.u1 -lib/icon/lib/pscript.u2 -lib/icon/lib/psrecord.u1 -lib/icon/lib/psrecord.u2 -lib/icon/lib/ptutils.u1 -lib/icon/lib/ptutils.u2 -lib/icon/lib/putpixel.u1 -lib/icon/lib/putpixel.u2 -lib/icon/lib/randarea.u1 -lib/icon/lib/randarea.u2 -lib/icon/lib/randfigs.u1 -lib/icon/lib/randfigs.u2 -lib/icon/lib/random.u1 -lib/icon/lib/random.u2 -lib/icon/lib/rational.u1 -lib/icon/lib/rational.u2 -lib/icon/lib/rawimage.u1 -lib/icon/lib/rawimage.u2 -lib/icon/lib/readcpt.u1 -lib/icon/lib/readcpt.u2 -lib/icon/lib/readtbl.u1 -lib/icon/lib/readtbl.u2 -lib/icon/lib/reassign.u1 -lib/icon/lib/reassign.u2 -lib/icon/lib/rec2tab.u1 -lib/icon/lib/rec2tab.u2 -lib/icon/lib/recog.u1 -lib/icon/lib/recog.u2 -lib/icon/lib/records.u1 -lib/icon/lib/records.u2 -lib/icon/lib/recrfncs.u1 -lib/icon/lib/recrfncs.u2 -lib/icon/lib/recurmap.u1 -lib/icon/lib/recurmap.u2 -lib/icon/lib/reduce.u1 -lib/icon/lib/reduce.u2 -lib/icon/lib/regexp.u1 -lib/icon/lib/regexp.u2 -lib/icon/lib/repeats.u1 -lib/icon/lib/repeats.u2 -lib/icon/lib/repetit.u1 -lib/icon/lib/repetit.u2 -lib/icon/lib/revadd.u1 -lib/icon/lib/revadd.u2 -lib/icon/lib/rewrap.u1 -lib/icon/lib/rewrap.u2 -lib/icon/lib/rgbcomp.u1 -lib/icon/lib/rgbcomp.u2 -lib/icon/lib/rgbrec.u1 -lib/icon/lib/rgbrec.u2 -lib/icon/lib/rng.u1 -lib/icon/lib/rng.u2 -lib/icon/lib/rpolys.u1 -lib/icon/lib/rpolys.u2 -lib/icon/lib/rstars.u1 -lib/icon/lib/rstars.u2 -lib/icon/lib/rstartbl.u1 -lib/icon/lib/rstartbl.u2 -lib/icon/lib/sandgen.u1 -lib/icon/lib/sandgen.u2 -lib/icon/lib/scan.u1 -lib/icon/lib/scan.u2 -lib/icon/lib/scanmodl.u1 -lib/icon/lib/scanmodl.u2 -lib/icon/lib/scanset.u1 -lib/icon/lib/scanset.u2 -lib/icon/lib/segment.u1 -lib/icon/lib/segment.u2 -lib/icon/lib/select.u1 -lib/icon/lib/select.u2 -lib/icon/lib/senten1.u1 -lib/icon/lib/senten1.u2 -lib/icon/lib/sentence.u1 -lib/icon/lib/sentence.u2 -lib/icon/lib/seqfncs.u1 -lib/icon/lib/seqfncs.u2 -lib/icon/lib/seqimage.u1 -lib/icon/lib/seqimage.u2 -lib/icon/lib/seqops.u1 -lib/icon/lib/seqops.u2 -lib/icon/lib/serial.u1 -lib/icon/lib/serial.u2 -lib/icon/lib/sername.u1 -lib/icon/lib/sername.u2 -lib/icon/lib/sets.u1 -lib/icon/lib/sets.u2 -lib/icon/lib/showtbl.u1 -lib/icon/lib/showtbl.u2 -lib/icon/lib/shquote.u1 -lib/icon/lib/shquote.u2 -lib/icon/lib/signed.u1 -lib/icon/lib/signed.u2 -lib/icon/lib/slider.u1 -lib/icon/lib/slider.u2 -lib/icon/lib/sort.u1 -lib/icon/lib/sort.u2 -lib/icon/lib/sortt.u1 -lib/icon/lib/sortt.u2 -lib/icon/lib/soundex.u1 -lib/icon/lib/soundex.u2 -lib/icon/lib/soundex1.u1 -lib/icon/lib/soundex1.u2 -lib/icon/lib/speedo.u1 -lib/icon/lib/speedo.u2 -lib/icon/lib/spin.u1 -lib/icon/lib/spin.u2 -lib/icon/lib/spirals.u1 -lib/icon/lib/spirals.u2 -lib/icon/lib/spokes.u1 -lib/icon/lib/spokes.u2 -lib/icon/lib/statemap.u1 -lib/icon/lib/statemap.u2 -lib/icon/lib/step.u1 -lib/icon/lib/step.u2 -lib/icon/lib/str2toks.u1 -lib/icon/lib/str2toks.u2 -lib/icon/lib/strings.u1 -lib/icon/lib/strings.u2 -lib/icon/lib/strip.u1 -lib/icon/lib/strip.u2 -lib/icon/lib/stripcom.u1 -lib/icon/lib/stripcom.u2 -lib/icon/lib/stripunb.u1 -lib/icon/lib/stripunb.u2 -lib/icon/lib/strpchrt.u1 -lib/icon/lib/strpchrt.u2 -lib/icon/lib/subturtl.u1 -lib/icon/lib/subturtl.u2 -lib/icon/lib/symrand.u1 -lib/icon/lib/symrand.u2 -lib/icon/lib/tab2list.u1 -lib/icon/lib/tab2list.u2 -lib/icon/lib/tab2rec.u1 -lib/icon/lib/tab2rec.u2 -lib/icon/lib/tables.u1 -lib/icon/lib/tables.u2 -lib/icon/lib/tclass.u1 -lib/icon/lib/tclass.u2 -lib/icon/lib/tieedit.u1 -lib/icon/lib/tieedit.u2 -lib/icon/lib/tieutils.u1 -lib/icon/lib/tieutils.u2 -lib/icon/lib/tile.u1 -lib/icon/lib/tile.u2 -lib/icon/lib/tiler.u1 -lib/icon/lib/tiler.u2 -lib/icon/lib/title.u1 -lib/icon/lib/title.u2 -lib/icon/lib/titleset.u1 -lib/icon/lib/titleset.u2 -lib/icon/lib/tokgen.u1 -lib/icon/lib/tokgen.u2 -lib/icon/lib/trees.u1 -lib/icon/lib/trees.u2 -lib/icon/lib/tuple.u1 -lib/icon/lib/tuple.u2 -lib/icon/lib/turtle.u1 -lib/icon/lib/turtle.u2 -lib/icon/lib/twists.u1 -lib/icon/lib/twists.u2 -lib/icon/lib/typecode.u1 -lib/icon/lib/typecode.u2 -lib/icon/lib/unsigned.u1 -lib/icon/lib/unsigned.u2 -lib/icon/lib/usage.u1 -lib/icon/lib/usage.u2 -lib/icon/lib/varsub.u1 -lib/icon/lib/varsub.u2 -lib/icon/lib/vbuttons.u1 -lib/icon/lib/vbuttons.u2 -lib/icon/lib/vcoupler.u1 -lib/icon/lib/vcoupler.u2 -lib/icon/lib/vdefns.icn -lib/icon/lib/vdialog.u1 -lib/icon/lib/vdialog.u2 -lib/icon/lib/verncnt.u1 -lib/icon/lib/verncnt.u2 -lib/icon/lib/version.u1 -lib/icon/lib/version.u2 -lib/icon/lib/vfilter.u1 -lib/icon/lib/vfilter.u2 -lib/icon/lib/vframe.u1 -lib/icon/lib/vframe.u2 -lib/icon/lib/vgrid.u1 -lib/icon/lib/vgrid.u2 -lib/icon/lib/vhttp.u1 -lib/icon/lib/vhttp.u2 -lib/icon/lib/vidgets.u1 -lib/icon/lib/vidgets.u2 -lib/icon/lib/viface.u1 -lib/icon/lib/viface.u2 -lib/icon/lib/vlist.u1 -lib/icon/lib/vlist.u2 -lib/icon/lib/vmenu.u1 -lib/icon/lib/vmenu.u2 -lib/icon/lib/vpane.u1 -lib/icon/lib/vpane.u2 -lib/icon/lib/vquery.u1 -lib/icon/lib/vquery.u2 -lib/icon/lib/vradio.u1 -lib/icon/lib/vradio.u2 -lib/icon/lib/vrml.u1 -lib/icon/lib/vrml.u2 -lib/icon/lib/vrml1lib.u1 -lib/icon/lib/vrml1lib.u2 -lib/icon/lib/vrml2lib.u1 -lib/icon/lib/vrml2lib.u2 -lib/icon/lib/vscroll.u1 -lib/icon/lib/vscroll.u2 -lib/icon/lib/vsetup.u1 -lib/icon/lib/vsetup.u2 -lib/icon/lib/vslider.u1 -lib/icon/lib/vslider.u2 -lib/icon/lib/vstd.u1 -lib/icon/lib/vstd.u2 -lib/icon/lib/vstyle.u1 -lib/icon/lib/vstyle.u2 -lib/icon/lib/vtext.u1 -lib/icon/lib/vtext.u2 -lib/icon/lib/wattrib.u1 -lib/icon/lib/wattrib.u2 -lib/icon/lib/wdiag.u1 -lib/icon/lib/wdiag.u2 -lib/icon/lib/weavegif.u1 -lib/icon/lib/weavegif.u2 -lib/icon/lib/weavgenr.u1 -lib/icon/lib/weavgenr.u2 -lib/icon/lib/weaving.u1 -lib/icon/lib/weaving.u2 -lib/icon/lib/weavutil.u1 -lib/icon/lib/weavutil.u2 -lib/icon/lib/weighted.u1 -lib/icon/lib/weighted.u2 -lib/icon/lib/wifisd.u1 -lib/icon/lib/wifisd.u2 -lib/icon/lib/wildcard.u1 -lib/icon/lib/wildcard.u2 -lib/icon/lib/win.u1 -lib/icon/lib/win.u2 -lib/icon/lib/window.u1 -lib/icon/lib/window.u2 -lib/icon/lib/winsnap.u1 -lib/icon/lib/winsnap.u2 -lib/icon/lib/wipe.u1 -lib/icon/lib/wipe.u2 -lib/icon/lib/wopen.u1 -lib/icon/lib/wopen.u2 -lib/icon/lib/word.u1 -lib/icon/lib/word.u2 -lib/icon/lib/wrap.u1 -lib/icon/lib/wrap.u2 -lib/icon/lib/writecpt.u1 -lib/icon/lib/writecpt.u2 -lib/icon/lib/xbfont.u1 -lib/icon/lib/xbfont.u2 -lib/icon/lib/xcode.u1 -lib/icon/lib/xcode.u2 -lib/icon/lib/xcodes.u1 -lib/icon/lib/xcodes.u2 -lib/icon/lib/xcolor.u1 -lib/icon/lib/xcolor.u2 -lib/icon/lib/xcolors.icn -lib/icon/lib/xcompat.u1 -lib/icon/lib/xcompat.u2 -lib/icon/lib/xform.u1 -lib/icon/lib/xform.u2 -lib/icon/lib/xformimg.u1 -lib/icon/lib/xformimg.u2 -lib/icon/lib/xforms.u1 -lib/icon/lib/xforms.u2 -lib/icon/lib/xgtrace.u1 -lib/icon/lib/xgtrace.u2 -lib/icon/lib/ximage.u1 -lib/icon/lib/ximage.u2 -lib/icon/lib/xio.u1 -lib/icon/lib/xio.u2 -lib/icon/lib/xnames.icn -lib/icon/lib/xplane.u1 -lib/icon/lib/xplane.u2 -lib/icon/lib/xputpixl.u1 -lib/icon/lib/xputpixl.u2 -lib/icon/lib/xqueue.u1 -lib/icon/lib/xqueue.u2 -lib/icon/lib/xrotate.u1 -lib/icon/lib/xrotate.u2 -lib/icon/lib/xutils.u1 -lib/icon/lib/xutils.u2 -lib/icon/lib/zipread.u1 -lib/icon/lib/zipread.u2 -man/man1/icon.1.gz -man/man1/icont.1.gz -%%PORTDOCS%%%%DOCSDIR%%/blubordr.gif -%%PORTDOCS%%%%DOCSDIR%%/build.htm -%%PORTDOCS%%%%DOCSDIR%%/cfuncs.htm -%%PORTDOCS%%%%DOCSDIR%%/clnroff.sed -%%PORTDOCS%%%%DOCSDIR%%/cube128.gif -%%PORTDOCS%%%%DOCSDIR%%/cygwin.htm -%%PORTDOCS%%%%DOCSDIR%%/docguide.htm -%%PORTDOCS%%%%DOCSDIR%%/extlvals.htm -%%PORTDOCS%%%%DOCSDIR%%/faq.htm -%%PORTDOCS%%%%DOCSDIR%%/faq.txt -%%PORTDOCS%%%%DOCSDIR%%/files.htm -%%PORTDOCS%%%%DOCSDIR%%/gb80.jpg -%%PORTDOCS%%%%DOCSDIR%%/ib80.jpg -%%PORTDOCS%%%%DOCSDIR%%/icon.txt -%%PORTDOCS%%%%DOCSDIR%%/icont.txt -%%PORTDOCS%%%%DOCSDIR%%/index.htm -%%PORTDOCS%%%%DOCSDIR%%/install.htm -%%PORTDOCS%%%%DOCSDIR%%/istyle.css -%%PORTDOCS%%%%DOCSDIR%%/lb80.jpg -%%PORTDOCS%%%%DOCSDIR%%/macintosh.htm -%%PORTDOCS%%%%DOCSDIR%%/port.htm -%%PORTDOCS%%%%DOCSDIR%%/relnotes.htm -%%PORTDOCS%%%%DOCSDIR%%/shortcut.gif -%%PORTDOCS%%%%DOCSDIR%%/wwwcube.gif diff --git a/lang/newlisp-devel/Makefile b/lang/newlisp-devel/Makefile deleted file mode 100644 index 70028879c255..000000000000 --- a/lang/newlisp-devel/Makefile +++ /dev/null @@ -1,185 +0,0 @@ -# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru> -# $FreeBSD$ - -PORTNAME= newlisp -PORTVERSION= 10.6.1 -PORTREVISION= 2 -CATEGORIES= lang -MASTER_SITES= http://www.newlisp.org/downloads/development/ -PKGNAMESUFFIX= -devel - -MAINTAINER= olgeni@FreeBSD.org -COMMENT= LISP like scripting language - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LICENSE= GPLv3 - -BROKEN_mips= fails to compile: unrecognized command line option "-m64" -BROKEN_mips64= fails to compile: unrecognized command line option "-m64" - -LIB_DEPENDS= libffi.so:devel/libffi - -CONFLICTS= newlisp-[0-9]* - -USES= compiler:c11 readline tar:tgz - -HAS_CONFIGURE= yes -ALL_TARGET= default - -REINPLACE_ARGS= -i "" - -MODULES= canvas cgi crypto ftp getopts infix odbc pop3 \ - postscript smtp smtpx stat unix xmlrpc-client zlib - -DOCS= CHANGES CodePatterns.html ExpressionEvaluation.html \ - MemoryManagement.html newLISP-${PORTVERSION}-Release.html \ - manual_frame.html newLISPdoc.html \ - newlisp_index.html newlisp_manual.html \ - -OPTIONS_DEFINE= GMP GSL MYSQL PGSQL SQLITE GUISERV DOCS EXAMPLES -GSL_DESC= GSL (GNU Scientific Library) -GUISERV_DESC= Install GUI server (in Java) - -.include <bsd.port.options.mk> - -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" -CFLAGS+= -DNEWLISP64 -.endif - -.if ${PORT_OPTIONS:MGMP} -LIB_DEPENDS+= libgmp.so:math/gmp -MODULES+= gmp -PLIST_SUB+= GMP="" -.else -PLIST_SUB+= GMP="@comment " -.endif - -.if ${PORT_OPTIONS:MGSL} -LIB_DEPENDS+= libgsl.so:math/gsl -MODULES+= gsl -PLIST_SUB+= GSL="" -.else -PLIST_SUB+= GSL="@comment " -.endif - -.if ${PORT_OPTIONS:MMYSQL} -USES+= mysql -MODULES+= mysql -PLIST_SUB+= MYSQL="" -.else -PLIST_SUB+= MYSQL="@comment " -.endif - -.if ${PORT_OPTIONS:MPGSQL} -USES+= pgsql -MODULES+= postgres -PLIST_SUB+= PGSQL="" -.else -PLIST_SUB+= PGSQL="@comment " -.endif - -.if ${PORT_OPTIONS:MSQLITE} -USES+= sqlite -MODULES+= sqlite3 -PLIST_SUB+= SQLITE="" -.else -PLIST_SUB+= SQLITE="@comment " -.endif - -.if ${PORT_OPTIONS:MGUISERV} -PLIST_SUB+= GUISERV="" -.else -PLIST_SUB+= GUISERV="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -E -e "s,install -m 644, \$${BSD_INSTALL_DATA},g" \ - -e "s,install -m 755, \$${BSD_INSTALL_SCRIPT},g" \ - -e "s,^(datadir=).*,\1${STAGEDIR}${PREFIX}/share,g" \ - -e "s,^(bindir=).*,\1${STAGEDIR}${PREFIX}/bin,g" \ - ${WRKSRC}/Makefile - - @${REINPLACE_CMD} -E \ - -e "s,/usr/(local/)?bin/newlisp,${PREFIX}/bin/newlisp,g" \ - -e "s,/usr/(local/)?share/newlisp,${DATADIR},g" \ - -e "s,/usr/(local/)?lib/newlisp.so,${PREFIX}/lib/newlisp.so,g"\ - -e "s,/usr/bin,${PREFIX}/bin,g" \ - -e "s,/usr/local/bin/vi,/usr/bin/vi,g" \ - ${WRKSRC}/examples/* \ - ${WRKSRC}/doc/* \ - ${WRKSRC}/guiserver/*.lsp \ - ${WRKSRC}/modules/* \ - ${WRKSRC}/newlisp.c - - @${REINPLACE_CMD} -E -e \ - "s,/usr/local/mysql/lib/(libmysqlclient.)dylib,${LOCALBASE}/lib/mysql/\1so.${MYSQL${MYSQL_VER}_LIBVER}," \ - ${WRKSRC}/modules/mysql.lsp - @${REINPLACE_CMD} -E -e \ - "s,/usr/local/lib/(libsqlite)3.so,${LOCALBASE}/lib/\1${_SQLITE_VER}.so," \ - ${WRKSRC}/modules/sqlite3.lsp - @${REINPLACE_CMD} -E -e \ - "s,/usr/local/lib/libgmp.so,${LOCALBASE}/lib/libgmp.so," \ - ${WRKSRC}/modules/gmp.lsp - @${REINPLACE_CMD} -E -e \ - "s,/usr/local/lib/libgsl.so,${LOCALBASE}/lib/libgsl.so," \ - ${WRKSRC}/modules/gsl.lsp - @${REINPLACE_CMD} -E -e \ - "s,/usr/local/lib/libpq.so.5.1,${LOCALBASE}/lib/libpq.so.5," \ - ${WRKSRC}/modules/postgres.lsp - @${REINPLACE_CMD} -E -e \ - "s,/usr/share/newlisp,${LOCALBASE}/share/newlisp," \ - ${WRKSRC}/newlisp.h - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/newlisp ${STAGEDIR}${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/util/newlispdoc ${STAGEDIR}${PREFIX}/bin - - @${MKDIR} ${STAGEDIR}${DATADIR}/util - ${INSTALL_DATA} ${WRKSRC}/util/syntax.cgi \ - ${WRKSRC}/util/README.txt \ - ${WRKSRC}/util/newlisp.jsf \ - ${WRKSRC}/util/newlisp.vim \ - ${WRKSRC}/util/standard.lsp \ - ${STAGEDIR}${DATADIR}/util - - @${MKDIR} ${STAGEDIR}${DATADIR}/modules - ${INSTALL_DATA} ${MODULES:S,^,${WRKSRC}/modules/,:S,$,.lsp,} \ - ${STAGEDIR}${DATADIR}/modules - - ${INSTALL_MAN} ${WRKSRC}/doc/newlisp.1 ${STAGEDIR}${PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/doc/newlispdoc.1 ${STAGEDIR}${PREFIX}/man/man1 - -.if ${PORT_OPTIONS:MGUISERV} - @${MKDIR} ${STAGEDIR}${DATADIR}/guiserver - @(cd ${WRKSRC}/guiserver/ && ${COPYTREE_SHARE} \*.lsp \ - ${STAGEDIR}${DATADIR}/guiserver/ \ - "! -name guiserver.lsp ! -name newlisp-edit.lsp") - ${INSTALL_DATA} ${WRKSRC}/guiserver/guiserver.jar ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/guiserver/guiserver.lsp ${STAGEDIR}${DATADIR} - ${INSTALL_SCRIPT} ${WRKSRC}/guiserver/newlisp-edit.lsp \ - ${STAGEDIR}${PREFIX}/bin/newlisp-edit -.endif - -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR} -.if ${PORT_OPTIONS:MGUISERV} - @${MKDIR} ${STAGEDIR}${DOCSDIR}/guiserver - ${INSTALL_DATA} ${WRKSRC}/guiserver/index.html \ - ${WRKSRC}/guiserver/guiserver.lsp.html \ - ${STAGEDIR}${DOCSDIR}/guiserver -.endif -.endif - -.if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} -.endif - -.include <bsd.port.mk> diff --git a/lang/newlisp-devel/distinfo b/lang/newlisp-devel/distinfo deleted file mode 100644 index 1e75f3f39bcb..000000000000 --- a/lang/newlisp-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (newlisp-10.6.1.tgz) = 8e10679cac369d189541a5bd809351f2be89e6eec60168b9188c0fceeda8927d -SIZE (newlisp-10.6.1.tgz) = 1673201 diff --git a/lang/newlisp-devel/files/patch-makefile_bsd b/lang/newlisp-devel/files/patch-makefile_bsd deleted file mode 100644 index 571a760fe154..000000000000 --- a/lang/newlisp-devel/files/patch-makefile_bsd +++ /dev/null @@ -1,19 +0,0 @@ ---- makefile_bsd.orig -+++ makefile_bsd -@@ -6,14 +6,12 @@ - - # the option -fno-strict-aliasing may not be available on some BSD versions - --CFLAGS = -m32 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -DREADLINE -D_BSD -+CFLAGS += -m32 -c -DREADLINE -D_BSD -DFFI - # or without readline lib - #CFLAGS = -m32 -Wall -Wno-uninitialized -Wno-strict-aliasing -O2 -c -g -D_BSD - --CC = gcc -- - default: $(OBJS) -- $(CC) $(OBJS) -m32 -g -lm -lreadline -lncurses -o newlisp -+ $(CC) $(LDFLAGS) $(OBJS) -m32 -lm -lreadline -lncurses -lffi -o newlisp - # or without readline lib - # $(CC) $(OBJS) -m32 -g -lm -o newlisp - strip newlisp diff --git a/lang/newlisp-devel/files/patch-makefile_bsdLP64_utf8 b/lang/newlisp-devel/files/patch-makefile_bsdLP64_utf8 deleted file mode 100644 index ded11ad55d33..000000000000 --- a/lang/newlisp-devel/files/patch-makefile_bsdLP64_utf8 +++ /dev/null @@ -1,19 +0,0 @@ ---- makefile_bsdLP64_utf8.orig -+++ makefile_bsdLP64_utf8 -@@ -6,14 +6,12 @@ - - # the option -fno-strict-aliasing may not be available on some BSD versions - --CFLAGS = -m64 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -+CFLAGS += -m64 -c -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI - # or without readline lib - #CFLAGS = -m64 -Wall -Wno-uninitialized -Wno-strict-aliasing -O2 -c -g -DNEWLISP64 -D_BSD - --CC = gcc -- - default: $(OBJS) -- $(CC) $(OBJS) -m64 -g -lm -lreadline -lncurses -o newlisp -+ $(CC) $(LDFLAGS) $(OBJS) -m64 -lm -lreadline -lncurses -lffi -o newlisp - # or without readline lib - # $(CC) $(OBJS) -m64 -g -lm -o newlisp - strip newlisp diff --git a/lang/newlisp-devel/files/patch-makefile_bsd_utf8 b/lang/newlisp-devel/files/patch-makefile_bsd_utf8 deleted file mode 100644 index 111c50ee10c8..000000000000 --- a/lang/newlisp-devel/files/patch-makefile_bsd_utf8 +++ /dev/null @@ -1,19 +0,0 @@ ---- makefile_bsd_utf8.orig -+++ makefile_bsd_utf8 -@@ -4,14 +4,12 @@ - OBJS = newlisp.o nl-symbol.o nl-math.o nl-list.o nl-liststr.o nl-string.o nl-filesys.o \ - nl-sock.o nl-import.o nl-xml.o nl-web.o nl-matrix.o nl-debug.o nl-utf8.o pcre.o - --CFLAGS = -m32 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -DREADLINE -D_BSD -DSUPPORT_UTF8 -+CFLAGS += -m32 -c -DREADLINE -D_BSD -DSUPPORT_UTF8 -DFFI - # or without readline lib - #CFLAGS = -m32 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -D_BSD -DSUPPORT_UTF8 - --CC = gcc -- - default: $(OBJS) -- $(CC) $(OBJS) -m32 -g -lm -lreadline -lncurses -o newlisp -+ $(CC) $(LDFLAGS) $(OBJS) -m32 -lm -lreadline -lncurses -lffi -o newlisp - # or without readline lib - # $(CC) $(OBJS) -m32 -g -lm -o newlisp - strip newlisp diff --git a/lang/newlisp-devel/files/patch-modules_gsl.lsp b/lang/newlisp-devel/files/patch-modules_gsl.lsp deleted file mode 100644 index 9a599c4e3cec..000000000000 --- a/lang/newlisp-devel/files/patch-modules_gsl.lsp +++ /dev/null @@ -1,18 +0,0 @@ ---- modules/gsl.lsp.orig -+++ modules/gsl.lsp -@@ -169,6 +169,7 @@ - (= ostype "Win32") "libgsl-0.dll" ; 32-bit - (= ostype "OSX") "libgsl.dylib" ; 32-bit - (= ostype "Linux") "/usr/local/lib/libgsl.so" ; 32-bit or 64-bit -+ (= ostype "BSD") "/usr/local/lib/libgsl.so" ; 32-bit or 64-bit - )) - - ; load libgslcblas which contans functions referenced by libgsl -@@ -179,6 +180,7 @@ - (if - (= ostype "OSX") (import "libgslcblas.dylib" "cblas_sdsdot") - (= ostype "Linux") (import "/usr/local/lib/libgslcblas.so" "cblas_sdsdot") -+ (= ostype "BSD") (import "/usr/local/lib/libgslcblas.so" "cblas_sdsdot") - ) - - ; structs are defined but only needed for debugging, instead use "void*" diff --git a/lang/newlisp-devel/files/patch-newlisp.h b/lang/newlisp-devel/files/patch-newlisp.h deleted file mode 100644 index 83e502d12cfa..000000000000 --- a/lang/newlisp-devel/files/patch-newlisp.h +++ /dev/null @@ -1,13 +0,0 @@ ---- newlisp.h.orig -+++ newlisp.h -@@ -36,6 +36,10 @@ - # include <ffi.h> - #endif - -+#ifdef __FreeBSD__ -+# include <ffi.h> -+#endif -+ - #define LIBFFI " libffi" - #else /* not FFI */ - #define LIBFFI "" diff --git a/lang/newlisp-devel/pkg-descr b/lang/newlisp-devel/pkg-descr deleted file mode 100644 index 50ee8b32ce48..000000000000 --- a/lang/newlisp-devel/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The newLISP is a scripting language for developing web applications and -programs in general and in the domains of artificial intelligence (AI) and -statistics. - -WWW: http://www.newlisp.org/ diff --git a/lang/newlisp-devel/pkg-plist b/lang/newlisp-devel/pkg-plist deleted file mode 100644 index c8583f9dc45c..000000000000 --- a/lang/newlisp-devel/pkg-plist +++ /dev/null @@ -1,99 +0,0 @@ -bin/newlisp -%%GUISERV%%bin/newlisp-edit -bin/newlispdoc -man/man1/newlisp.1.gz -man/man1/newlispdoc.1.gz -%%GUISERV%%%%PORTDOCS%%%%DOCSDIR%%/guiserver/guiserver.lsp.html -%%GUISERV%%%%PORTDOCS%%%%DOCSDIR%%/guiserver/index.html -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/CodePatterns.html -%%PORTDOCS%%%%DOCSDIR%%/ExpressionEvaluation.html -%%PORTDOCS%%%%DOCSDIR%%/MemoryManagement.html -%%PORTDOCS%%%%DOCSDIR%%/manual_frame.html -%%PORTDOCS%%%%DOCSDIR%%/newLISP-10.6.1-Release.html -%%PORTDOCS%%%%DOCSDIR%%/newLISPdoc.html -%%PORTDOCS%%%%DOCSDIR%%/newlisp_index.html -%%PORTDOCS%%%%DOCSDIR%%/newlisp_manual.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/async -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/env.cgi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/finger -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/form.cgi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/form.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/httpd-conf.lsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/index.cgi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/newLISP-Excel-Import.xls -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/observer -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl-demo-ffi.lsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl-demo.lsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/prodcons.lsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/query -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scan -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sniff -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcltk.lsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/udp-client.lsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/udp-server.lsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/upload.cgi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/upload.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/win32demo.lsp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmlrpc.cgi -%%GUISERV%%%%DATADIR%%/guiserver.jar -%%GUISERV%%%%DATADIR%%/guiserver.lsp -%%GUISERV%%%%DATADIR%%/guiserver/allfonts-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/animation-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/border-layout-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/button-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/clipboard-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/cursor-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/drag-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/font-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/frameless-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/html-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/image-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/midi-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/midi2-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/mouse-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/move-resize-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/pinballs-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/properties-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/rotation-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/scroll-pane-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/shapes-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/sound-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/stroke-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/table-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/tabs-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/textfield-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/textrot-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/uppercase.lsp -%%GUISERV%%%%DATADIR%%/guiserver/widgets-demo-jp.lsp -%%GUISERV%%%%DATADIR%%/guiserver/widgets-demo-ru.lsp -%%GUISERV%%%%DATADIR%%/guiserver/widgets-demo.lsp -%%GUISERV%%%%DATADIR%%/guiserver/word-count.lsp -%%DATADIR%%/modules/canvas.lsp -%%DATADIR%%/modules/cgi.lsp -%%DATADIR%%/modules/crypto.lsp -%%DATADIR%%/modules/ftp.lsp -%%DATADIR%%/modules/getopts.lsp -%%GMP%%%%DATADIR%%/modules/gmp.lsp -%%GSL%%%%DATADIR%%/modules/gsl.lsp -%%DATADIR%%/modules/infix.lsp -%%MYSQL%%%%DATADIR%%/modules/mysql.lsp -%%DATADIR%%/modules/odbc.lsp -%%DATADIR%%/modules/pop3.lsp -%%PGSQL%%%%DATADIR%%/modules/postgres.lsp -%%DATADIR%%/modules/postscript.lsp -%%DATADIR%%/modules/smtp.lsp -%%DATADIR%%/modules/smtpx.lsp -%%SQLITE%%%%DATADIR%%/modules/sqlite3.lsp -%%DATADIR%%/modules/stat.lsp -%%DATADIR%%/modules/unix.lsp -%%DATADIR%%/modules/xmlrpc-client.lsp -%%DATADIR%%/modules/zlib.lsp -%%DATADIR%%/util/README.txt -%%DATADIR%%/util/newlisp.jsf -%%DATADIR%%/util/newlisp.vim -%%DATADIR%%/util/standard.lsp -%%DATADIR%%/util/syntax.cgi diff --git a/lang/ohugs/Makefile b/lang/ohugs/Makefile deleted file mode 100644 index a5520e9667e9..000000000000 --- a/lang/ohugs/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: Steffen Mazanek <steffen.mazanek@unibw-muenchen.de> -# $FreeBSD$ - -PORTNAME= ohugs -PORTVERSION= 0.5 -PORTREVISION= 10 -CATEGORIES= lang haskell -MASTER_SITES= http://www.math.chalmers.se/~nordland/ohugs/ -DISTNAME= ${PORTNAME}-${PORTVERSION}.src - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Interpreter for Haskell with object-oriented features - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -OPTIONS_DEFINE= X11 - -WRKSRC= ${WRKDIR}/${DISTNAME:S/.src//} -BUILD_WRKSRC= ${WRKSRC}/src -USES= bison ncurses readline:port -LDFLAGS+= -lm -lreadline -lncurses - -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \ - INSTBIN=${PREFIX}/bin INSTLIB=${PREFIX}/lib/ohugs - -X11_CFLAGS= -I${TK_INCLUDEDIR} -I${TCL_INCLUDEDIR} -I${LOCALBASE}/include -X11_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-src_prelude.h -X11_LDFLAGS= -L${LOCALBASE}/lib -ltk${TK_SHLIB_VER} -ltcl${TCL_SHLIB_VER} -lTix8.4.3 -X11_LIB_DEPENDS_OFF= libTix8.4.3.so:x11-toolkits/tix -X11_USES= tk - -.include <bsd.port.mk> diff --git a/lang/ohugs/distinfo b/lang/ohugs/distinfo deleted file mode 100644 index 1e8e32f8eaf1..000000000000 --- a/lang/ohugs/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ohugs-0.5.src.tar.gz) = a5ecbbdf8f5c477a5f1eb4ef01e8494f7d6ccf80c343a174fe3efb512ef8eb53 -SIZE (ohugs-0.5.src.tar.gz) = 580498 diff --git a/lang/ohugs/files/extra-patch-src_prelude.h b/lang/ohugs/files/extra-patch-src_prelude.h deleted file mode 100644 index 952a23b7c435..000000000000 --- a/lang/ohugs/files/extra-patch-src_prelude.h +++ /dev/null @@ -1,13 +0,0 @@ ---- src/prelude.h.bak Wed Mar 5 19:21:27 2003 -+++ src/prelude.h Wed Mar 5 19:21:50 2003 -@@ -103,8 +103,8 @@ - #define HAS_FLOATS (REGULAR_HUGS | LARGE_HUGS | BREAK_FLOATS) - - #define OBJ 1 /* Object-oriented extensions */ --#define O_TK 1 /* Tcl/Tk extension (needs OBJ) */ --#define O_TIX 1 /* Tix extension (needs O_TK) */ -+#define O_TK 0 /* Tcl/Tk extension (needs OBJ) */ -+#define O_TIX 0 /* Tix extension (needs O_TK) */ - #define O_IP 1 /* TCP/UDP/IP support (needs OBJ) */ - #define HASKELL_ARRAYS 1 - #define FLAT_ARRAYS 0 /* Warning: Setting 1 is not currently supported */ diff --git a/lang/ohugs/files/patch-Makefile b/lang/ohugs/files/patch-Makefile deleted file mode 100644 index 880075c01f5a..000000000000 --- a/lang/ohugs/files/patch-Makefile +++ /dev/null @@ -1,25 +0,0 @@ ---- Makefile.orig 2000-09-13 22:17:47 UTC -+++ Makefile -@@ -5,14 +5,14 @@ all: - cd src; make - - install: ohugs -- rm -rf $(INSTLIB) -- rm -f $(INSTBIN)/ohugs $(INSTBIN)/rohugs -- mkdir -p $(INSTLIB) -- tar cf - lib/*.hs libhugs/*.hs | (cd $(INSTLIB); tar xf -) -- cp -p src/ohugs src/rohugs $(INSTLIB)/ -- sed -e "s#XX_INSTLIB#$(INSTLIB)#" ohugs > $(INSTBIN)/ohugs -- sed -e "s#XX_INSTLIB#$(INSTLIB)#" rohugs > $(INSTBIN)/rohugs -- chmod 755 $(INSTBIN)/ohugs $(INSTBIN)/rohugs -+ rm -rf $(DESTDIR)$(INSTLIB) -+ rm -f $(DESTDIR)$(INSTBIN)/ohugs $(DESTDIR)$(INSTBIN)/rohugs -+ mkdir -p $(DESTDIR)$(INSTLIB) -+ tar cf - lib/*.hs libhugs/*.hs | (cd $(DESTDIR)$(INSTLIB); tar xf -) -+ $(BSD_INSTALL_PROGRAM) src/ohugs src/rohugs $(DESTDIR)$(INSTLIB) -+ sed -e "s#XX_INSTLIB#$(INSTLIB)#" ohugs > $(DESTDIR)$(INSTBIN)/ohugs -+ sed -e "s#XX_INSTLIB#$(INSTLIB)#" rohugs > $(DESTDIR)$(INSTBIN)/rohugs -+ chmod 755 $(DESTDIR)$(INSTBIN)/ohugs $(DESTDIR)$(INSTBIN)/rohugs - - clean: - cd src; make clean diff --git a/lang/ohugs/files/patch-src_omonad.c b/lang/ohugs/files/patch-src_omonad.c deleted file mode 100644 index 40f5314bc953..000000000000 --- a/lang/ohugs/files/patch-src_omonad.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/omonad.c.orig 2001-01-31 00:18:40 UTC -+++ src/omonad.c -@@ -526,7 +526,7 @@ typedef int socklen_t; - - static int maxfd = -1; - --static local void setReader Args((Int,Cell)); -+/* static local void setReader Args((Int,Cell)); */ - static local void addSocket Args((Int, Int, Cell)); - static local void closeSocket Args((Int, Cell)); - static local void closeDeleteSocket Args((Int)); diff --git a/lang/ohugs/files/patch-src_parser.y b/lang/ohugs/files/patch-src_parser.y deleted file mode 100644 index 284ee7be27f5..000000000000 --- a/lang/ohugs/files/patch-src_parser.y +++ /dev/null @@ -1,11 +0,0 @@ ---- src/parser.y.orig 2000-11-29 23:13:01 UTC -+++ src/parser.y -@@ -564,7 +564,7 @@ gen : mexp FROM exp - handle : HANDLE beg malts end {$$ = gc4(rev($3));} - ; - ohandle : handle {$$ = $1;} -- | /*empty*/ {$$ = gc0(NIL);} -+ | /*empty*/ {$$ = gc0(NIL);}; - mexp : mopExp COCO sigType {$$ = gc3(ap(ESIGN,pair($1,$3)));} - | mopExp {$$ = $1;} - ; diff --git a/lang/ohugs/files/patch-src_prelude.h b/lang/ohugs/files/patch-src_prelude.h deleted file mode 100644 index fb373a1fdc1e..000000000000 --- a/lang/ohugs/files/patch-src_prelude.h +++ /dev/null @@ -1,20 +0,0 @@ ---- src/prelude.h.orig 2016-06-17 23:19:53 UTC -+++ src/prelude.h -@@ -22,7 +22,7 @@ - * update the source. - *-------------------------------------------------------------------------*/ - --#define SOLARIS 1 /* For Solaris 2.4 */ -+#define SOLARIS 0 /* For Solaris 2.4 */ - #define SUNOS 0 /* For Sun 3/Sun 4 running SunOs 4.x */ - #define BCWIN16 0 /* For Windows 3.1, Borland C++ 4.52 */ - #define BCWIN32 0 /* For Windows 32, Borland C++ 4.52 */ -@@ -44,7 +44,7 @@ - #define AIX 0 /* For IBM AIX on RS/6000 using GCC UN */ - #define ATARI 0 /* For Atari ST/STE/TT/Falcon w/ Lattice C 5.52 UN */ - #define SGI4 0 /* For SiliconGraphics Indigo, IRIX v*4*.0.5 UN */ --#define NETBSD 0 /* For NetBSD-current UN */ -+#define NETBSD 1 /* For NetBSD-current UN */ - #define MACWP 0 /* For Macintosh PPC/68K using CodeWarrior Pro */ - - /*--------------------------------------------------------------------------- diff --git a/lang/ohugs/files/patch-src_tkhaskell.c b/lang/ohugs/files/patch-src_tkhaskell.c deleted file mode 100644 index 3fa55da7215d..000000000000 --- a/lang/ohugs/files/patch-src_tkhaskell.c +++ /dev/null @@ -1,45 +0,0 @@ ---- src/tkhaskell.c.orig 2001-01-28 06:02:45 UTC -+++ src/tkhaskell.c -@@ -160,17 +160,17 @@ static Int c_primInitTcl () { - Tcl_SetVar(interp, "tcl_interactive", "0", TCL_GLOBAL_ONLY); - - if (Tcl_Init(interp) == TCL_ERROR) { -- fprintf(stderr, "%s\n", interp->result); -+ fprintf(stderr, "%s\n", Tcl_GetStringResult(interp)); - return(0); - } - - if (Tk_Init(interp) == TCL_ERROR) { -- fprintf(stderr, "%s\n", interp->result); -+ fprintf(stderr, "%s\n", Tcl_GetStringResult(interp)); - return FALSE; - } - #if O_TIX - if (Tix_Init(interp) == TCL_ERROR) { -- fprintf(stderr, "%s\n", interp->result); -+ fprintf(stderr, "%s\n", Tcl_GetStringResult(interp)); - return FALSE; - } - #endif -@@ -242,17 +242,17 @@ static String executeTcl (cmd) - String cmd; { - char errmsg[200]; - if (Tcl_Eval(interp,cmd) != TCL_OK) { -- fprintf(stderr, "###Tk/Tcl: %s\n", interp->result); -+ fprintf(stderr, "###Tk/Tcl: %s\n", Tcl_GetStringResult(interp)); - strcpy(errmsg,"###internalError {"); -- strcat (errmsg,interp -> result); -+ strcat (errmsg, Tcl_GetStringResult(interp)); - strcat (errmsg, " }"); - if (Tcl_Eval(interp,errmsg) != TCL_OK){ -- fprintf(stderr, "###%s\n", interp->result); -+ fprintf(stderr, "###%s\n", Tcl_GetStringResult(interp)); - exit(1); - return (""); - } - } -- return (interp -> result); -+ return (Tcl_GetStringResult(interp)); - } - - diff --git a/lang/ohugs/files/patch-src_type.c b/lang/ohugs/files/patch-src_type.c deleted file mode 100644 index e9373f97d301..000000000000 --- a/lang/ohugs/files/patch-src_type.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/type.c.orig 2000-12-06 09:23:55 UTC -+++ src/type.c -@@ -1165,7 +1165,7 @@ Type t; { - break; - case QUAL : snd(snd(t)) = freshSig(snd(snd(t))); - break; -- case NULL : -+ case NIL : - case OFFSET : - case INTCELL : - case TYCON : diff --git a/lang/ohugs/pkg-descr b/lang/ohugs/pkg-descr deleted file mode 100644 index fa36e3797332..000000000000 --- a/lang/ohugs/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -OHugs is an approach to combine the features of functional programming -languages (Haskell) with object-oriented languages. - -WWW: http://www.math.chalmers.se/~nordland/ohugs/ - -Steffen Mazanek -<steffen.mazanek@unibw-muenchen.de> diff --git a/lang/ohugs/pkg-plist b/lang/ohugs/pkg-plist deleted file mode 100644 index e0e3154ee5dc..000000000000 --- a/lang/ohugs/pkg-plist +++ /dev/null @@ -1,30 +0,0 @@ -bin/ohugs -bin/rohugs -lib/ohugs/lib/Array.hs -lib/ohugs/lib/Char.hs -lib/ohugs/lib/Complex.hs -lib/ohugs/lib/IO.hs -lib/ohugs/lib/Ix.hs -lib/ohugs/lib/List.hs -lib/ohugs/lib/Maybe.hs -lib/ohugs/lib/Monad.hs -lib/ohugs/lib/Prelude.hs -lib/ohugs/lib/Random.hs -lib/ohugs/lib/Rational.hs -lib/ohugs/lib/System.hs -lib/ohugs/lib/Tix.hs -lib/ohugs/lib/Tk.hs -lib/ohugs/lib/TkUtil.hs -lib/ohugs/libhugs/AnsiInteract.hs -lib/ohugs/libhugs/AnsiScreen.hs -lib/ohugs/libhugs/HugsLibs.hs -lib/ohugs/libhugs/IORef.hs -lib/ohugs/libhugs/Interact.hs -lib/ohugs/libhugs/Number.hs -lib/ohugs/libhugs/ParseLib.hs -lib/ohugs/libhugs/ST.hs -lib/ohugs/libhugs/STArray.hs -lib/ohugs/libhugs/StdLibs.hs -lib/ohugs/libhugs/Trace.hs -lib/ohugs/rohugs -lib/ohugs/ohugs diff --git a/lang/opendylan/Makefile b/lang/opendylan/Makefile deleted file mode 100644 index e101963b2c66..000000000000 --- a/lang/opendylan/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# Created by: alepulver -# $FreeBSD$ - -PORTNAME= opendylan -DISTVERSION= 2013.2 -CATEGORIES= lang -MASTER_SITES= http://opendylan.org/downloads/opendylan/${DISTVERSION}/ -DISTNAME= ${PORTNAME}-${DISTVERSION}-x86-freebsd - -MAINTAINER= hannes@mehnert.org -COMMENT= Open Dylan project native command-line compiler for Dylan - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/License.txt - -IA32_BINARY_PORT= yes -USES= tar:bzip2 -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} -DATADIR= ${PREFIX}/lib/${PORTNAME} - -WRAPPERS= dylan-compiler make-dylan-app dswank parser-compiler - -OPTIONS_DEFINE= DOCS - -do-build: -.for f in ${WRAPPERS} - @(${ECHO_CMD} "#!${SH}"; \ - ${ECHO_CMD} 'export LD_LIBRARY_PATH="${DATADIR}/lib"'; \ - ${ECHO_CMD} 'exec ${DATADIR}/bin/${f} "$$@"') > ${WRKSRC}/${f} -.endfor - -do-install: - @${MKDIR} ${STAGEDIR}${DATADIR} -.for d in bin databases lib sources - ${CP} -r ${WRKSRC}/${d} ${STAGEDIR}${DATADIR} -.endfor -.for f in ${WRAPPERS} - ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin -.endfor - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/lang/opendylan/distinfo b/lang/opendylan/distinfo deleted file mode 100644 index d986ad060bac..000000000000 --- a/lang/opendylan/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (opendylan-2013.2-x86-freebsd.tar.bz2) = dc0bd0216d6bbca0f8eefeabb720b2e71f9edac8baac4b99ec74981cd676104d -SIZE (opendylan-2013.2-x86-freebsd.tar.bz2) = 34024186 diff --git a/lang/opendylan/pkg-descr b/lang/opendylan/pkg-descr deleted file mode 100644 index 2404a584b266..000000000000 --- a/lang/opendylan/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Open Dylan compiles to native code and has a full-featured IDE including an -incremental development mode, browsing of runtime objects, remote debugging, -etc. Open Dylan currently only runs on the x86 platform and the IDE does not -yet run on the Linux version. Open Dylan is in many ways a mature -implementation. If you are new to the language, choose Open Dylan if you can. - -WWW: http://opendylan.org/ diff --git a/lang/opendylan/pkg-plist b/lang/opendylan/pkg-plist deleted file mode 100644 index 6d5f923f3fd1..000000000000 --- a/lang/opendylan/pkg-plist +++ /dev/null @@ -1,5332 +0,0 @@ -bin/dswank -bin/dylan-compiler -bin/make-dylan-app -bin/parser-compiler -%%DATADIR%%/bin/dswank -%%DATADIR%%/bin/dylan-compiler -%%DATADIR%%/bin/make-dylan-app -%%DATADIR%%/bin/parser-compiler -%%DATADIR%%/databases/big-integers.ddb -%%DATADIR%%/databases/binary-builder.ddb -%%DATADIR%%/databases/binary-manager.ddb -%%DATADIR%%/databases/binary-outputter.ddb -%%DATADIR%%/databases/build-system.ddb -%%DATADIR%%/databases/c-ffi.ddb -%%DATADIR%%/databases/channels.ddb -%%DATADIR%%/databases/cl.ddb -%%DATADIR%%/databases/coff-builder.ddb -%%DATADIR%%/databases/coff-manager.ddb -%%DATADIR%%/databases/collections.ddb -%%DATADIR%%/databases/commands.ddb -%%DATADIR%%/databases/common-dylan.ddb -%%DATADIR%%/databases/dfmc-back-end-implementations.ddb -%%DATADIR%%/databases/dfmc-back-end-protocol.ddb -%%DATADIR%%/databases/dfmc-back-end.ddb -%%DATADIR%%/databases/dfmc-browser-support.ddb -%%DATADIR%%/databases/dfmc-c-back-end.ddb -%%DATADIR%%/databases/dfmc-c-ffi.ddb -%%DATADIR%%/databases/dfmc-c-linker.ddb -%%DATADIR%%/databases/dfmc-common.ddb -%%DATADIR%%/databases/dfmc-conditions.ddb -%%DATADIR%%/databases/dfmc-conversion.ddb -%%DATADIR%%/databases/dfmc-core.ddb -%%DATADIR%%/databases/dfmc-debug-back-end.ddb -%%DATADIR%%/databases/dfmc-definitions.ddb -%%DATADIR%%/databases/dfmc-environment-database.ddb -%%DATADIR%%/databases/dfmc-environment-projects.ddb -%%DATADIR%%/databases/dfmc-flow-graph.ddb -%%DATADIR%%/databases/dfmc-harp-browser-support.ddb -%%DATADIR%%/databases/dfmc-harp-cg-linker.ddb -%%DATADIR%%/databases/dfmc-harp-cg.ddb -%%DATADIR%%/databases/dfmc-harp-native-cg.ddb -%%DATADIR%%/databases/dfmc-harp-x86-cg.ddb -%%DATADIR%%/databases/dfmc-linker.ddb -%%DATADIR%%/databases/dfmc-llvm-back-end.ddb -%%DATADIR%%/databases/dfmc-llvm-linker.ddb -%%DATADIR%%/databases/dfmc-macro-expander.ddb -%%DATADIR%%/databases/dfmc-management.ddb -%%DATADIR%%/databases/dfmc-mangling.ddb -%%DATADIR%%/databases/dfmc-modeling.ddb -%%DATADIR%%/databases/dfmc-namespace.ddb -%%DATADIR%%/databases/dfmc-optimization.ddb -%%DATADIR%%/databases/dfmc-reader.ddb -%%DATADIR%%/databases/dfmc-typist.ddb -%%DATADIR%%/databases/disasm.ddb -%%DATADIR%%/databases/dood.ddb -%%DATADIR%%/databases/dswank.ddb -%%DATADIR%%/databases/dylan-compiler.ddb -%%DATADIR%%/databases/dylan.ddb -%%DATADIR%%/databases/environment-commands.ddb -%%DATADIR%%/databases/environment-internal-commands.ddb -%%DATADIR%%/databases/environment-manager.ddb -%%DATADIR%%/databases/environment-protocols.ddb -%%DATADIR%%/databases/environment-reports.ddb -%%DATADIR%%/databases/file-source-records.ddb -%%DATADIR%%/databases/generic-arithmetic.ddb -%%DATADIR%%/databases/gnu-as-outputter.ddb -%%DATADIR%%/databases/grammar-compiler.ddb -%%DATADIR%%/databases/harp-cg-back-end.ddb -%%DATADIR%%/databases/harp-coff.ddb -%%DATADIR%%/databases/harp-native.ddb -%%DATADIR%%/databases/harp-x86.ddb -%%DATADIR%%/databases/harp.ddb -%%DATADIR%%/databases/io.ddb -%%DATADIR%%/databases/jam.ddb -%%DATADIR%%/databases/lisp-reader.ddb -%%DATADIR%%/databases/llvm.ddb -%%DATADIR%%/databases/make-dylan-app.ddb -%%DATADIR%%/databases/memory-manager.ddb -%%DATADIR%%/databases/mnemonic-assembler.ddb -%%DATADIR%%/databases/network.ddb -%%DATADIR%%/databases/parser-compiler.ddb -%%DATADIR%%/databases/parser-generator.ddb -%%DATADIR%%/databases/parser-run-time.ddb -%%DATADIR%%/databases/ppml.ddb -%%DATADIR%%/databases/projects.ddb -%%DATADIR%%/databases/registry-projects.ddb -%%DATADIR%%/databases/release-info.ddb -%%DATADIR%%/databases/source-control-manager.ddb -%%DATADIR%%/databases/source-records.ddb -%%DATADIR%%/databases/strings.ddb -%%DATADIR%%/databases/system.ddb -%%DATADIR%%/databases/tools-interface.ddb -%%DATADIR%%/databases/user-projects.ddb -%%DATADIR%%/databases/variable-search.ddb -%%DATADIR%%/databases/walker.ddb -%%DATADIR%%/lib/arm-linux-build.jam -%%DATADIR%%/lib/big-integers.mkf -%%DATADIR%%/lib/binary-builder.mkf -%%DATADIR%%/lib/binary-manager.mkf -%%DATADIR%%/lib/binary-outputter.mkf -%%DATADIR%%/lib/build-system.mkf -%%DATADIR%%/lib/c-ffi.mkf -%%DATADIR%%/lib/channels.mkf -%%DATADIR%%/lib/cl.mkf -%%DATADIR%%/lib/coff-builder.mkf -%%DATADIR%%/lib/coff-manager.mkf -%%DATADIR%%/lib/collections.mkf -%%DATADIR%%/lib/commands.mkf -%%DATADIR%%/lib/common-dylan.mkf -%%DATADIR%%/lib/config.jam -%%DATADIR%%/lib/dfmc-back-end-implementations.mkf -%%DATADIR%%/lib/dfmc-back-end-protocol.mkf -%%DATADIR%%/lib/dfmc-back-end.mkf -%%DATADIR%%/lib/dfmc-browser-support.mkf -%%DATADIR%%/lib/dfmc-c-back-end.mkf -%%DATADIR%%/lib/dfmc-c-ffi.mkf -%%DATADIR%%/lib/dfmc-c-linker.mkf -%%DATADIR%%/lib/dfmc-common.mkf -%%DATADIR%%/lib/dfmc-conditions.mkf -%%DATADIR%%/lib/dfmc-conversion.mkf -%%DATADIR%%/lib/dfmc-core.mkf -%%DATADIR%%/lib/dfmc-debug-back-end.mkf -%%DATADIR%%/lib/dfmc-definitions.mkf -%%DATADIR%%/lib/dfmc-environment-database.mkf -%%DATADIR%%/lib/dfmc-environment-projects.mkf -%%DATADIR%%/lib/dfmc-flow-graph.mkf -%%DATADIR%%/lib/dfmc-harp-browser-support.mkf -%%DATADIR%%/lib/dfmc-harp-cg-linker.mkf -%%DATADIR%%/lib/dfmc-harp-cg.mkf -%%DATADIR%%/lib/dfmc-harp-native-cg.mkf -%%DATADIR%%/lib/dfmc-harp-x86-cg.mkf -%%DATADIR%%/lib/dfmc-linker.mkf -%%DATADIR%%/lib/dfmc-llvm-back-end.mkf -%%DATADIR%%/lib/dfmc-llvm-linker.mkf -%%DATADIR%%/lib/dfmc-macro-expander.mkf -%%DATADIR%%/lib/dfmc-management.mkf -%%DATADIR%%/lib/dfmc-mangling.mkf -%%DATADIR%%/lib/dfmc-modeling.mkf -%%DATADIR%%/lib/dfmc-namespace.mkf -%%DATADIR%%/lib/dfmc-optimization.mkf -%%DATADIR%%/lib/dfmc-reader.mkf -%%DATADIR%%/lib/dfmc-typist.mkf -%%DATADIR%%/lib/disasm.mkf -%%DATADIR%%/lib/dood.mkf -%%DATADIR%%/lib/dswank.mkf -%%DATADIR%%/lib/dylan-compiler.mkf -%%DATADIR%%/lib/dylan-elf-dll.script -%%DATADIR%%/lib/dylan-elf-exe.script -%%DATADIR%%/lib/dylan.mkf -%%DATADIR%%/lib/environment-commands.mkf -%%DATADIR%%/lib/environment-internal-commands.mkf -%%DATADIR%%/lib/environment-manager.mkf -%%DATADIR%%/lib/environment-protocols.mkf -%%DATADIR%%/lib/environment-reports.mkf -%%DATADIR%%/lib/file-source-records.mkf -%%DATADIR%%/lib/generic-arithmetic.mkf -%%DATADIR%%/lib/gnu-as-outputter.mkf -%%DATADIR%%/lib/grammar-compiler.mkf -%%DATADIR%%/lib/harp-cg-back-end.mkf -%%DATADIR%%/lib/harp-coff.mkf -%%DATADIR%%/lib/harp-native.mkf -%%DATADIR%%/lib/harp-x86.mkf -%%DATADIR%%/lib/harp.mkf -%%DATADIR%%/lib/io.mkf -%%DATADIR%%/lib/jam.mkf -%%DATADIR%%/lib/libbig-integers.so -%%DATADIR%%/lib/libbinary-builder.so -%%DATADIR%%/lib/libbinary-manager.so -%%DATADIR%%/lib/libbinary-outputter.so -%%DATADIR%%/lib/libbuild-system.so -%%DATADIR%%/lib/libc-ffi.so -%%DATADIR%%/lib/libchannels.so -%%DATADIR%%/lib/libcl.so -%%DATADIR%%/lib/libcoff-builder.so -%%DATADIR%%/lib/libcoff-manager.so -%%DATADIR%%/lib/libcollections.so -%%DATADIR%%/lib/libcommands.so -%%DATADIR%%/lib/libcommon-dylan.so -%%DATADIR%%/lib/libdfmc-back-end-implementations.so -%%DATADIR%%/lib/libdfmc-back-end-protocol.so -%%DATADIR%%/lib/libdfmc-back-end.so -%%DATADIR%%/lib/libdfmc-browser-support.so -%%DATADIR%%/lib/libdfmc-c-back-end.so -%%DATADIR%%/lib/libdfmc-c-ffi.so -%%DATADIR%%/lib/libdfmc-c-linker.so -%%DATADIR%%/lib/libdfmc-common.so -%%DATADIR%%/lib/libdfmc-conditions.so -%%DATADIR%%/lib/libdfmc-conversion.so -%%DATADIR%%/lib/libdfmc-core.so -%%DATADIR%%/lib/libdfmc-debug-back-end.so -%%DATADIR%%/lib/libdfmc-definitions.so -%%DATADIR%%/lib/libdfmc-environment-database.so -%%DATADIR%%/lib/libdfmc-environment-projects.so -%%DATADIR%%/lib/libdfmc-flow-graph.so -%%DATADIR%%/lib/libdfmc-harp-browser-support.so -%%DATADIR%%/lib/libdfmc-harp-cg-linker.so -%%DATADIR%%/lib/libdfmc-harp-cg.so -%%DATADIR%%/lib/libdfmc-harp-native-cg.so -%%DATADIR%%/lib/libdfmc-harp-x86-cg.so -%%DATADIR%%/lib/libdfmc-linker.so -%%DATADIR%%/lib/libdfmc-llvm-back-end.so -%%DATADIR%%/lib/libdfmc-llvm-linker.so -%%DATADIR%%/lib/libdfmc-macro-expander.so -%%DATADIR%%/lib/libdfmc-management.so -%%DATADIR%%/lib/libdfmc-mangling.so -%%DATADIR%%/lib/libdfmc-modeling.so -%%DATADIR%%/lib/libdfmc-namespace.so -%%DATADIR%%/lib/libdfmc-optimization.so -%%DATADIR%%/lib/libdfmc-reader.so -%%DATADIR%%/lib/libdfmc-typist.so -%%DATADIR%%/lib/libdisasm.so -%%DATADIR%%/lib/libdood.so -%%DATADIR%%/lib/libdswank.so -%%DATADIR%%/lib/libdylan-compiler.so -%%DATADIR%%/lib/libdylan.so -%%DATADIR%%/lib/libenvironment-commands.so -%%DATADIR%%/lib/libenvironment-internal-commands.so -%%DATADIR%%/lib/libenvironment-manager.so -%%DATADIR%%/lib/libenvironment-protocols.so -%%DATADIR%%/lib/libenvironment-reports.so -%%DATADIR%%/lib/libfile-source-records.so -%%DATADIR%%/lib/libgeneric-arithmetic.so -%%DATADIR%%/lib/libgnu-as-outputter.so -%%DATADIR%%/lib/libgrammar-compiler.so -%%DATADIR%%/lib/libharp-cg-back-end.so -%%DATADIR%%/lib/libharp-coff.so -%%DATADIR%%/lib/libharp-native.so -%%DATADIR%%/lib/libharp-x86.so -%%DATADIR%%/lib/libharp.so -%%DATADIR%%/lib/libio.so -%%DATADIR%%/lib/libjam.so -%%DATADIR%%/lib/liblisp-reader.so -%%DATADIR%%/lib/libllvm.so -%%DATADIR%%/lib/libmake-dylan-app.so -%%DATADIR%%/lib/libmemory-manager.so -%%DATADIR%%/lib/libmnemonic-assembler.so -%%DATADIR%%/lib/libnetwork.so -%%DATADIR%%/lib/libparser-compiler.so -%%DATADIR%%/lib/libparser-generator.so -%%DATADIR%%/lib/libparser-run-time.so -%%DATADIR%%/lib/libppml.so -%%DATADIR%%/lib/libprojects.so -%%DATADIR%%/lib/libregistry-projects.so -%%DATADIR%%/lib/librelease-info.so -%%DATADIR%%/lib/libsource-control-manager.so -%%DATADIR%%/lib/libsource-records.so -%%DATADIR%%/lib/libstrings.so -%%DATADIR%%/lib/libsystem.so -%%DATADIR%%/lib/libtools-interface.so -%%DATADIR%%/lib/libuser-projects.so -%%DATADIR%%/lib/libvariable-search.so -%%DATADIR%%/lib/libwalker.so -%%DATADIR%%/lib/lisp-reader.mkf -%%DATADIR%%/lib/llvm.mkf -%%DATADIR%%/lib/make-dylan-app.mkf -%%DATADIR%%/lib/memory-manager.mkf -%%DATADIR%%/lib/mini-jambase.jam -%%DATADIR%%/lib/mnemonic-assembler.mkf -%%DATADIR%%/lib/network.mkf -%%DATADIR%%/lib/parser-compiler.mkf -%%DATADIR%%/lib/parser-generator.mkf -%%DATADIR%%/lib/parser-run-time.mkf -%%DATADIR%%/lib/posix-build.jam -%%DATADIR%%/lib/ppc-darwin-build.jam -%%DATADIR%%/lib/ppml.mkf -%%DATADIR%%/lib/projects.mkf -%%DATADIR%%/lib/registry-projects.mkf -%%DATADIR%%/lib/release-info.mkf -%%DATADIR%%/lib/runtime/harp-x86-freebsd/dylan-support.o -%%DATADIR%%/lib/runtime/harp-x86-freebsd/libdylan-harp-runtime.a -%%DATADIR%%/lib/runtime/harp-x86-freebsd/runtime.o -%%DATADIR%%/lib/source-control-manager.mkf -%%DATADIR%%/lib/source-records.mkf -%%DATADIR%%/lib/strings.mkf -%%DATADIR%%/lib/system.mkf -%%DATADIR%%/lib/tools-interface.mkf -%%DATADIR%%/lib/user-projects.mkf -%%DATADIR%%/lib/variable-search.mkf -%%DATADIR%%/lib/walker.mkf -%%DATADIR%%/lib/x86-darwin-build.jam -%%DATADIR%%/lib/x86-freebsd-build.jam -%%DATADIR%%/lib/x86-linux-build.jam -%%DATADIR%%/lib/x86_64-darwin-build.jam -%%DATADIR%%/lib/x86_64-freebsd-build.jam -%%DATADIR%%/lib/x86_64-linux-build.jam -%%DATADIR%%/sources/Library-Packs/CORBA/corba.dlp -%%DATADIR%%/sources/Library-Packs/Compiler/compiler.dlp -%%DATADIR%%/sources/Library-Packs/Core/core.dlp -%%DATADIR%%/sources/Library-Packs/DOOD/dood.dlp -%%DATADIR%%/sources/Library-Packs/Deuce/deuce.dlp -%%DATADIR%%/sources/Library-Packs/Environment/environment.dlp -%%DATADIR%%/sources/Library-Packs/GUI/gui.dlp -%%DATADIR%%/sources/Library-Packs/MIDI/midi.dlp -%%DATADIR%%/sources/Library-Packs/MSLinker/mslinker.dlp -%%DATADIR%%/sources/Library-Packs/Network/network.dlp -%%DATADIR%%/sources/Library-Packs/ODBC/odbc.dlp -%%DATADIR%%/sources/Library-Packs/OLE/ole.dlp -%%DATADIR%%/sources/Library-Packs/Scepter/scepter.dlp -%%DATADIR%%/sources/Library-Packs/TestWorks/testworks.dlp -%%DATADIR%%/sources/Library-Packs/Win32/win32.dlp -%%DATADIR%%/sources/Library-Packs/dlp.dtd -%%DATADIR%%/sources/TAGS -%%DATADIR%%/sources/TAGS~ -%%DATADIR%%/sources/app/create-id/create-id.lid -%%DATADIR%%/sources/app/create-id/library.dylan -%%DATADIR%%/sources/app/create-id/makeid.dylan -%%DATADIR%%/sources/app/ddeclient/ddeclient.dylan -%%DATADIR%%/sources/app/ddeclient/ddeclient.lid -%%DATADIR%%/sources/app/ddeclient/ddeclient.txt -%%DATADIR%%/sources/app/ddeclient/library.dylan -%%DATADIR%%/sources/app/djam/djam.dylan -%%DATADIR%%/sources/app/djam/djam.lid -%%DATADIR%%/sources/app/djam/library.dylan -%%DATADIR%%/sources/app/dll-wrap/dll-wrap.dylan -%%DATADIR%%/sources/app/dll-wrap/dll-wrap.lid -%%DATADIR%%/sources/app/dll-wrap/library.dylan -%%DATADIR%%/sources/app/dll-wrap/module.dylan -%%DATADIR%%/sources/app/duim-gl-demo/duim-gl-demo.dylan -%%DATADIR%%/sources/app/duim-gl-demo/duim-gl-demo.lid -%%DATADIR%%/sources/app/duim-gl-demo/duim-gl.dylan -%%DATADIR%%/sources/app/duim-gl-demo/library.dylan -%%DATADIR%%/sources/app/duim-gl-demo/module.dylan -%%DATADIR%%/sources/app/duim-resource-example/duim-resource-example.lid -%%DATADIR%%/sources/app/duim-resource-example/example.dylan -%%DATADIR%%/sources/app/duim-resource-example/example.rc -%%DATADIR%%/sources/app/duim-resource-example/library.dylan -%%DATADIR%%/sources/app/duim-resource-example/resdecl.dylan -%%DATADIR%%/sources/app/dylan-playground/dylan-playground.dylan -%%DATADIR%%/sources/app/dylan-playground/dylan-playground.lid -%%DATADIR%%/sources/app/dylan-playground/gui-dylan-playground.dylan -%%DATADIR%%/sources/app/dylan-playground/gui-dylan-playground.lid -%%DATADIR%%/sources/app/dylan-playground/gui-library.dylan -%%DATADIR%%/sources/app/dylan-playground/gui-module.dylan -%%DATADIR%%/sources/app/dylan-playground/library.dylan -%%DATADIR%%/sources/app/dylan-playground/module.dylan -%%DATADIR%%/sources/app/factorial/factorial-big.lid -%%DATADIR%%/sources/app/factorial/factorial-library-big.dylan -%%DATADIR%%/sources/app/factorial/factorial-library-small.dylan -%%DATADIR%%/sources/app/factorial/factorial-small.lid -%%DATADIR%%/sources/app/factorial/factorial.dylan -%%DATADIR%%/sources/app/flying-squares/duim-gl.dylan -%%DATADIR%%/sources/app/flying-squares/flying-squares.dylan -%%DATADIR%%/sources/app/flying-squares/flying-squares.lid -%%DATADIR%%/sources/app/flying-squares/library.dylan -%%DATADIR%%/sources/app/flying-squares/module.dylan -%%DATADIR%%/sources/app/gctest/gctest.dylan -%%DATADIR%%/sources/app/gctest/gctest.lid -%%DATADIR%%/sources/app/gctest/library.dylan -%%DATADIR%%/sources/app/gctest/module.dylan -%%DATADIR%%/sources/app/goodbye-world/goodbye-world.dylan -%%DATADIR%%/sources/app/goodbye-world/goodbye-world.lid -%%DATADIR%%/sources/app/goodbye-world/library.dylan -%%DATADIR%%/sources/app/gtk-unit-converter/gtk-unit-converter.dylan -%%DATADIR%%/sources/app/gtk-unit-converter/gtk-unit-converter.lid -%%DATADIR%%/sources/app/gtk-unit-converter/library.dylan -%%DATADIR%%/sources/app/harp-runtime-generator/x86-darwin-library.dylan -%%DATADIR%%/sources/app/harp-runtime-generator/x86-darwin-runtime-generator.lid -%%DATADIR%%/sources/app/harp-runtime-generator/x86-darwin-runtime.dylan -%%DATADIR%%/sources/app/harp-runtime-generator/x86-freebsd-library.dylan -%%DATADIR%%/sources/app/harp-runtime-generator/x86-freebsd-runtime-generator.lid -%%DATADIR%%/sources/app/harp-runtime-generator/x86-freebsd-runtime.dylan -%%DATADIR%%/sources/app/harp-runtime-generator/x86-linux-library.dylan -%%DATADIR%%/sources/app/harp-runtime-generator/x86-linux-runtime-generator.lid -%%DATADIR%%/sources/app/harp-runtime-generator/x86-linux-runtime.dylan -%%DATADIR%%/sources/app/harp-runtime-generator/x86-windows-library.dylan -%%DATADIR%%/sources/app/harp-runtime-generator/x86-windows-runtime-generator.dylan -%%DATADIR%%/sources/app/harp-runtime-generator/x86-windows-runtime-generator.lid -%%DATADIR%%/sources/app/hello-world/README.html -%%DATADIR%%/sources/app/hello-world/hello-world-library.dylan -%%DATADIR%%/sources/app/hello-world/hello-world.lid -%%DATADIR%%/sources/app/hello-world/hello.dylan -%%DATADIR%%/sources/app/llvm-as/library.dylan -%%DATADIR%%/sources/app/llvm-as/llvm-as.dylan -%%DATADIR%%/sources/app/llvm-as/llvm-as.lid -%%DATADIR%%/sources/app/llvm-runtime-generator/boot.dylan -%%DATADIR%%/sources/app/llvm-runtime-generator/llvm-runtime-generator-library.dylan -%%DATADIR%%/sources/app/llvm-runtime-generator/llvm-runtime-generator.dylan -%%DATADIR%%/sources/app/llvm-runtime-generator/llvm-runtime-generator.lid -%%DATADIR%%/sources/app/llvm-tablegen/library.dylan -%%DATADIR%%/sources/app/llvm-tablegen/llvm-tablegen.lid -%%DATADIR%%/sources/app/llvm-tablegen/tablegen-intrinsics.dylan -%%DATADIR%%/sources/app/llvm-tablegen/tablegen-multi-class.dylan -%%DATADIR%%/sources/app/llvm-tablegen/tablegen-parser.dylan -%%DATADIR%%/sources/app/llvm-tablegen/tablegen-parser.dylgram -%%DATADIR%%/sources/app/llvm-tablegen/tablegen-parser.spec -%%DATADIR%%/sources/app/llvm-tablegen/tablegen-print-records.dylan -%%DATADIR%%/sources/app/llvm-tablegen/tablegen-reader.dylan -%%DATADIR%%/sources/app/llvm-tablegen/tablegen-record.dylan -%%DATADIR%%/sources/app/llvm-tablegen/tablegen-type.dylan -%%DATADIR%%/sources/app/llvm-tablegen/tablegen-value.dylan -%%DATADIR%%/sources/app/llvm-tablegen/tablegen.dylan -%%DATADIR%%/sources/app/news-app/init-library.dylan -%%DATADIR%%/sources/app/news-app/interface.dylan -%%DATADIR%%/sources/app/news-app/library.dylan -%%DATADIR%%/sources/app/news-app/news-app.dylan -%%DATADIR%%/sources/app/news-app/news-app.lid -%%DATADIR%%/sources/app/news-app/news-document.dylan -%%DATADIR%%/sources/app/news-app/news-scan.dylan -%%DATADIR%%/sources/app/news-app/news-tools.dylan -%%DATADIR%%/sources/app/news-app/queries.dylan -%%DATADIR%%/sources/app/news-app/query-ui.dylan -%%DATADIR%%/sources/app/news-app/sequence-view.dylan -%%DATADIR%%/sources/app/news-app/string-utils.dylan -%%DATADIR%%/sources/app/news-app/ui-utils.dylan -%%DATADIR%%/sources/app/parser-compiler/library.dylan -%%DATADIR%%/sources/app/parser-compiler/main.dylan -%%DATADIR%%/sources/app/parser-compiler/parser-compiler.lid -%%DATADIR%%/sources/app/parser-compiler/run.dylan -%%DATADIR%%/sources/app/plonker/frame.dylan -%%DATADIR%%/sources/app/plonker/keyboard-pane.dylan -%%DATADIR%%/sources/app/plonker/library.dylan -%%DATADIR%%/sources/app/plonker/module.dylan -%%DATADIR%%/sources/app/plonker/plonker.dylan -%%DATADIR%%/sources/app/plonker/plonker.lid -%%DATADIR%%/sources/app/plonker/scales.dylan -%%DATADIR%%/sources/app/plonker/thread-utilities.dylan -%%DATADIR%%/sources/app/quicksort/library.dylan -%%DATADIR%%/sources/app/quicksort/quicksort.dylan -%%DATADIR%%/sources/app/quicksort/quicksort.lid -%%DATADIR%%/sources/app/thread-test/thread-test.dylan -%%DATADIR%%/sources/app/thread-test/thread-test.lid -%%DATADIR%%/sources/app/tool-invoke/library.dylan -%%DATADIR%%/sources/app/tool-invoke/module.dylan -%%DATADIR%%/sources/app/tool-invoke/tool-invoke.dylan -%%DATADIR%%/sources/app/tool-invoke/tool-invoke.lid -%%DATADIR%%/sources/app/windows-ffi-example/README.html -%%DATADIR%%/sources/app/windows-ffi-example/example.dylan -%%DATADIR%%/sources/app/windows-ffi-example/example.rc -%%DATADIR%%/sources/app/windows-ffi-example/library.dylan -%%DATADIR%%/sources/app/windows-ffi-example/resdecl.dylan -%%DATADIR%%/sources/app/windows-ffi-example/resource.h -%%DATADIR%%/sources/app/windows-ffi-example/windows-ffi-example.lid -%%DATADIR%%/sources/app/windows-gadgets-example/dialogs.dylan -%%DATADIR%%/sources/app/windows-gadgets-example/example.dylan -%%DATADIR%%/sources/app/windows-gadgets-example/gadgets.dylan -%%DATADIR%%/sources/app/windows-gadgets-example/library.dylan -%%DATADIR%%/sources/app/windows-gadgets-example/menus.dylan -%%DATADIR%%/sources/app/windows-gadgets-example/resdecl.dylan -%%DATADIR%%/sources/app/windows-gadgets-example/start-example.dylan -%%DATADIR%%/sources/app/windows-gadgets-example/windows-gadgets-example.lid -%%DATADIR%%/sources/app/windows-resource-example/NMakef -%%DATADIR%%/sources/app/windows-resource-example/README.txt -%%DATADIR%%/sources/app/windows-resource-example/build.bat -%%DATADIR%%/sources/app/windows-resource-example/dispatcher.dylan -%%DATADIR%%/sources/app/windows-resource-example/example-support.dylan -%%DATADIR%%/sources/app/windows-resource-example/example.dylan -%%DATADIR%%/sources/app/windows-resource-example/example.rc -%%DATADIR%%/sources/app/windows-resource-example/library.dylan -%%DATADIR%%/sources/app/windows-resource-example/resdecl.dylan -%%DATADIR%%/sources/app/windows-resource-example/resource.h -%%DATADIR%%/sources/app/windows-resource-example/template.rc -%%DATADIR%%/sources/app/windows-resource-example/windows-resource-example.lid -%%DATADIR%%/sources/app/with-splash-screen/library.dylan -%%DATADIR%%/sources/app/with-splash-screen/module.dylan -%%DATADIR%%/sources/app/with-splash-screen/resource.h -%%DATADIR%%/sources/app/with-splash-screen/splash-screen.bmp -%%DATADIR%%/sources/app/with-splash-screen/splash-screen.rc -%%DATADIR%%/sources/app/with-splash-screen/trivial-dde-server.dylan -%%DATADIR%%/sources/app/with-splash-screen/with-splash-screen.dylan -%%DATADIR%%/sources/app/with-splash-screen/with-splash-screen.lid -%%DATADIR%%/sources/benchmarks/customer/cn2/cn2.dylan -%%DATADIR%%/sources/benchmarks/customer/cn2/cn2.lid -%%DATADIR%%/sources/benchmarks/customer/cn2/library.dylan -%%DATADIR%%/sources/benchmarks/customer/fft-test/fft-test.dylan -%%DATADIR%%/sources/benchmarks/customer/fft-test/fft-test.lid -%%DATADIR%%/sources/benchmarks/customer/fft-test/library.dylan -%%DATADIR%%/sources/benchmarks/customer/fft-test/module.dylan -%%DATADIR%%/sources/benchmarks/deltablue/deltablue-library.dylan -%%DATADIR%%/sources/benchmarks/deltablue/deltablue.lid -%%DATADIR%%/sources/benchmarks/gabriel/README.txt -%%DATADIR%%/sources/benchmarks/gabriel/boyer.dylan -%%DATADIR%%/sources/benchmarks/gabriel/browse.dylan -%%DATADIR%%/sources/benchmarks/gabriel/cl-stubs.dylan -%%DATADIR%%/sources/benchmarks/gabriel/ctak.dylan -%%DATADIR%%/sources/benchmarks/gabriel/dderiv.dylan -%%DATADIR%%/sources/benchmarks/gabriel/destru.dylan -%%DATADIR%%/sources/benchmarks/gabriel/fft.dylan -%%DATADIR%%/sources/benchmarks/gabriel/gabriel-benchmarks.hdp -%%DATADIR%%/sources/benchmarks/gabriel/harness.dylan -%%DATADIR%%/sources/benchmarks/gabriel/library.dylan -%%DATADIR%%/sources/benchmarks/gabriel/puzzle.dylan -%%DATADIR%%/sources/benchmarks/gabriel/start.dylan -%%DATADIR%%/sources/benchmarks/gabriel/tak.dylan -%%DATADIR%%/sources/benchmarks/gabriel/takl.dylan -%%DATADIR%%/sources/benchmarks/gabriel/takr.dylan -%%DATADIR%%/sources/benchmarks/gabriel/traverse.dylan -%%DATADIR%%/sources/benchmarks/gabriel/triang.dylan -%%DATADIR%%/sources/benchmarks/richards/benchmark-closure.dylan -%%DATADIR%%/sources/benchmarks/richards/richards-library.dylan -%%DATADIR%%/sources/benchmarks/richards/simple-richards.dylan -%%DATADIR%%/sources/benchmarks/richards/simple-richards.lid -%%DATADIR%%/sources/benchmarks/richards/typed-richards.dylan -%%DATADIR%%/sources/benchmarks/richards/typed-richards.lid -%%DATADIR%%/sources/collections/bit-set.dylan -%%DATADIR%%/sources/collections/bit-vector.dylan -%%DATADIR%%/sources/collections/collections-win32.lid -%%DATADIR%%/sources/collections/collections.lid -%%DATADIR%%/sources/collections/collectors-macros.dylan -%%DATADIR%%/sources/collections/collectors.dylan -%%DATADIR%%/sources/collections/library.dylan -%%DATADIR%%/sources/collections/plists.dylan -%%DATADIR%%/sources/collections/table-extensions.dylan -%%DATADIR%%/sources/collections/tests/bit-count.dylan -%%DATADIR%%/sources/collections/tests/bit-set-tests.dylan -%%DATADIR%%/sources/collections/tests/bit-vector-and.dylan -%%DATADIR%%/sources/collections/tests/bit-vector-andc2.dylan -%%DATADIR%%/sources/collections/tests/bit-vector-elements.dylan -%%DATADIR%%/sources/collections/tests/bit-vector-not.dylan -%%DATADIR%%/sources/collections/tests/bit-vector-or.dylan -%%DATADIR%%/sources/collections/tests/bit-vector-utilities.dylan -%%DATADIR%%/sources/collections/tests/bit-vector-xor.dylan -%%DATADIR%%/sources/collections/tests/collections-test-suite.dylan -%%DATADIR%%/sources/collections/tests/collections-test-suite.lid -%%DATADIR%%/sources/collections/tests/copy-sequence.dylan -%%DATADIR%%/sources/collections/tests/fill.dylan -%%DATADIR%%/sources/collections/tests/library.dylan -%%DATADIR%%/sources/collections/version.rc -%%DATADIR%%/sources/common-dylan/byte-vector.dylan -%%DATADIR%%/sources/common-dylan/common-extensions.dylan -%%DATADIR%%/sources/common-dylan/darwin-common-dylan.lid -%%DATADIR%%/sources/common-dylan/darwin-common-extensions.dylan -%%DATADIR%%/sources/common-dylan/format.dylan -%%DATADIR%%/sources/common-dylan/freebsd-common-dylan.lid -%%DATADIR%%/sources/common-dylan/freebsd-common-extensions-helper.c -%%DATADIR%%/sources/common-dylan/freebsd-common-extensions.dylan -%%DATADIR%%/sources/common-dylan/library.dylan -%%DATADIR%%/sources/common-dylan/linux-common-dylan.lid -%%DATADIR%%/sources/common-dylan/linux-common-extensions.dylan -%%DATADIR%%/sources/common-dylan/locators-protocol.dylan -%%DATADIR%%/sources/common-dylan/machine-words/arithmetic.dylan -%%DATADIR%%/sources/common-dylan/machine-words/division.dylan -%%DATADIR%%/sources/common-dylan/machine-words/double.dylan -%%DATADIR%%/sources/common-dylan/machine-words/logicals.dylan -%%DATADIR%%/sources/common-dylan/machine-words/machine-word.dylan -%%DATADIR%%/sources/common-dylan/machine-words/shift.dylan -%%DATADIR%%/sources/common-dylan/machine-words/signal-overflow.dylan -%%DATADIR%%/sources/common-dylan/machine-words/unsigned-double.dylan -%%DATADIR%%/sources/common-dylan/machine-words/unsigned.dylan -%%DATADIR%%/sources/common-dylan/machine-words/utilities.dylan -%%DATADIR%%/sources/common-dylan/macros.dylan -%%DATADIR%%/sources/common-dylan/numerics.dylan -%%DATADIR%%/sources/common-dylan/random.dylan -%%DATADIR%%/sources/common-dylan/streams-protocol.dylan -%%DATADIR%%/sources/common-dylan/tests/byte-vector.dylan -%%DATADIR%%/sources/common-dylan/tests/classes.dylan -%%DATADIR%%/sources/common-dylan/tests/common-dylan-test-suite.lid -%%DATADIR%%/sources/common-dylan/tests/functions.dylan -%%DATADIR%%/sources/common-dylan/tests/library.dylan -%%DATADIR%%/sources/common-dylan/tests/machine-words.dylan -%%DATADIR%%/sources/common-dylan/tests/macros.dylan -%%DATADIR%%/sources/common-dylan/tests/regressions.dylan -%%DATADIR%%/sources/common-dylan/tests/specification.dylan -%%DATADIR%%/sources/common-dylan/tests/streams.dylan -%%DATADIR%%/sources/common-dylan/tests/threads/conditional-updates.dylan -%%DATADIR%%/sources/common-dylan/tests/threads/exclusive-locks-spec.dylan -%%DATADIR%%/sources/common-dylan/tests/threads/locks-spec.dylan -%%DATADIR%%/sources/common-dylan/tests/threads/misc-spec.dylan -%%DATADIR%%/sources/common-dylan/tests/threads/notifications-spec.dylan -%%DATADIR%%/sources/common-dylan/tests/threads/notifications.dylan -%%DATADIR%%/sources/common-dylan/tests/threads/recursive-locks.dylan -%%DATADIR%%/sources/common-dylan/tests/threads/semaphores-spec.dylan -%%DATADIR%%/sources/common-dylan/tests/threads/semaphores.dylan -%%DATADIR%%/sources/common-dylan/tests/threads/simple-locks.dylan -%%DATADIR%%/sources/common-dylan/tests/threads/synchronization-spec.dylan -%%DATADIR%%/sources/common-dylan/tests/threads/thread-variables.dylan -%%DATADIR%%/sources/common-dylan/tests/threads/threads-spec.dylan -%%DATADIR%%/sources/common-dylan/tests/threads/threads-test-suite.dylan -%%DATADIR%%/sources/common-dylan/tests/threads/threads.dylan -%%DATADIR%%/sources/common-dylan/tests/transcendentals.dylan -%%DATADIR%%/sources/common-dylan/tests/variables.dylan -%%DATADIR%%/sources/common-dylan/timer_helpers.c -%%DATADIR%%/sources/common-dylan/timers.dylan -%%DATADIR%%/sources/common-dylan/transcendentals.dylan -%%DATADIR%%/sources/common-dylan/unix-common-extensions.dylan -%%DATADIR%%/sources/common-dylan/version.rc -%%DATADIR%%/sources/common-dylan/win32-common-dylan.lid -%%DATADIR%%/sources/common-dylan/win32-common-extensions.dylan -%%DATADIR%%/sources/corba/demos/bank/README.htm -%%DATADIR%%/sources/corba/demos/bank/bank-client/bank-client.dylan -%%DATADIR%%/sources/corba/demos/bank/bank-client/bank-client.hdp -%%DATADIR%%/sources/corba/demos/bank/bank-client/idl.spec -%%DATADIR%%/sources/corba/demos/bank/bank-client/init-client.dylan -%%DATADIR%%/sources/corba/demos/bank/bank-client/library.dylan -%%DATADIR%%/sources/corba/demos/bank/bank-client/module.dylan -%%DATADIR%%/sources/corba/demos/bank/bank-server/bank-server.dylan -%%DATADIR%%/sources/corba/demos/bank/bank-server/bank-server.hdp -%%DATADIR%%/sources/corba/demos/bank/bank-server/bankDB.mdb -%%DATADIR%%/sources/corba/demos/bank/bank-server/idl.spec -%%DATADIR%%/sources/corba/demos/bank/bank-server/init-server.dylan -%%DATADIR%%/sources/corba/demos/bank/bank-server/library.dylan -%%DATADIR%%/sources/corba/demos/bank/bank-server/module.dylan -%%DATADIR%%/sources/corba/demos/bank/bank-server/server-frame.dylan -%%DATADIR%%/sources/corba/demos/bank/bank/bank.idl -%%DATADIR%%/sources/corba/demos/bank/java-client/AccountDialog.java -%%DATADIR%%/sources/corba/demos/bank/java-client/AccountLogo.java -%%DATADIR%%/sources/corba/demos/bank/java-client/AccountManager.java -%%DATADIR%%/sources/corba/demos/bank/java-client/DOLLARCLR_BF24.GIF -%%DATADIR%%/sources/corba/demos/bank/java-client/README.htm -%%DATADIR%%/sources/corba/demos/chat/README.htm -%%DATADIR%%/sources/corba/demos/chat/chat.idl -%%DATADIR%%/sources/corba/demos/chat/client/callback.dylan -%%DATADIR%%/sources/corba/demos/chat/client/chat-client.dylan -%%DATADIR%%/sources/corba/demos/chat/client/chat-client.hdp -%%DATADIR%%/sources/corba/demos/chat/client/chat.spec -%%DATADIR%%/sources/corba/demos/chat/client/frame.dylan -%%DATADIR%%/sources/corba/demos/chat/client/library.dylan -%%DATADIR%%/sources/corba/demos/chat/client/module.dylan -%%DATADIR%%/sources/corba/demos/chat/server/chat-server.dylan -%%DATADIR%%/sources/corba/demos/chat/server/chat-server.hdp -%%DATADIR%%/sources/corba/demos/chat/server/chat.spec -%%DATADIR%%/sources/corba/demos/chat/server/corba-server.dylan -%%DATADIR%%/sources/corba/demos/chat/server/frame.dylan -%%DATADIR%%/sources/corba/demos/chat/server/library.dylan -%%DATADIR%%/sources/corba/demos/chat/server/module.dylan -%%DATADIR%%/sources/corba/demos/corba-hello-world/README.htm -%%DATADIR%%/sources/corba/demos/corba-hello-world/client/corba-hello-world-client.dylan -%%DATADIR%%/sources/corba/demos/corba-hello-world/client/corba-hello-world-client.hdp -%%DATADIR%%/sources/corba/demos/corba-hello-world/client/corba-hello-world.spec -%%DATADIR%%/sources/corba/demos/corba-hello-world/client/library.dylan -%%DATADIR%%/sources/corba/demos/corba-hello-world/client/module.dylan -%%DATADIR%%/sources/corba/demos/corba-hello-world/hello.idl -%%DATADIR%%/sources/corba/demos/corba-hello-world/server/corba-hello-world-server.dylan -%%DATADIR%%/sources/corba/demos/corba-hello-world/server/corba-hello-world-server.hdp -%%DATADIR%%/sources/corba/demos/corba-hello-world/server/corba-hello-world.spec -%%DATADIR%%/sources/corba/demos/corba-hello-world/server/library.dylan -%%DATADIR%%/sources/corba/demos/corba-hello-world/server/module.dylan -%%DATADIR%%/sources/corba/demos/pente/README.htm -%%DATADIR%%/sources/corba/demos/pente/board.dylan -%%DATADIR%%/sources/corba/demos/pente/corba-pente.hdp -%%DATADIR%%/sources/corba/demos/pente/library.dylan -%%DATADIR%%/sources/corba/demos/pente/module.dylan -%%DATADIR%%/sources/corba/demos/pente/pente.idl -%%DATADIR%%/sources/corba/demos/pente/pente.spec -%%DATADIR%%/sources/corba/demos/pente/start.dylan -%%DATADIR%%/sources/corba/orb/connections/conditions.dylan -%%DATADIR%%/sources/corba/orb/connections/in-memory.dylan -%%DATADIR%%/sources/corba/orb/connections/iop-idl.spec -%%DATADIR%%/sources/corba/orb/connections/manager.dylan -%%DATADIR%%/sources/corba/orb/connections/orb-connections-library.dylan -%%DATADIR%%/sources/corba/orb/connections/orb-connections.hdp -%%DATADIR%%/sources/corba/orb/connections/receiver.dylan -%%DATADIR%%/sources/corba/orb/connections/reclaimer.dylan -%%DATADIR%%/sources/corba/orb/connections/request.dylan -%%DATADIR%%/sources/corba/orb/connections/sender.dylan -%%DATADIR%%/sources/corba/orb/connections/sockets.dylan -%%DATADIR%%/sources/corba/orb/core/args.dylan -%%DATADIR%%/sources/corba/orb/core/conditions.dylan -%%DATADIR%%/sources/corba/orb/core/context.dylan -%%DATADIR%%/sources/corba/orb/core/iop-idl.spec -%%DATADIR%%/sources/corba/orb/core/object.dylan -%%DATADIR%%/sources/corba/orb/core/orb-core-library.dylan -%%DATADIR%%/sources/corba/orb/core/orb-core.hdp -%%DATADIR%%/sources/corba/orb/core/orb.dylan -%%DATADIR%%/sources/corba/orb/core/union.dylan -%%DATADIR%%/sources/corba/orb/dylan/corba-dylan-library.dylan -%%DATADIR%%/sources/corba/orb/dylan/corba-dylan.dylan -%%DATADIR%%/sources/corba/orb/dylan/corba-dylan.hdp -%%DATADIR%%/sources/corba/orb/iiop/cdr-any.dylan -%%DATADIR%%/sources/corba/orb/iiop/cdr-basic.dylan -%%DATADIR%%/sources/corba/orb/iiop/cdr-constructed.dylan -%%DATADIR%%/sources/corba/orb/iiop/cdr-macros.dylan -%%DATADIR%%/sources/corba/orb/iiop/cdr-object.dylan -%%DATADIR%%/sources/corba/orb/iiop/cdr-typecode.dylan -%%DATADIR%%/sources/corba/orb/iiop/conditions.dylan -%%DATADIR%%/sources/corba/orb/iiop/iop-idl.spec -%%DATADIR%%/sources/corba/orb/iiop/ior-parsing.dylan -%%DATADIR%%/sources/corba/orb/iiop/marshall.dylan -%%DATADIR%%/sources/corba/orb/iiop/orb-iiop-library.dylan -%%DATADIR%%/sources/corba/orb/iiop/orb-iiop.hdp -%%DATADIR%%/sources/corba/orb/iop-protocol/iop-protocol-library.dylan -%%DATADIR%%/sources/corba/orb/iop-protocol/iop-protocol-module.dylan -%%DATADIR%%/sources/corba/orb/iop-protocol/iop-protocol.dylan -%%DATADIR%%/sources/corba/orb/iop-protocol/iop-protocol.hdp -%%DATADIR%%/sources/corba/orb/iop.idl -%%DATADIR%%/sources/corba/orb/ir-protocol/ir-protocol-library.dylan -%%DATADIR%%/sources/corba/orb/ir-protocol/ir-protocol-module.dylan -%%DATADIR%%/sources/corba/orb/ir-protocol/ir-protocol.dylan -%%DATADIR%%/sources/corba/orb/ir-protocol/ir-protocol.hdp -%%DATADIR%%/sources/corba/orb/ir-stubs/ir-stubs-library.dylan -%%DATADIR%%/sources/corba/orb/ir-stubs/ir-stubs-module.dylan -%%DATADIR%%/sources/corba/orb/ir-stubs/ir-stubs.dylan -%%DATADIR%%/sources/corba/orb/ir-stubs/ir-stubs.hdp -%%DATADIR%%/sources/corba/orb/ir.idl -%%DATADIR%%/sources/corba/orb/ir/ir-idl.spec -%%DATADIR%%/sources/corba/orb/ir/ir.dylan -%%DATADIR%%/sources/corba/orb/ir/orb-ir-library.dylan -%%DATADIR%%/sources/corba/orb/ir/orb-ir.hdp -%%DATADIR%%/sources/corba/orb/orb/interface.xml -%%DATADIR%%/sources/corba/orb/orb/iop-idl.spec -%%DATADIR%%/sources/corba/orb/orb/ir-idl.spec -%%DATADIR%%/sources/corba/orb/orb/orb-library.dylan -%%DATADIR%%/sources/corba/orb/orb/orb.hdp -%%DATADIR%%/sources/corba/orb/orb/version.rc -%%DATADIR%%/sources/corba/orb/poa/collocation.dylan -%%DATADIR%%/sources/corba/orb/poa/dispatcher.dylan -%%DATADIR%%/sources/corba/orb/poa/iop-idl.spec -%%DATADIR%%/sources/corba/orb/poa/keys.dylan -%%DATADIR%%/sources/corba/orb/poa/orb-poa-library.dylan -%%DATADIR%%/sources/corba/orb/poa/orb-poa.hdp -%%DATADIR%%/sources/corba/orb/poa/poa.dylan -%%DATADIR%%/sources/corba/orb/poa/receiver.dylan -%%DATADIR%%/sources/corba/orb/poa/servant.dylan -%%DATADIR%%/sources/corba/orb/poa/server-request.dylan -%%DATADIR%%/sources/corba/orb/protocols/corba/any.dylan -%%DATADIR%%/sources/corba/orb/protocols/corba/built-in-classes.dylan -%%DATADIR%%/sources/corba/orb/protocols/corba/conditions.dylan -%%DATADIR%%/sources/corba/orb/protocols/corba/corba-protocol-library.dylan -%%DATADIR%%/sources/corba/orb/protocols/corba/corba-protocol.hdp -%%DATADIR%%/sources/corba/orb/protocols/corba/dynamic-invocation-interface.dylan -%%DATADIR%%/sources/corba/orb/protocols/corba/dynamic-skeleton-interface.dylan -%%DATADIR%%/sources/corba/orb/protocols/corba/exceptions.dylan -%%DATADIR%%/sources/corba/orb/protocols/corba/name-service.dylan -%%DATADIR%%/sources/corba/orb/protocols/corba/orb.dylan -%%DATADIR%%/sources/corba/orb/protocols/corba/pseudo-objects.dylan -%%DATADIR%%/sources/corba/orb/protocols/corba/runtime-classes.dylan -%%DATADIR%%/sources/corba/orb/protocols/corba/typecode.dylan -%%DATADIR%%/sources/corba/orb/protocols/corba/utilities.dylan -%%DATADIR%%/sources/corba/orb/protocols/portableserver/portableserver-protocol-library.dylan -%%DATADIR%%/sources/corba/orb/protocols/portableserver/portableserver-protocol.dylan -%%DATADIR%%/sources/corba/orb/protocols/portableserver/portableserver-protocol.hdp -%%DATADIR%%/sources/corba/orb/shared.idl -%%DATADIR%%/sources/corba/orb/streams/conditions.dylan -%%DATADIR%%/sources/corba/orb/streams/marshalling-streams.dylan -%%DATADIR%%/sources/corba/orb/streams/octet-streams.dylan -%%DATADIR%%/sources/corba/orb/streams/orb-streams-library.dylan -%%DATADIR%%/sources/corba/orb/streams/orb-streams.hdp -%%DATADIR%%/sources/corba/orb/streams/streams-macros.dylan -%%DATADIR%%/sources/corba/orb/utilities/mailbox.dylan -%%DATADIR%%/sources/corba/orb/utilities/orb-utilities-library.dylan -%%DATADIR%%/sources/corba/orb/utilities/orb-utilities.hdp -%%DATADIR%%/sources/corba/orb/utilities/streams.dylan -%%DATADIR%%/sources/corba/orb/utilities/system.dylan -%%DATADIR%%/sources/corba/orb/utilities/tickets.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/argument.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/array.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/attribute.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/constant.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/declarator.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/enum.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/error.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/exception.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/expression.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/field.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/identifiers.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/interface-forward.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/interface.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/module.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/operation.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/recursive.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/resolve.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/root.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/scepter-ast-library.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/scepter-ast-module.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/scepter-ast.hdp -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/scope.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/sequence.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/string.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/struct.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/type.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/typedef.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/union-branch.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/union-label.dylan -%%DATADIR%%/sources/corba/scepter/abstract-syntax-tree/union.dylan -%%DATADIR%%/sources/corba/scepter/back-end/dump/dump.dylan -%%DATADIR%%/sources/corba/scepter/back-end/dump/library.dylan -%%DATADIR%%/sources/corba/scepter/back-end/dump/module.dylan -%%DATADIR%%/sources/corba/scepter/back-end/dump/scepter-dump-back-end.hdp -%%DATADIR%%/sources/corba/scepter/back-end/dylan/attribute.dylan -%%DATADIR%%/sources/corba/scepter/back-end/dylan/constant.dylan -%%DATADIR%%/sources/corba/scepter/back-end/dylan/convert-const-exp.dylan -%%DATADIR%%/sources/corba/scepter/back-end/dylan/dylan-back-end.dylan -%%DATADIR%%/sources/corba/scepter/back-end/dylan/enum.dylan -%%DATADIR%%/sources/corba/scepter/back-end/dylan/exception.dylan -%%DATADIR%%/sources/corba/scepter/back-end/dylan/forward.dylan -%%DATADIR%%/sources/corba/scepter/back-end/dylan/identifier-mapping.dylan -%%DATADIR%%/sources/corba/scepter/back-end/dylan/interface.dylan -%%DATADIR%%/sources/corba/scepter/back-end/dylan/model.dylan -%%DATADIR%%/sources/corba/scepter/back-end/dylan/module.dylan -%%DATADIR%%/sources/corba/scepter/back-end/dylan/operation.dylan -%%DATADIR%%/sources/corba/scepter/back-end/dylan/project-generator.dylan -%%DATADIR%%/sources/corba/scepter/back-end/dylan/scepter-dylan-back-end-library.dylan -%%DATADIR%%/sources/corba/scepter/back-end/dylan/scepter-dylan-back-end-module.dylan -%%DATADIR%%/sources/corba/scepter/back-end/dylan/scepter-dylan-back-end.hdp -%%DATADIR%%/sources/corba/scepter/back-end/dylan/structure.dylan -%%DATADIR%%/sources/corba/scepter/back-end/dylan/type-model.dylan -%%DATADIR%%/sources/corba/scepter/back-end/dylan/typecode.dylan -%%DATADIR%%/sources/corba/scepter/back-end/dylan/typedef.dylan -%%DATADIR%%/sources/corba/scepter/back-end/dylan/union.dylan -%%DATADIR%%/sources/corba/scepter/back-end/ir/attribute.dylan -%%DATADIR%%/sources/corba/scepter/back-end/ir/constant.dylan -%%DATADIR%%/sources/corba/scepter/back-end/ir/enum.dylan -%%DATADIR%%/sources/corba/scepter/back-end/ir/exception.dylan -%%DATADIR%%/sources/corba/scepter/back-end/ir/interface.dylan -%%DATADIR%%/sources/corba/scepter/back-end/ir/ir-back-end.dylan -%%DATADIR%%/sources/corba/scepter/back-end/ir/module.dylan -%%DATADIR%%/sources/corba/scepter/back-end/ir/operation.dylan -%%DATADIR%%/sources/corba/scepter/back-end/ir/scepter-ir-back-end-library.dylan -%%DATADIR%%/sources/corba/scepter/back-end/ir/scepter-ir-back-end-module.dylan -%%DATADIR%%/sources/corba/scepter/back-end/ir/scepter-ir-back-end.hdp -%%DATADIR%%/sources/corba/scepter/back-end/ir/struct.dylan -%%DATADIR%%/sources/corba/scepter/back-end/ir/tests/library.dylan -%%DATADIR%%/sources/corba/scepter/back-end/ir/tests/module.dylan -%%DATADIR%%/sources/corba/scepter/back-end/ir/tests/scepter-ir-back-end-test-suite.dylan -%%DATADIR%%/sources/corba/scepter/back-end/ir/tests/scepter-ir-back-end-test-suite.hdp -%%DATADIR%%/sources/corba/scepter/back-end/ir/type.dylan -%%DATADIR%%/sources/corba/scepter/back-end/ir/typedef.dylan -%%DATADIR%%/sources/corba/scepter/back-end/ir/union.dylan -%%DATADIR%%/sources/corba/scepter/console/console-scepter-library.dylan -%%DATADIR%%/sources/corba/scepter/console/console-scepter.dylan -%%DATADIR%%/sources/corba/scepter/console/console-scepter.hdp -%%DATADIR%%/sources/corba/scepter/console/main.dylan -%%DATADIR%%/sources/corba/scepter/console/minimal-console-scepter-library.dylan -%%DATADIR%%/sources/corba/scepter/console/minimal-console-scepter.hdp -%%DATADIR%%/sources/corba/scepter/console/parse-arguments.dylan -%%DATADIR%%/sources/corba/scepter/core/args.dylan -%%DATADIR%%/sources/corba/scepter/core/back-end.dylan -%%DATADIR%%/sources/corba/scepter/core/driver.dylan -%%DATADIR%%/sources/corba/scepter/core/error.dylan -%%DATADIR%%/sources/corba/scepter/core/front-end.dylan -%%DATADIR%%/sources/corba/scepter/core/scepter-core-library.dylan -%%DATADIR%%/sources/corba/scepter/core/scepter-core-module.dylan -%%DATADIR%%/sources/corba/scepter/core/scepter-core.hdp -%%DATADIR%%/sources/corba/scepter/front-end/file/actions.dylan -%%DATADIR%%/sources/corba/scepter/front-end/file/build.txt -%%DATADIR%%/sources/corba/scepter/front-end/file/error.dylan -%%DATADIR%%/sources/corba/scepter/front-end/file/front-end.dylan -%%DATADIR%%/sources/corba/scepter/front-end/file/idl-lexer.dylan -%%DATADIR%%/sources/corba/scepter/front-end/file/idl-parser.dylan -%%DATADIR%%/sources/corba/scepter/front-end/file/interface-header.dylan -%%DATADIR%%/sources/corba/scepter/front-end/file/parser-emulator.dylan -%%DATADIR%%/sources/corba/scepter/front-end/file/parser-state.dylan -%%DATADIR%%/sources/corba/scepter/front-end/file/parser.dylan -%%DATADIR%%/sources/corba/scepter/front-end/file/parser.dylgram -%%DATADIR%%/sources/corba/scepter/front-end/file/parser.spec -%%DATADIR%%/sources/corba/scepter/front-end/file/scepter-file-front-end-library.dylan -%%DATADIR%%/sources/corba/scepter/front-end/file/scepter-file-front-end-module.dylan -%%DATADIR%%/sources/corba/scepter/front-end/file/scepter-file-front-end.hdp -%%DATADIR%%/sources/corba/scepter/front-end/file/scepter-file-front-end.lid -%%DATADIR%%/sources/corba/scepter/front-end/file/temporary-declarator.dylan -%%DATADIR%%/sources/corba/scepter/minimal-scepter.dylan -%%DATADIR%%/sources/corba/scepter/minimal-scepter.hdp -%%DATADIR%%/sources/corba/scepter/scepter.dylan -%%DATADIR%%/sources/corba/scepter/scepter.hdp -%%DATADIR%%/sources/corba/scepter/tests/console/console-scepter-tests-library.dylan -%%DATADIR%%/sources/corba/scepter/tests/console/console-scepter-tests.hdp -%%DATADIR%%/sources/corba/scepter/tests/console/start.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/core/CORBA.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/core/DCE_CIOP.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/core/GIOP.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/core/IIOP.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/core/IOP.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/core/corba-core-suite.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/CompoundExternalization.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/CompoundLifeCycle.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/Concurrency.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/Containment.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosEventChannel.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosEventComm.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosExternalization.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosExternalizationContainment.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosExternalizationReference.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosLifeCycleContainment.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosLifeCycleReference.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosLifeCycleService.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosPersistenceDDO.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosPersistenceDS_CLI.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosPersistencePDS.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosPersistencePDS_DA.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosPersistencePID.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosPersistencePO.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosPersistencePOM.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosTransactions.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosTypedEventChannel.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/CosTypedEventComm.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/Graphs.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/LifeCycle.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/Naming.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/ObjectIdentity.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/Reference.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/Relationships.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/Stream.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/TSInteroperation.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/TSPortability.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/corba-services-suite.dylan -%%DATADIR%%/sources/corba/scepter/tests/corba/services/stub-CORBA.dylan -%%DATADIR%%/sources/corba/scepter/tests/errors/damaged-array.dylan -%%DATADIR%%/sources/corba/scepter/tests/errors/damaged-suite.dylan -%%DATADIR%%/sources/corba/scepter/tests/library.dylan -%%DATADIR%%/sources/corba/scepter/tests/neo/array.dylan -%%DATADIR%%/sources/corba/scepter/tests/neo/constant.dylan -%%DATADIR%%/sources/corba/scepter/tests/neo/dif2.dylan -%%DATADIR%%/sources/corba/scepter/tests/neo/inherit.dylan -%%DATADIR%%/sources/corba/scepter/tests/neo/module.dylan -%%DATADIR%%/sources/corba/scepter/tests/neo/neo-suite.dylan -%%DATADIR%%/sources/corba/scepter/tests/neo/primtypes.dylan -%%DATADIR%%/sources/corba/scepter/tests/neo/sequence.dylan -%%DATADIR%%/sources/corba/scepter/tests/neo/simple.dylan -%%DATADIR%%/sources/corba/scepter/tests/neo/simple2.dylan -%%DATADIR%%/sources/corba/scepter/tests/neo/struct.dylan -%%DATADIR%%/sources/corba/scepter/tests/neo/union.dylan -%%DATADIR%%/sources/corba/scepter/tests/neo/union2.dylan -%%DATADIR%%/sources/corba/scepter/tests/orbix/demos/any_demo-test1.dylan -%%DATADIR%%/sources/corba/scepter/tests/orbix/demos/filters-filter.dylan -%%DATADIR%%/sources/corba/scepter/tests/orbix/demos/grid-grid.dylan -%%DATADIR%%/sources/corba/scepter/tests/orbix/demos/grid_iiop-grid.dylan -%%DATADIR%%/sources/corba/scepter/tests/orbix/demos/grid_tie-grid.dylan -%%DATADIR%%/sources/corba/scepter/tests/orbix/demos/orbix-demo-suite.dylan -%%DATADIR%%/sources/corba/scepter/tests/orbix/demos/timer-perf.dylan -%%DATADIR%%/sources/corba/scepter/tests/orbix/include/orb.dylan -%%DATADIR%%/sources/corba/scepter/tests/orbix/include/orbix-include-suite.dylan -%%DATADIR%%/sources/corba/scepter/tests/scepter-tests.hdp -%%DATADIR%%/sources/corba/scepter/tests/suites.dylan -%%DATADIR%%/sources/corba/scepter/tests/utilities/utilities.dylan -%%DATADIR%%/sources/corba/scepter/tool/tool-scepter-library.dylan -%%DATADIR%%/sources/corba/scepter/tool/tool-scepter-module.dylan -%%DATADIR%%/sources/corba/scepter/tool/tool-scepter.dylan -%%DATADIR%%/sources/corba/scepter/tool/tool-scepter.hdp -%%DATADIR%%/sources/corba/scepter/utilities/debug.dylan -%%DATADIR%%/sources/corba/scepter/utilities/debug.lisp -%%DATADIR%%/sources/corba/scepter/utilities/indenting.dylan -%%DATADIR%%/sources/corba/scepter/utilities/misc.dylan -%%DATADIR%%/sources/corba/scepter/utilities/scepter-utilities-library.dylan -%%DATADIR%%/sources/corba/scepter/utilities/scepter-utilities-module.dylan -%%DATADIR%%/sources/corba/scepter/utilities/scepter-utilities.hdp -%%DATADIR%%/sources/corba/services/naming/binding-iterator.dylan -%%DATADIR%%/sources/corba/services/naming/client/naming-client-library.dylan -%%DATADIR%%/sources/corba/services/naming/client/naming-client.lid -%%DATADIR%%/sources/corba/services/naming/client/version.rc -%%DATADIR%%/sources/corba/services/naming/client/win32-naming-client.lid -%%DATADIR%%/sources/corba/services/naming/library.dylan -%%DATADIR%%/sources/corba/services/naming/main.dylan -%%DATADIR%%/sources/corba/services/naming/module.dylan -%%DATADIR%%/sources/corba/services/naming/naming-context.dylan -%%DATADIR%%/sources/corba/services/naming/naming-protocol/naming-protocol-library.dylan -%%DATADIR%%/sources/corba/services/naming/naming-protocol/naming-protocol-module.dylan -%%DATADIR%%/sources/corba/services/naming/naming-protocol/naming-protocol.dylan -%%DATADIR%%/sources/corba/services/naming/naming-protocol/naming-protocol.hdp -%%DATADIR%%/sources/corba/services/naming/naming-service.dylan -%%DATADIR%%/sources/corba/services/naming/naming-service.hdp -%%DATADIR%%/sources/corba/services/naming/naming-service.ico -%%DATADIR%%/sources/corba/services/naming/naming-service.rc -%%DATADIR%%/sources/corba/services/naming/naming-skeletons/naming-skeletons-library.dylan -%%DATADIR%%/sources/corba/services/naming/naming-skeletons/naming-skeletons-module.dylan -%%DATADIR%%/sources/corba/services/naming/naming-skeletons/naming-skeletons.dylan -%%DATADIR%%/sources/corba/services/naming/naming-skeletons/naming-skeletons.hdp -%%DATADIR%%/sources/corba/services/naming/naming-stubs/naming-stubs-library.dylan -%%DATADIR%%/sources/corba/services/naming/naming-stubs/naming-stubs-module.dylan -%%DATADIR%%/sources/corba/services/naming/naming-stubs/naming-stubs.dylan -%%DATADIR%%/sources/corba/services/naming/naming-stubs/naming-stubs.hdp -%%DATADIR%%/sources/corba/services/naming/naming.idl -%%DATADIR%%/sources/corba/services/naming/naming.spec -%%DATADIR%%/sources/corba/services/naming/tests/library.dylan -%%DATADIR%%/sources/corba/services/naming/tests/module.dylan -%%DATADIR%%/sources/corba/services/naming/tests/naming-idl.spec -%%DATADIR%%/sources/corba/services/naming/tests/naming-service-test-suite.dylan -%%DATADIR%%/sources/corba/services/naming/tests/naming-service-test-suite.hdp -%%DATADIR%%/sources/corba/tests/dylan/client-app/corba-tests-client-app-library.dylan -%%DATADIR%%/sources/corba/tests/dylan/client-app/corba-tests-client-app.dylan -%%DATADIR%%/sources/corba/tests/dylan/client-app/corba-tests-client-app.hdp -%%DATADIR%%/sources/corba/tests/dylan/client/any-client.dylan -%%DATADIR%%/sources/corba/tests/dylan/client/array-client.dylan -%%DATADIR%%/sources/corba/tests/dylan/client/bank-client.dylan -%%DATADIR%%/sources/corba/tests/dylan/client/chat-client.dylan -%%DATADIR%%/sources/corba/tests/dylan/client/constant-client.dylan -%%DATADIR%%/sources/corba/tests/dylan/client/corba-tests-client-library.dylan -%%DATADIR%%/sources/corba/tests/dylan/client/corba-tests-client-module.dylan -%%DATADIR%%/sources/corba/tests/dylan/client/corba-tests-client.dylan -%%DATADIR%%/sources/corba/tests/dylan/client/corba-tests-client.hdp -%%DATADIR%%/sources/corba/tests/dylan/client/enum-client.dylan -%%DATADIR%%/sources/corba/tests/dylan/client/grid-client.dylan -%%DATADIR%%/sources/corba/tests/dylan/client/idl.spec -%%DATADIR%%/sources/corba/tests/dylan/client/iiop-tests.dylan -%%DATADIR%%/sources/corba/tests/dylan/client/ir-client.dylan -%%DATADIR%%/sources/corba/tests/dylan/client/misc-tests.dylan -%%DATADIR%%/sources/corba/tests/dylan/client/pragma-client.dylan -%%DATADIR%%/sources/corba/tests/dylan/client/pseudo-objects-client.dylan -%%DATADIR%%/sources/corba/tests/dylan/client/request-tests.dylan -%%DATADIR%%/sources/corba/tests/dylan/client/sequence-client.dylan -%%DATADIR%%/sources/corba/tests/dylan/client/struct-client.dylan -%%DATADIR%%/sources/corba/tests/dylan/client/tree-client.dylan -%%DATADIR%%/sources/corba/tests/dylan/client/typecode-tests.dylan -%%DATADIR%%/sources/corba/tests/dylan/client/union-client.dylan -%%DATADIR%%/sources/corba/tests/dylan/client/utilities.dylan -%%DATADIR%%/sources/corba/tests/dylan/server-app/corba-tests-server-app-library.dylan -%%DATADIR%%/sources/corba/tests/dylan/server-app/corba-tests-server-app.dylan -%%DATADIR%%/sources/corba/tests/dylan/server-app/corba-tests-server-app.hdp -%%DATADIR%%/sources/corba/tests/dylan/server/any-server.dylan -%%DATADIR%%/sources/corba/tests/dylan/server/array-server.dylan -%%DATADIR%%/sources/corba/tests/dylan/server/bank-server-0.dylan -%%DATADIR%%/sources/corba/tests/dylan/server/bank-server-2.dylan -%%DATADIR%%/sources/corba/tests/dylan/server/bank-server-3.dylan -%%DATADIR%%/sources/corba/tests/dylan/server/bank-server-4.dylan -%%DATADIR%%/sources/corba/tests/dylan/server/bank-server.dylan -%%DATADIR%%/sources/corba/tests/dylan/server/bank-ties.dylan -%%DATADIR%%/sources/corba/tests/dylan/server/chat-server.dylan -%%DATADIR%%/sources/corba/tests/dylan/server/corba-tests-server-library.dylan -%%DATADIR%%/sources/corba/tests/dylan/server/corba-tests-server-module.dylan -%%DATADIR%%/sources/corba/tests/dylan/server/corba-tests-server.hdp -%%DATADIR%%/sources/corba/tests/dylan/server/enum-server.dylan -%%DATADIR%%/sources/corba/tests/dylan/server/grid-server.dylan -%%DATADIR%%/sources/corba/tests/dylan/server/idl.spec -%%DATADIR%%/sources/corba/tests/dylan/server/pseudo-objects-server.dylan -%%DATADIR%%/sources/corba/tests/dylan/server/sequence-server.dylan -%%DATADIR%%/sources/corba/tests/dylan/server/struct-server.dylan -%%DATADIR%%/sources/corba/tests/dylan/server/tree-server.dylan -%%DATADIR%%/sources/corba/tests/dylan/server/union-server.dylan -%%DATADIR%%/sources/corba/tests/dylan/utilities/corba-tests-utilities-library.dylan -%%DATADIR%%/sources/corba/tests/dylan/utilities/corba-tests-utilities.hdp -%%DATADIR%%/sources/corba/tests/dylan/utilities/servers.dylan -%%DATADIR%%/sources/corba/tests/idl/any.idl -%%DATADIR%%/sources/corba/tests/idl/array.idl -%%DATADIR%%/sources/corba/tests/idl/constant.idl -%%DATADIR%%/sources/corba/tests/idl/corba-tests.idl -%%DATADIR%%/sources/corba/tests/idl/enum.idl -%%DATADIR%%/sources/corba/tests/idl/grid.idl -%%DATADIR%%/sources/corba/tests/idl/pragma.idl -%%DATADIR%%/sources/corba/tests/idl/pseudo-objects.idl -%%DATADIR%%/sources/corba/tests/idl/sequence.idl -%%DATADIR%%/sources/corba/tests/idl/struct.idl -%%DATADIR%%/sources/corba/tests/idl/tree.idl -%%DATADIR%%/sources/corba/tests/idl/union.idl -%%DATADIR%%/sources/corba/tests/lisp/client/constant-client.lisp -%%DATADIR%%/sources/corba/tests/lisp/client/defsys.lisp -%%DATADIR%%/sources/corba/tests/lisp/client/run.lisp -%%DATADIR%%/sources/corba/tests/lisp/client/version.lisp -%%DATADIR%%/sources/corba/tests/lisp/server/any-impl.lisp -%%DATADIR%%/sources/corba/tests/lisp/server/array-impl.lisp -%%DATADIR%%/sources/corba/tests/lisp/server/bank-impl-2.lisp -%%DATADIR%%/sources/corba/tests/lisp/server/bank-impl-3.lisp -%%DATADIR%%/sources/corba/tests/lisp/server/bank-impl-4.lisp -%%DATADIR%%/sources/corba/tests/lisp/server/bank-impl.lisp -%%DATADIR%%/sources/corba/tests/lisp/server/chat-impl.lisp -%%DATADIR%%/sources/corba/tests/lisp/server/defsys.lisp -%%DATADIR%%/sources/corba/tests/lisp/server/deliver.lisp -%%DATADIR%%/sources/corba/tests/lisp/server/enum-impl.lisp -%%DATADIR%%/sources/corba/tests/lisp/server/grid-impl.lisp -%%DATADIR%%/sources/corba/tests/lisp/server/load.lisp -%%DATADIR%%/sources/corba/tests/lisp/server/pseudo-objects-impl.lisp -%%DATADIR%%/sources/corba/tests/lisp/server/run.lisp -%%DATADIR%%/sources/corba/tests/lisp/server/sequence-impl.lisp -%%DATADIR%%/sources/corba/tests/lisp/server/struct-impl.lisp -%%DATADIR%%/sources/corba/tests/lisp/server/tree-impl.lisp -%%DATADIR%%/sources/corba/tests/lisp/server/union-impl.lisp -%%DATADIR%%/sources/corba/tests/lisp/server/utils.lisp -%%DATADIR%%/sources/corba/tests/lisp/server/version.lisp -%%DATADIR%%/sources/corba/tests/owjava/server/Server.java -%%DATADIR%%/sources/corba/tests/owjava/server/any/AnyTestImplementation.java -%%DATADIR%%/sources/corba/tests/owjava/server/any/Server.java -%%DATADIR%%/sources/corba/tests/owjava/server/any/compile.bat -%%DATADIR%%/sources/corba/tests/owjava/server/array/ArrayTestImplementation.java -%%DATADIR%%/sources/corba/tests/owjava/server/array/Server.java -%%DATADIR%%/sources/corba/tests/owjava/server/array/compile.bat -%%DATADIR%%/sources/corba/tests/owjava/server/bank/Server.java -%%DATADIR%%/sources/corba/tests/owjava/server/bank/accountImplementation.java -%%DATADIR%%/sources/corba/tests/owjava/server/bank/bankImplementation.java -%%DATADIR%%/sources/corba/tests/owjava/server/bank/compile.bat -%%DATADIR%%/sources/corba/tests/owjava/server/bank/currentAccountImpl.java -%%DATADIR%%/sources/corba/tests/owjava/server/chat/ChatImplementation.java -%%DATADIR%%/sources/corba/tests/owjava/server/chat/Server.java -%%DATADIR%%/sources/corba/tests/owjava/server/chat/compile.bat -%%DATADIR%%/sources/corba/tests/owjava/server/compile.bat -%%DATADIR%%/sources/corba/tests/owjava/server/enum/EnumTestImplementation.java -%%DATADIR%%/sources/corba/tests/owjava/server/enum/Server.java -%%DATADIR%%/sources/corba/tests/owjava/server/enum/compile.bat -%%DATADIR%%/sources/corba/tests/owjava/server/grid/GridImplementation.java -%%DATADIR%%/sources/corba/tests/owjava/server/grid/Server.java -%%DATADIR%%/sources/corba/tests/owjava/server/grid/compile.bat -%%DATADIR%%/sources/corba/tests/owjava/server/pseudoobjects/PseudoObjectsTestImplementation.java -%%DATADIR%%/sources/corba/tests/owjava/server/pseudoobjects/Server.java -%%DATADIR%%/sources/corba/tests/owjava/server/pseudoobjects/TestObjectAImplementation.java -%%DATADIR%%/sources/corba/tests/owjava/server/pseudoobjects/TestObjectBImplementation.java -%%DATADIR%%/sources/corba/tests/owjava/server/pseudoobjects/TestObjectCImplementation.java -%%DATADIR%%/sources/corba/tests/owjava/server/pseudoobjects/TestObjectDImplementation.java -%%DATADIR%%/sources/corba/tests/owjava/server/pseudoobjects/TestObjectXImplementation.java -%%DATADIR%%/sources/corba/tests/owjava/server/pseudoobjects/compile.bat -%%DATADIR%%/sources/corba/tests/owjava/server/sequence/SequenceTestImplementation.java -%%DATADIR%%/sources/corba/tests/owjava/server/sequence/Server.java -%%DATADIR%%/sources/corba/tests/owjava/server/sequence/TestObjectImplementation.java -%%DATADIR%%/sources/corba/tests/owjava/server/sequence/compile.bat -%%DATADIR%%/sources/corba/tests/owjava/server/struct/Server.java -%%DATADIR%%/sources/corba/tests/owjava/server/struct/StructTestImplementation.java -%%DATADIR%%/sources/corba/tests/owjava/server/struct/compile.bat -%%DATADIR%%/sources/corba/tests/owjava/server/tree/Server.java -%%DATADIR%%/sources/corba/tests/owjava/server/tree/TreeTestImplementation.java -%%DATADIR%%/sources/corba/tests/owjava/server/tree/compile.bat -%%DATADIR%%/sources/corba/tests/owjava/server/union/Server.java -%%DATADIR%%/sources/corba/tests/owjava/server/union/UnionTestImplementation.java -%%DATADIR%%/sources/corba/tests/owjava/server/union/compile.bat -%%DATADIR%%/sources/corba/tests/owjava/shared/compile.bat -%%DATADIR%%/sources/corba/tests/owjava/shared/patches/TreeUPackage/childrenHelper.java -%%DATADIR%%/sources/corba/tests/owjava/shared/patches/_ArrayTestSkeleton.java -%%DATADIR%%/sources/corba/tests/owjava/shared/patches/_PseudoObjectsTestSkeleton.java -%%DATADIR%%/sources/corba/tests/owjava/shared/patches/_SequenceTestSkeleton.java -%%DATADIR%%/sources/corba/tests/owjava/shared/patches/_UnionTestSkeleton.java -%%DATADIR%%/sources/corba/tests/owjava/shared/patches/install.bat -%%DATADIR%%/sources/corba/tools/ir-browser/frame.dylan -%%DATADIR%%/sources/corba/tools/ir-browser/info.dylan -%%DATADIR%%/sources/corba/tools/ir-browser/ir-browser-info.dylan -%%DATADIR%%/sources/corba/tools/ir-browser/ir-browser.dylan -%%DATADIR%%/sources/corba/tools/ir-browser/ir-browser.hdp -%%DATADIR%%/sources/corba/tools/ir-browser/library.dylan -%%DATADIR%%/sources/corba/tools/ir-browser/module.dylan -%%DATADIR%%/sources/databases/experimental/binding.dylan -%%DATADIR%%/sources/databases/experimental/connection.dylan -%%DATADIR%%/sources/databases/experimental/dbms.dylan -%%DATADIR%%/sources/databases/experimental/dml-tests.dylan -%%DATADIR%%/sources/databases/experimental/introspection.dylan -%%DATADIR%%/sources/databases/experimental/library.dylan -%%DATADIR%%/sources/databases/experimental/odbc-nice-layer.dylan -%%DATADIR%%/sources/databases/experimental/record.dylan -%%DATADIR%%/sources/databases/experimental/result-set.dylan -%%DATADIR%%/sources/databases/experimental/sql-statement.dylan -%%DATADIR%%/sources/databases/odbc-ffi/constant.dylan -%%DATADIR%%/sources/databases/odbc-ffi/documentation.text -%%DATADIR%%/sources/databases/odbc-ffi/error-handling.dylan -%%DATADIR%%/sources/databases/odbc-ffi/globals.dylan -%%DATADIR%%/sources/databases/odbc-ffi/macros.dylan -%%DATADIR%%/sources/databases/odbc-ffi/odbc-library.dylan -%%DATADIR%%/sources/databases/odbc-ffi/sql-unix.dylan -%%DATADIR%%/sources/databases/odbc-ffi/sql.dylan -%%DATADIR%%/sources/databases/odbc-ffi/sqlext-unix.dylan -%%DATADIR%%/sources/databases/odbc-ffi/sqlext.dylan -%%DATADIR%%/sources/databases/odbc-ffi/sqltypes.dylan -%%DATADIR%%/sources/databases/odbc-ffi/unix-odbc.lid -%%DATADIR%%/sources/databases/odbc-ffi/win32-odbc.lid -%%DATADIR%%/sources/databases/sql-odbc-test/big-integer-tests.dylan -%%DATADIR%%/sources/databases/sql-odbc-test/collection-tests.dylan -%%DATADIR%%/sources/databases/sql-odbc-test/connection-tests.dylan -%%DATADIR%%/sources/databases/sql-odbc-test/creation-tests.dylan -%%DATADIR%%/sources/databases/sql-odbc-test/datatype-tests.dylan -%%DATADIR%%/sources/databases/sql-odbc-test/ddl-tests.dylan -%%DATADIR%%/sources/databases/sql-odbc-test/dml-tests.dylan -%%DATADIR%%/sources/databases/sql-odbc-test/introspection-tests.dylan -%%DATADIR%%/sources/databases/sql-odbc-test/library.dylan -%%DATADIR%%/sources/databases/sql-odbc-test/query-tests.dylan -%%DATADIR%%/sources/databases/sql-odbc-test/sql-odbc-test.dylan -%%DATADIR%%/sources/databases/sql-odbc-test/sql-odbc-test.hdp -%%DATADIR%%/sources/databases/sql-odbc-test/sql-odbc-test.lid -%%DATADIR%%/sources/databases/sql-odbc-test/transaction-test.dylan -%%DATADIR%%/sources/databases/sql-odbc/binding.dylan -%%DATADIR%%/sources/databases/sql-odbc/conditions.dylan -%%DATADIR%%/sources/databases/sql-odbc/connection.dylan -%%DATADIR%%/sources/databases/sql-odbc/database.dylan -%%DATADIR%%/sources/databases/sql-odbc/datatypes.dylan -%%DATADIR%%/sources/databases/sql-odbc/dbms.dylan -%%DATADIR%%/sources/databases/sql-odbc/diagnostic.dylan -%%DATADIR%%/sources/databases/sql-odbc/filtered-collection.dylan -%%DATADIR%%/sources/databases/sql-odbc/grouped-collection.dylan -%%DATADIR%%/sources/databases/sql-odbc/introspection.dylan -%%DATADIR%%/sources/databases/sql-odbc/library.dylan -%%DATADIR%%/sources/databases/sql-odbc/odbc-nice-layer.dylan -%%DATADIR%%/sources/databases/sql-odbc/odbc-rs-substrate.dylan -%%DATADIR%%/sources/databases/sql-odbc/record.dylan -%%DATADIR%%/sources/databases/sql-odbc/result-set.dylan -%%DATADIR%%/sources/databases/sql-odbc/sql-odbc.hdp -%%DATADIR%%/sources/databases/sql-odbc/sql-odbc.lid -%%DATADIR%%/sources/databases/sql-odbc/sql-statement.dylan -%%DATADIR%%/sources/databases/sql-odbc/transaction.dylan -%%DATADIR%%/sources/databases/sql-odbc/user.dylan -%%DATADIR%%/sources/databases/sql-odbc/version.rc -%%DATADIR%%/sources/databases/sql/conditions.dylan -%%DATADIR%%/sources/databases/sql/conversion.dylan -%%DATADIR%%/sources/databases/sql/datatypes.dylan -%%DATADIR%%/sources/databases/sql/diagnostic.dylan -%%DATADIR%%/sources/databases/sql/introspection.dylan -%%DATADIR%%/sources/databases/sql/large-object.dylan -%%DATADIR%%/sources/databases/sql/library.dylan -%%DATADIR%%/sources/databases/sql/macros.dylan -%%DATADIR%%/sources/databases/sql/make.dylan -%%DATADIR%%/sources/databases/sql/record.dylan -%%DATADIR%%/sources/databases/sql/result-set.dylan -%%DATADIR%%/sources/databases/sql/sql-example/NWIND.MDB -%%DATADIR%%/sources/databases/sql/sql-example/library.dylan -%%DATADIR%%/sources/databases/sql/sql-example/sql-example.dylan -%%DATADIR%%/sources/databases/sql/sql-example/sql-example.lid -%%DATADIR%%/sources/databases/sql/sql.dylan -%%DATADIR%%/sources/databases/sql/sql.hdp -%%DATADIR%%/sources/databases/sql/sql.lid -%%DATADIR%%/sources/databases/sql/transaction.dylan -%%DATADIR%%/sources/databases/tests/stress-tool/README.html -%%DATADIR%%/sources/databases/tests/stress-tool/database-stress-tool.lid -%%DATADIR%%/sources/databases/tests/stress-tool/library.dylan -%%DATADIR%%/sources/databases/tests/stress-tool/main.dylan -%%DATADIR%%/sources/databases/tests/stress-tool/module.dylan -%%DATADIR%%/sources/databases/tests/stress-tool/stress-tool.dylan -%%DATADIR%%/sources/deuce/bindings.dylan -%%DATADIR%%/sources/deuce/boot.dylan -%%DATADIR%%/sources/deuce/bps.dylan -%%DATADIR%%/sources/deuce/browsing-buffers.dylan -%%DATADIR%%/sources/deuce/buffers.dylan -%%DATADIR%%/sources/deuce/classes.dylan -%%DATADIR%%/sources/deuce/commands.dylan -%%DATADIR%%/sources/deuce/comtabs.dylan -%%DATADIR%%/sources/deuce/containers.dylan -%%DATADIR%%/sources/deuce/debug.dylan -%%DATADIR%%/sources/deuce/defs.dylan -%%DATADIR%%/sources/deuce/deletion.dylan -%%DATADIR%%/sources/deuce/deuce.lid -%%DATADIR%%/sources/deuce/display.dylan -%%DATADIR%%/sources/deuce/duim/dialogs.dylan -%%DATADIR%%/sources/deuce/duim/duim-deuce.lid -%%DATADIR%%/sources/deuce/duim/events.dylan -%%DATADIR%%/sources/deuce/duim/frame.dylan -%%DATADIR%%/sources/deuce/duim/gadget.dylan -%%DATADIR%%/sources/deuce/duim/graphics.dylan -%%DATADIR%%/sources/deuce/duim/images.dylan -%%DATADIR%%/sources/deuce/duim/library.dylan -%%DATADIR%%/sources/deuce/duim/module.dylan -%%DATADIR%%/sources/deuce/duim/pane.dylan -%%DATADIR%%/sources/deuce/duim/version.rc -%%DATADIR%%/sources/deuce/duim/win32-duim-deuce.lid -%%DATADIR%%/sources/deuce/dylan-mode.dylan -%%DATADIR%%/sources/deuce/editor.dylan -%%DATADIR%%/sources/deuce/fonts.dylan -%%DATADIR%%/sources/deuce/history.dylan -%%DATADIR%%/sources/deuce/insertion.dylan -%%DATADIR%%/sources/deuce/isearch.dylan -%%DATADIR%%/sources/deuce/keyboard-macros.dylan -%%DATADIR%%/sources/deuce/language-modes.dylan -%%DATADIR%%/sources/deuce/library.dylan -%%DATADIR%%/sources/deuce/lines.dylan -%%DATADIR%%/sources/deuce/macros.dylan -%%DATADIR%%/sources/deuce/mail.dylan -%%DATADIR%%/sources/deuce/modes.dylan -%%DATADIR%%/sources/deuce/module.dylan -%%DATADIR%%/sources/deuce/motion.dylan -%%DATADIR%%/sources/deuce/native-stubs.dylan -%%DATADIR%%/sources/deuce/nodes.dylan -%%DATADIR%%/sources/deuce/policy.dylan -%%DATADIR%%/sources/deuce/presentations.dylan -%%DATADIR%%/sources/deuce/search.dylan -%%DATADIR%%/sources/deuce/sections.dylan -%%DATADIR%%/sources/deuce/shell-mode.dylan -%%DATADIR%%/sources/deuce/source-control.dylan -%%DATADIR%%/sources/deuce/standalone/bitmaps.rc -%%DATADIR%%/sources/deuce/standalone/copy.ico -%%DATADIR%%/sources/deuce/standalone/current-location.ico -%%DATADIR%%/sources/deuce/standalone/cut.ico -%%DATADIR%%/sources/deuce/standalone/deuce.ico -%%DATADIR%%/sources/deuce/standalone/disabled-break.ico -%%DATADIR%%/sources/deuce/standalone/disabled-trace.ico -%%DATADIR%%/sources/deuce/standalone/enabled-break.ico -%%DATADIR%%/sources/deuce/standalone/enabled-trace.ico -%%DATADIR%%/sources/deuce/standalone/find-next.ico -%%DATADIR%%/sources/deuce/standalone/find-previous.ico -%%DATADIR%%/sources/deuce/standalone/find.ico -%%DATADIR%%/sources/deuce/standalone/frame.dylan -%%DATADIR%%/sources/deuce/standalone/icons.dylan -%%DATADIR%%/sources/deuce/standalone/library.dylan -%%DATADIR%%/sources/deuce/standalone/new.ico -%%DATADIR%%/sources/deuce/standalone/open.ico -%%DATADIR%%/sources/deuce/standalone/paste.ico -%%DATADIR%%/sources/deuce/standalone/potential-break.ico -%%DATADIR%%/sources/deuce/standalone/profile.ico -%%DATADIR%%/sources/deuce/standalone/prompt.ico -%%DATADIR%%/sources/deuce/standalone/redo.ico -%%DATADIR%%/sources/deuce/standalone/replace.ico -%%DATADIR%%/sources/deuce/standalone/save.ico -%%DATADIR%%/sources/deuce/standalone/serious-warning.ico -%%DATADIR%%/sources/deuce/standalone/standalone-deuce.lid -%%DATADIR%%/sources/deuce/standalone/start.dylan -%%DATADIR%%/sources/deuce/standalone/step-break.ico -%%DATADIR%%/sources/deuce/standalone/test-break.ico -%%DATADIR%%/sources/deuce/standalone/undo.ico -%%DATADIR%%/sources/deuce/standalone/values.ico -%%DATADIR%%/sources/deuce/standalone/warning.ico -%%DATADIR%%/sources/deuce/standalone/win32-library.dylan -%%DATADIR%%/sources/deuce/standalone/win32-standalone-deuce.lid -%%DATADIR%%/sources/deuce/streams.dylan -%%DATADIR%%/sources/deuce/strings.dylan -%%DATADIR%%/sources/deuce/syntax.dylan -%%DATADIR%%/sources/deuce/tests/bp-tests.dylan -%%DATADIR%%/sources/deuce/tests/buffer-tests.dylan -%%DATADIR%%/sources/deuce/tests/deletion-tests.dylan -%%DATADIR%%/sources/deuce/tests/deuce-test-suite.lid -%%DATADIR%%/sources/deuce/tests/deuce-tests.dylan -%%DATADIR%%/sources/deuce/tests/history-tests.dylan -%%DATADIR%%/sources/deuce/tests/insertion-tests.dylan -%%DATADIR%%/sources/deuce/tests/library.dylan -%%DATADIR%%/sources/deuce/tests/line-tests.dylan -%%DATADIR%%/sources/deuce/tests/motion-tests.dylan -%%DATADIR%%/sources/deuce/tests/node-tests.dylan -%%DATADIR%%/sources/deuce/tests/search-tests.dylan -%%DATADIR%%/sources/deuce/tests/section-tests.dylan -%%DATADIR%%/sources/deuce/tests/stream-tests.dylan -%%DATADIR%%/sources/deuce/tests/syntax-tests.dylan -%%DATADIR%%/sources/deuce/tests/test-defs.dylan -%%DATADIR%%/sources/deuce/text-modes.dylan -%%DATADIR%%/sources/deuce/undo.dylan -%%DATADIR%%/sources/deuce/version.rc -%%DATADIR%%/sources/deuce/win32-deuce.lid -%%DATADIR%%/sources/deuce/windows.dylan -%%DATADIR%%/sources/deuce/xml-mode.dylan -%%DATADIR%%/sources/dfmc/back-end-implementations/back-end-implementations.lid -%%DATADIR%%/sources/dfmc/back-end-implementations/library.dylan -%%DATADIR%%/sources/dfmc/back-end-protocol/back-end-protocol.lid -%%DATADIR%%/sources/dfmc/back-end-protocol/back-end.dylan -%%DATADIR%%/sources/dfmc/back-end-protocol/library.dylan -%%DATADIR%%/sources/dfmc/back-end-protocol/mangle.dylan -%%DATADIR%%/sources/dfmc/back-end/back-end-library.dylan -%%DATADIR%%/sources/dfmc/back-end/back-end.dylan -%%DATADIR%%/sources/dfmc/back-end/back-end.lid -%%DATADIR%%/sources/dfmc/back-end/emit-computation.dylan -%%DATADIR%%/sources/dfmc/back-end/emit-object.dylan -%%DATADIR%%/sources/dfmc/back-end/heap-statistics.dylan -%%DATADIR%%/sources/dfmc/back-end/heaps.dylan -%%DATADIR%%/sources/dfmc/back-end/labels.dylan -%%DATADIR%%/sources/dfmc/back-end/literal-table.dylan -%%DATADIR%%/sources/dfmc/back-end/load-bound-references.dylan -%%DATADIR%%/sources/dfmc/back-end/mangle.dylan -%%DATADIR%%/sources/dfmc/back-end/raw-type-descriptors.dylan -%%DATADIR%%/sources/dfmc/back-end/register-allocation.dylan -%%DATADIR%%/sources/dfmc/back-end/walker.dylan -%%DATADIR%%/sources/dfmc/browser-support/browser-support-library.dylan -%%DATADIR%%/sources/dfmc/browser-support/browser-support.lid -%%DATADIR%%/sources/dfmc/browser-support/debug-info-api.dylan -%%DATADIR%%/sources/dfmc/browser-support/glue-routines.dylan -%%DATADIR%%/sources/dfmc/c-back-end/c-back-end-library.dylan -%%DATADIR%%/sources/dfmc/c-back-end/c-back-end.dylan -%%DATADIR%%/sources/dfmc/c-back-end/c-back-end.lid -%%DATADIR%%/sources/dfmc/c-back-end/c-emit-c-computation.dylan -%%DATADIR%%/sources/dfmc/c-back-end/c-emit-c-object.dylan -%%DATADIR%%/sources/dfmc/c-back-end/c-emit-computation.dylan -%%DATADIR%%/sources/dfmc/c-back-end/c-emit-object.dylan -%%DATADIR%%/sources/dfmc/c-back-end/c-mangle.dylan -%%DATADIR%%/sources/dfmc/c-back-end/c-primitives.dylan -%%DATADIR%%/sources/dfmc/c-ffi/c-designator-metaclass.dylan -%%DATADIR%%/sources/dfmc/c-ffi/c-designator-modeling.dylan -%%DATADIR%%/sources/dfmc/c-ffi/c-designator-models.dylan -%%DATADIR%%/sources/dfmc/c-ffi/c-ffi-library.dylan -%%DATADIR%%/sources/dfmc/c-ffi/c-ffi.lid -%%DATADIR%%/sources/dfmc/c-ffi/c-function-macro.dylan -%%DATADIR%%/sources/dfmc/c-ffi/c-mapped-type.dylan -%%DATADIR%%/sources/dfmc/c-ffi/c-pointer-types.dylan -%%DATADIR%%/sources/dfmc/c-ffi/c-struct-macro.dylan -%%DATADIR%%/sources/dfmc/c-ffi/c-variable-macro.dylan -%%DATADIR%%/sources/dfmc/c-ffi/errors.dylan -%%DATADIR%%/sources/dfmc/c-ffi/offsets.dylan -%%DATADIR%%/sources/dfmc/c-linker/c-gluefile.dylan -%%DATADIR%%/sources/dfmc/c-linker/c-link-c-object.dylan -%%DATADIR%%/sources/dfmc/c-linker/c-link-object.dylan -%%DATADIR%%/sources/dfmc/c-linker/c-linker-library.dylan -%%DATADIR%%/sources/dfmc/c-linker/c-linker.dylan -%%DATADIR%%/sources/dfmc/c-linker/c-linker.lid -%%DATADIR%%/sources/dfmc/common/common-library.dylan -%%DATADIR%%/sources/dfmc/common/common-macros.dylan -%%DATADIR%%/sources/dfmc/common/common.dylan -%%DATADIR%%/sources/dfmc/common/common.lid -%%DATADIR%%/sources/dfmc/common/compilation-pass.dylan -%%DATADIR%%/sources/dfmc/common/compilation-records.dylan -%%DATADIR%%/sources/dfmc/common/emitted-object.dylan -%%DATADIR%%/sources/dfmc/common/model-properties.dylan -%%DATADIR%%/sources/dfmc/common/named-object.dylan -%%DATADIR%%/sources/dfmc/common/names.dylan -%%DATADIR%%/sources/dfmc/common/property-delegation-macros.dylan -%%DATADIR%%/sources/dfmc/common/referenced-object.dylan -%%DATADIR%%/sources/dfmc/common/symbolic-class.dylan -%%DATADIR%%/sources/dfmc/common/top-level-forms.dylan -%%DATADIR%%/sources/dfmc/conditions/conditions-library.dylan -%%DATADIR%%/sources/dfmc/conditions/conditions.lid -%%DATADIR%%/sources/dfmc/conditions/hierarchy.dylan -%%DATADIR%%/sources/dfmc/conditions/macros.dylan -%%DATADIR%%/sources/dfmc/conditions/native-hacks.dylan -%%DATADIR%%/sources/dfmc/conditions/presentation.dylan -%%DATADIR%%/sources/dfmc/conditions/protocol.dylan -%%DATADIR%%/sources/dfmc/conditions/report.dylan -%%DATADIR%%/sources/dfmc/conversion/boot.dylan -%%DATADIR%%/sources/dfmc/conversion/conversion-library.dylan -%%DATADIR%%/sources/dfmc/conversion/conversion.lid -%%DATADIR%%/sources/dfmc/conversion/convert-c-ffi.dylan -%%DATADIR%%/sources/dfmc/conversion/convert-loops.dylan -%%DATADIR%%/sources/dfmc/conversion/convert.dylan -%%DATADIR%%/sources/dfmc/conversion/define-binding.dylan -%%DATADIR%%/sources/dfmc/conversion/define-class-mop.dylan -%%DATADIR%%/sources/dfmc/conversion/define-class-slot-mop.dylan -%%DATADIR%%/sources/dfmc/conversion/define-class.dylan -%%DATADIR%%/sources/dfmc/conversion/define-domain-mop.dylan -%%DATADIR%%/sources/dfmc/conversion/define-domain.dylan -%%DATADIR%%/sources/dfmc/conversion/define-function-mop.dylan -%%DATADIR%%/sources/dfmc/conversion/define-function.dylan -%%DATADIR%%/sources/dfmc/conversion/define-generic-mop.dylan -%%DATADIR%%/sources/dfmc/conversion/define-generic.dylan -%%DATADIR%%/sources/dfmc/conversion/define-macro.dylan -%%DATADIR%%/sources/dfmc/conversion/define-method-mop.dylan -%%DATADIR%%/sources/dfmc/conversion/define-method.dylan -%%DATADIR%%/sources/dfmc/conversion/define-primitive.dylan -%%DATADIR%%/sources/dfmc/conversion/define-shared-symbols.dylan -%%DATADIR%%/sources/dfmc/conversion/top-level-init-form.dylan -%%DATADIR%%/sources/dfmc/conversion/utilities.dylan -%%DATADIR%%/sources/dfmc/core/core-library.dylan -%%DATADIR%%/sources/dfmc/core/core.lid -%%DATADIR%%/sources/dfmc/debug-back-end/c-debug.dylan -%%DATADIR%%/sources/dfmc/debug-back-end/debug-back-end-library.dylan -%%DATADIR%%/sources/dfmc/debug-back-end/debug-back-end.lid -%%DATADIR%%/sources/dfmc/debug-back-end/debug.dylan -%%DATADIR%%/sources/dfmc/debug-back-end/describe.dylan -%%DATADIR%%/sources/dfmc/debug-back-end/print-condition.dylan -%%DATADIR%%/sources/dfmc/debug-back-end/print-definition.dylan -%%DATADIR%%/sources/dfmc/debug-back-end/print-flow-graph.dylan -%%DATADIR%%/sources/dfmc/debug-back-end/print-fragment.dylan -%%DATADIR%%/sources/dfmc/debug-back-end/print-method.dylan -%%DATADIR%%/sources/dfmc/debug-back-end/print-object.dylan -%%DATADIR%%/sources/dfmc/definitions/boot-definitions.dylan -%%DATADIR%%/sources/dfmc/definitions/define-binding.dylan -%%DATADIR%%/sources/dfmc/definitions/define-class.dylan -%%DATADIR%%/sources/dfmc/definitions/define-compiler.dylan -%%DATADIR%%/sources/dfmc/definitions/define-constant.dylan -%%DATADIR%%/sources/dfmc/definitions/define-copy-down.dylan -%%DATADIR%%/sources/dfmc/definitions/define-domain.dylan -%%DATADIR%%/sources/dfmc/definitions/define-function.dylan -%%DATADIR%%/sources/dfmc/definitions/define-generic.dylan -%%DATADIR%%/sources/dfmc/definitions/define-library.dylan -%%DATADIR%%/sources/dfmc/definitions/define-macro.dylan -%%DATADIR%%/sources/dfmc/definitions/define-method.dylan -%%DATADIR%%/sources/dfmc/definitions/define-module.dylan -%%DATADIR%%/sources/dfmc/definitions/define-namespace.dylan -%%DATADIR%%/sources/dfmc/definitions/define-optimizer.dylan -%%DATADIR%%/sources/dfmc/definitions/define-primitive.dylan -%%DATADIR%%/sources/dfmc/definitions/define-shared-symbols.dylan -%%DATADIR%%/sources/dfmc/definitions/define-variable.dylan -%%DATADIR%%/sources/dfmc/definitions/definitions-library.dylan -%%DATADIR%%/sources/dfmc/definitions/definitions.lid -%%DATADIR%%/sources/dfmc/definitions/dependencies.dylan -%%DATADIR%%/sources/dfmc/definitions/missing.dylan -%%DATADIR%%/sources/dfmc/definitions/options.dylan -%%DATADIR%%/sources/dfmc/definitions/parse-bindings.dylan -%%DATADIR%%/sources/dfmc/definitions/parse-class-clauses.dylan -%%DATADIR%%/sources/dfmc/definitions/parse-namespace-clauses.dylan -%%DATADIR%%/sources/dfmc/definitions/parse-signatures.dylan -%%DATADIR%%/sources/dfmc/definitions/properties.dylan -%%DATADIR%%/sources/dfmc/definitions/top-level-convert.dylan -%%DATADIR%%/sources/dfmc/flow-graph/c-computation.dylan -%%DATADIR%%/sources/dfmc/flow-graph/checker.dylan -%%DATADIR%%/sources/dfmc/flow-graph/closure.dylan -%%DATADIR%%/sources/dfmc/flow-graph/computation.dylan -%%DATADIR%%/sources/dfmc/flow-graph/dfm-copier.dylan -%%DATADIR%%/sources/dfmc/flow-graph/environment.dylan -%%DATADIR%%/sources/dfmc/flow-graph/flow-graph-library.dylan -%%DATADIR%%/sources/dfmc/flow-graph/flow-graph.lid -%%DATADIR%%/sources/dfmc/flow-graph/macros.dylan -%%DATADIR%%/sources/dfmc/flow-graph/queue-ops.dylan -%%DATADIR%%/sources/dfmc/flow-graph/queue.dylan -%%DATADIR%%/sources/dfmc/flow-graph/temporary.dylan -%%DATADIR%%/sources/dfmc/flow-graph/utilities.dylan -%%DATADIR%%/sources/dfmc/flow-graph/walker.dylan -%%DATADIR%%/sources/dfmc/harp-browser-support/harp-browser-support-library.dylan -%%DATADIR%%/sources/dfmc/harp-browser-support/harp-browser-support.dylan -%%DATADIR%%/sources/dfmc/harp-browser-support/harp-browser-support.lid -%%DATADIR%%/sources/dfmc/harp-cg-linker/harp-gluefile.dylan -%%DATADIR%%/sources/dfmc/harp-cg-linker/harp-link-object.dylan -%%DATADIR%%/sources/dfmc/harp-cg-linker/harp-linker-library.dylan -%%DATADIR%%/sources/dfmc/harp-cg-linker/harp-linker.dylan -%%DATADIR%%/sources/dfmc/harp-cg-linker/harp-linker.lid -%%DATADIR%%/sources/dfmc/harp-cg/harp-back-end.dylan -%%DATADIR%%/sources/dfmc/harp-cg/harp-calls.dylan -%%DATADIR%%/sources/dfmc/harp-cg/harp-cg-library.dylan -%%DATADIR%%/sources/dfmc/harp-cg/harp-cg.lid -%%DATADIR%%/sources/dfmc/harp-cg/harp-emit.dylan -%%DATADIR%%/sources/dfmc/harp-cg/harp-epilog.dylan -%%DATADIR%%/sources/dfmc/harp-cg/harp-macros.dylan -%%DATADIR%%/sources/dfmc/harp-cg/harp-main.dylan -%%DATADIR%%/sources/dfmc/harp-cg/harp-mangle.dylan -%%DATADIR%%/sources/dfmc/harp-cg/harp-ops.dylan -%%DATADIR%%/sources/dfmc/harp-cg/harp-primitives.dylan -%%DATADIR%%/sources/dfmc/harp-cg/harp-prolog.dylan -%%DATADIR%%/sources/dfmc/harp-native-cg/back-end.dylan -%%DATADIR%%/sources/dfmc/harp-native-cg/calls.dylan -%%DATADIR%%/sources/dfmc/harp-native-cg/epilog.dylan -%%DATADIR%%/sources/dfmc/harp-native-cg/harp-native-cg.lid -%%DATADIR%%/sources/dfmc/harp-native-cg/library.dylan -%%DATADIR%%/sources/dfmc/harp-native-cg/linker.dylan -%%DATADIR%%/sources/dfmc/harp-native-cg/ops.dylan -%%DATADIR%%/sources/dfmc/harp-native-cg/primitives.dylan -%%DATADIR%%/sources/dfmc/harp-x86-cg/harp-x86-cg-library.dylan -%%DATADIR%%/sources/dfmc/harp-x86-cg/harp-x86-cg.lid -%%DATADIR%%/sources/dfmc/harp-x86-cg/x86-primitives.dylan -%%DATADIR%%/sources/dfmc/linker/linker-library.dylan -%%DATADIR%%/sources/dfmc/linker/linker.dylan -%%DATADIR%%/sources/dfmc/linker/linker.lid -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-back-end-library.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-back-end-types.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-back-end.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-back-end.lid -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-emit-code.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-emit-computation.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-emit-debug.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-emit-object.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-emit-type-check.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-emit.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-entry-points.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-mv.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-ops.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives-alloc.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives-basic.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives-debug.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives-ffi.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives-float.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives-lambda.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives-machine-word.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives-nlx.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives-os.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives-symbol.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives-thread.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives-value-cell.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-primitives.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-sections.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-targets.dylan -%%DATADIR%%/sources/dfmc/llvm-back-end/llvm-varargs.dylan -%%DATADIR%%/sources/dfmc/llvm-linker/llvm-gluefile.dylan -%%DATADIR%%/sources/dfmc/llvm-linker/llvm-link-object.dylan -%%DATADIR%%/sources/dfmc/llvm-linker/llvm-linker-library.dylan -%%DATADIR%%/sources/dfmc/llvm-linker/llvm-linker.dylan -%%DATADIR%%/sources/dfmc/llvm-linker/llvm-linker.lid -%%DATADIR%%/sources/dfmc/macro-expander/constraint-parsing.dylan -%%DATADIR%%/sources/dfmc/macro-expander/expanders.dylan -%%DATADIR%%/sources/dfmc/macro-expander/fragment-to-code.dylan -%%DATADIR%%/sources/dfmc/macro-expander/fragment-to-function.dylan -%%DATADIR%%/sources/dfmc/macro-expander/interface.dylan -%%DATADIR%%/sources/dfmc/macro-expander/macro-descriptors.dylan -%%DATADIR%%/sources/dfmc/macro-expander/macro-expander-library.dylan -%%DATADIR%%/sources/dfmc/macro-expander/macro-expander.lid -%%DATADIR%%/sources/dfmc/macro-expander/pattern-back-end.dylan -%%DATADIR%%/sources/dfmc/macro-expander/pattern-elements.dylan -%%DATADIR%%/sources/dfmc/macro-expander/pattern-to-code.dylan -%%DATADIR%%/sources/dfmc/macro-expander/pattern-to-function.dylan -%%DATADIR%%/sources/dfmc/macro-expander/rewrite-rules.dylan -%%DATADIR%%/sources/dfmc/macro-expander/support.dylan -%%DATADIR%%/sources/dfmc/macro-expander/template-back-end.dylan -%%DATADIR%%/sources/dfmc/macro-expander/template-compilation.dylan -%%DATADIR%%/sources/dfmc/macro-expander/template-function.dylan -%%DATADIR%%/sources/dfmc/macro-expander/template-references.dylan -%%DATADIR%%/sources/dfmc/macro-expander/template-substitutions.dylan -%%DATADIR%%/sources/dfmc/macro-expander/template-to-code.dylan -%%DATADIR%%/sources/dfmc/macro-expander/template-to-function.dylan -%%DATADIR%%/sources/dfmc/management/back-end-driver.dylan -%%DATADIR%%/sources/dfmc/management/compilation-driver.dylan -%%DATADIR%%/sources/dfmc/management/definitions-driver.dylan -%%DATADIR%%/sources/dfmc/management/interactive-driver.dylan -%%DATADIR%%/sources/dfmc/management/interface.dylan -%%DATADIR%%/sources/dfmc/management/management-library.dylan -%%DATADIR%%/sources/dfmc/management/management.lid -%%DATADIR%%/sources/dfmc/management/passes.dylan -%%DATADIR%%/sources/dfmc/management/progress-reports.dylan -%%DATADIR%%/sources/dfmc/management/world.dylan -%%DATADIR%%/sources/dfmc/mangling/demangling.dylan -%%DATADIR%%/sources/dfmc/mangling/mangling-library.dylan -%%DATADIR%%/sources/dfmc/mangling/mangling-win32.lid -%%DATADIR%%/sources/dfmc/mangling/mangling.dylan -%%DATADIR%%/sources/dfmc/mangling/mangling.lid -%%DATADIR%%/sources/dfmc/modeling/boot.dylan -%%DATADIR%%/sources/dfmc/modeling/c-function-models.dylan -%%DATADIR%%/sources/dfmc/modeling/classes.dylan -%%DATADIR%%/sources/dfmc/modeling/float-primitives.dylan -%%DATADIR%%/sources/dfmc/modeling/functions.dylan -%%DATADIR%%/sources/dfmc/modeling/inlineable.dylan -%%DATADIR%%/sources/dfmc/modeling/limited-collections.dylan -%%DATADIR%%/sources/dfmc/modeling/limited-integers.dylan -%%DATADIR%%/sources/dfmc/modeling/machine-word-primitives-support.dylan -%%DATADIR%%/sources/dfmc/modeling/machine-word-primitives.dylan -%%DATADIR%%/sources/dfmc/modeling/model-object-macros.dylan -%%DATADIR%%/sources/dfmc/modeling/model-object.dylan -%%DATADIR%%/sources/dfmc/modeling/modeling-library.dylan -%%DATADIR%%/sources/dfmc/modeling/modeling.lid -%%DATADIR%%/sources/dfmc/modeling/namespace-macros.dylan -%%DATADIR%%/sources/dfmc/modeling/namespaces.dylan -%%DATADIR%%/sources/dfmc/modeling/objects.dylan -%%DATADIR%%/sources/dfmc/modeling/operations.dylan -%%DATADIR%%/sources/dfmc/modeling/primitive-macros.dylan -%%DATADIR%%/sources/dfmc/modeling/primitives.dylan -%%DATADIR%%/sources/dfmc/modeling/raw-type-macros.dylan -%%DATADIR%%/sources/dfmc/modeling/raw-types.dylan -%%DATADIR%%/sources/dfmc/modeling/signatures.dylan -%%DATADIR%%/sources/dfmc/modeling/singletons.dylan -%%DATADIR%%/sources/dfmc/modeling/subclasses.dylan -%%DATADIR%%/sources/dfmc/modeling/thread-primitives.dylan -%%DATADIR%%/sources/dfmc/modeling/types.dylan -%%DATADIR%%/sources/dfmc/modeling/typist-api-support.dylan -%%DATADIR%%/sources/dfmc/modeling/unions.dylan -%%DATADIR%%/sources/dfmc/modeling/values.dylan -%%DATADIR%%/sources/dfmc/namespace/binding.dylan -%%DATADIR%%/sources/dfmc/namespace/environments.dylan -%%DATADIR%%/sources/dfmc/namespace/filters.dylan -%%DATADIR%%/sources/dfmc/namespace/interactive-namespace.dylan -%%DATADIR%%/sources/dfmc/namespace/libraries.dylan -%%DATADIR%%/sources/dfmc/namespace/library-description.dylan -%%DATADIR%%/sources/dfmc/namespace/modules.dylan -%%DATADIR%%/sources/dfmc/namespace/namespace-library.dylan -%%DATADIR%%/sources/dfmc/namespace/namespace.lid -%%DATADIR%%/sources/dfmc/namespace/namespaces.dylan -%%DATADIR%%/sources/dfmc/optimization/assignment.dylan -%%DATADIR%%/sources/dfmc/optimization/calls.dylan -%%DATADIR%%/sources/dfmc/optimization/check.dylan -%%DATADIR%%/sources/dfmc/optimization/constant-folding.dylan -%%DATADIR%%/sources/dfmc/optimization/cse.dylan -%%DATADIR%%/sources/dfmc/optimization/dead.dylan -%%DATADIR%%/sources/dfmc/optimization/dispatch.dylan -%%DATADIR%%/sources/dfmc/optimization/dynamic-extent.dylan -%%DATADIR%%/sources/dfmc/optimization/entry-points.dylan -%%DATADIR%%/sources/dfmc/optimization/inlining.dylan -%%DATADIR%%/sources/dfmc/optimization/multiple-values.dylan -%%DATADIR%%/sources/dfmc/optimization/non-local-exit.dylan -%%DATADIR%%/sources/dfmc/optimization/optimization-library.dylan -%%DATADIR%%/sources/dfmc/optimization/optimization.lid -%%DATADIR%%/sources/dfmc/optimization/optimize.dylan -%%DATADIR%%/sources/dfmc/optimization/tail-call.dylan -%%DATADIR%%/sources/dfmc/reader/classification.dylan -%%DATADIR%%/sources/dfmc/reader/fragments.dylan -%%DATADIR%%/sources/dfmc/reader/infix-parser.dylan -%%DATADIR%%/sources/dfmc/reader/interface.dylan -%%DATADIR%%/sources/dfmc/reader/lexer-support.dylan -%%DATADIR%%/sources/dfmc/reader/lexer-transitions.dylan -%%DATADIR%%/sources/dfmc/reader/lexer.dylan -%%DATADIR%%/sources/dfmc/reader/name-table.dylan -%%DATADIR%%/sources/dfmc/reader/parser-support.dylan -%%DATADIR%%/sources/dfmc/reader/parser.dylgram -%%DATADIR%%/sources/dfmc/reader/presentation.dylan -%%DATADIR%%/sources/dfmc/reader/range-source-locations.dylan -%%DATADIR%%/sources/dfmc/reader/reader-library.dylan -%%DATADIR%%/sources/dfmc/reader/reader.lid -%%DATADIR%%/sources/dfmc/reader/tokenizer.dylan -%%DATADIR%%/sources/dfmc/typist/type-estimate-hashing.dylan -%%DATADIR%%/sources/dfmc/typist/typist-algebra.dylan -%%DATADIR%%/sources/dfmc/typist/typist-inference.dylan -%%DATADIR%%/sources/dfmc/typist/typist-library.dylan -%%DATADIR%%/sources/dfmc/typist/typist-protocol.dylan -%%DATADIR%%/sources/dfmc/typist/typist-tools.dylan -%%DATADIR%%/sources/dfmc/typist/typist-top-level-forms.dylan -%%DATADIR%%/sources/dfmc/typist/typist-types.dylan -%%DATADIR%%/sources/dfmc/typist/typist.lid -%%DATADIR%%/sources/duim/README -%%DATADIR%%/sources/duim/benchmarks/graphics/drawing.dylan -%%DATADIR%%/sources/duim/benchmarks/graphics/harness.dylan -%%DATADIR%%/sources/duim/benchmarks/graphics/library.dylan -%%DATADIR%%/sources/duim/benchmarks/graphics/module.dylan -%%DATADIR%%/sources/duim/benchmarks/graphics/start-benchmarks.dylan -%%DATADIR%%/sources/duim/benchmarks/graphics/text.dylan -%%DATADIR%%/sources/duim/benchmarks/graphics/win32-duim-graphics-benchmarks.lid -%%DATADIR%%/sources/duim/core/duim-core.lid -%%DATADIR%%/sources/duim/core/library.dylan -%%DATADIR%%/sources/duim/core/module.dylan -%%DATADIR%%/sources/duim/core/version.rc -%%DATADIR%%/sources/duim/core/win32-duim-core.lid -%%DATADIR%%/sources/duim/dcs/brushes.dylan -%%DATADIR%%/sources/duim/dcs/classes.dylan -%%DATADIR%%/sources/duim/dcs/colors.dylan -%%DATADIR%%/sources/duim/dcs/duim-dcs.lid -%%DATADIR%%/sources/duim/dcs/images.dylan -%%DATADIR%%/sources/duim/dcs/library.dylan -%%DATADIR%%/sources/duim/dcs/module.dylan -%%DATADIR%%/sources/duim/dcs/palettes.dylan -%%DATADIR%%/sources/duim/dcs/pens.dylan -%%DATADIR%%/sources/duim/dcs/stipples.dylan -%%DATADIR%%/sources/duim/dcs/styles.dylan -%%DATADIR%%/sources/duim/dcs/text-styles.dylan -%%DATADIR%%/sources/duim/dcs/win32-duim-dcs.lid -%%DATADIR%%/sources/duim/duim.faq -%%DATADIR%%/sources/duim/examples/cookbook/README -%%DATADIR%%/sources/duim/examples/cookbook/clipboard.dylan -%%DATADIR%%/sources/duim/examples/cookbook/duim-examples.lid -%%DATADIR%%/sources/duim/examples/cookbook/event-tracer.dylan -%%DATADIR%%/sources/duim/examples/cookbook/group-boxes.dylan -%%DATADIR%%/sources/duim/examples/cookbook/harness.dylan -%%DATADIR%%/sources/duim/examples/cookbook/library.dylan -%%DATADIR%%/sources/duim/examples/cookbook/module.dylan -%%DATADIR%%/sources/duim/examples/cookbook/scribble.dylan -%%DATADIR%%/sources/duim/examples/cookbook/simple-dialogs.dylan -%%DATADIR%%/sources/duim/examples/cookbook/simple-window.dylan -%%DATADIR%%/sources/duim/examples/cookbook/smooth-graphics.dylan -%%DATADIR%%/sources/duim/examples/cookbook/start-examples.dylan -%%DATADIR%%/sources/duim/examples/cookbook/win32-duim-examples.lid -%%DATADIR%%/sources/duim/examples/graphing/bar-chart.dylan -%%DATADIR%%/sources/duim/examples/graphing/duim-graphing.lid -%%DATADIR%%/sources/duim/examples/graphing/library.dylan -%%DATADIR%%/sources/duim/examples/graphing/module.dylan -%%DATADIR%%/sources/duim/examples/helpmate/helpmate-win32.lid -%%DATADIR%%/sources/duim/examples/helpmate/helpmate.dylan -%%DATADIR%%/sources/duim/examples/helpmate/helpmate.lid -%%DATADIR%%/sources/duim/examples/helpmate/library.dylan -%%DATADIR%%/sources/duim/examples/helpmate/start-helping.dylan -%%DATADIR%%/sources/duim/examples/interface-builder/README -%%DATADIR%%/sources/duim/examples/interface-builder/README.html -%%DATADIR%%/sources/duim/examples/interface-builder/abstract.dylan -%%DATADIR%%/sources/duim/examples/interface-builder/classes.dylan -%%DATADIR%%/sources/duim/examples/interface-builder/commands.dylan -%%DATADIR%%/sources/duim/examples/interface-builder/duim-backend.dylan -%%DATADIR%%/sources/duim/examples/interface-builder/frame.dylan -%%DATADIR%%/sources/duim/examples/interface-builder/interface-builder.lid -%%DATADIR%%/sources/duim/examples/interface-builder/library.dylan -%%DATADIR%%/sources/duim/examples/interface-builder/models.dylan -%%DATADIR%%/sources/duim/examples/interface-builder/module.dylan -%%DATADIR%%/sources/duim/examples/interface-builder/my-frame.gif -%%DATADIR%%/sources/duim/examples/interface-builder/name-generator.dylan -%%DATADIR%%/sources/duim/examples/interface-builder/properties.dylan -%%DATADIR%%/sources/duim/examples/interface-builder/representation.dylan -%%DATADIR%%/sources/duim/examples/interface-builder/start.dylan -%%DATADIR%%/sources/duim/examples/interface-builder/win32-interface-builder.lid -%%DATADIR%%/sources/duim/examples/life/README.rst -%%DATADIR%%/sources/duim/examples/life/display.dylan -%%DATADIR%%/sources/duim/examples/life/erase.ico -%%DATADIR%%/sources/duim/examples/life/events.dylan -%%DATADIR%%/sources/duim/examples/life/frame.dylan -%%DATADIR%%/sources/duim/examples/life/library.dylan -%%DATADIR%%/sources/duim/examples/life/life-large.ico -%%DATADIR%%/sources/duim/examples/life/life-resources.rc -%%DATADIR%%/sources/duim/examples/life/life.dylan -%%DATADIR%%/sources/duim/examples/life/life.lid -%%DATADIR%%/sources/duim/examples/life/logic.dylan -%%DATADIR%%/sources/duim/examples/life/patterns.dylan -%%DATADIR%%/sources/duim/examples/life/play.ico -%%DATADIR%%/sources/duim/examples/life/step.ico -%%DATADIR%%/sources/duim/examples/life/stop.ico -%%DATADIR%%/sources/duim/examples/life/util.dylan -%%DATADIR%%/sources/duim/examples/life/win32-life.lid -%%DATADIR%%/sources/duim/examples/pente/board.dylan -%%DATADIR%%/sources/duim/examples/pente/library.dylan -%%DATADIR%%/sources/duim/examples/pente/module.dylan -%%DATADIR%%/sources/duim/examples/pente/pente.lid -%%DATADIR%%/sources/duim/examples/pente/start.dylan -%%DATADIR%%/sources/duim/examples/pente/win32-pente.lid -%%DATADIR%%/sources/duim/examples/resources/duim-resource-example.lid -%%DATADIR%%/sources/duim/examples/resources/example.dylan -%%DATADIR%%/sources/duim/examples/resources/example.rc -%%DATADIR%%/sources/duim/examples/resources/library.dylan -%%DATADIR%%/sources/duim/examples/resources/resdecl.dylan -%%DATADIR%%/sources/duim/examples/resources/resource.h -%%DATADIR%%/sources/duim/examples/reversi/README -%%DATADIR%%/sources/duim/examples/reversi/algorithms.dylan -%%DATADIR%%/sources/duim/examples/reversi/board.dylan -%%DATADIR%%/sources/duim/examples/reversi/game.dylan -%%DATADIR%%/sources/duim/examples/reversi/library.dylan -%%DATADIR%%/sources/duim/examples/reversi/module.dylan -%%DATADIR%%/sources/duim/examples/reversi/piece-shapes.dylan -%%DATADIR%%/sources/duim/examples/reversi/reversi.lid -%%DATADIR%%/sources/duim/examples/reversi/saving.dylan -%%DATADIR%%/sources/duim/examples/reversi/start-reversi.dylan -%%DATADIR%%/sources/duim/examples/reversi/win32-reversi.lid -%%DATADIR%%/sources/duim/examples/scribble/README.html -%%DATADIR%%/sources/duim/examples/scribble/library.dylan -%%DATADIR%%/sources/duim/examples/scribble/run.dylan -%%DATADIR%%/sources/duim/examples/scribble/scribble.dylan -%%DATADIR%%/sources/duim/examples/scribble/scribble.lid -%%DATADIR%%/sources/duim/examples/scribble/win32-scribble.lid -%%DATADIR%%/sources/duim/examples/tetris/frame.dylan -%%DATADIR%%/sources/duim/examples/tetris/game.dylan -%%DATADIR%%/sources/duim/examples/tetris/library.dylan -%%DATADIR%%/sources/duim/examples/tetris/module.dylan -%%DATADIR%%/sources/duim/examples/tetris/tetris-info.dylan -%%DATADIR%%/sources/duim/examples/tetris/tetris.dylan -%%DATADIR%%/sources/duim/examples/tetris/tetris.lid -%%DATADIR%%/sources/duim/examples/tetris/win32-tetris.lid -%%DATADIR%%/sources/duim/examples/tic-tac-toe/frame.dylan -%%DATADIR%%/sources/duim/examples/tic-tac-toe/game.dylan -%%DATADIR%%/sources/duim/examples/tic-tac-toe/library.dylan -%%DATADIR%%/sources/duim/examples/tic-tac-toe/module.dylan -%%DATADIR%%/sources/duim/examples/tic-tac-toe/start.dylan -%%DATADIR%%/sources/duim/examples/tic-tac-toe/tic-tac-toe.lid -%%DATADIR%%/sources/duim/examples/tic-tac-toe/win32-tic-tac-toe.lid -%%DATADIR%%/sources/duim/examples/web-browser/README -%%DATADIR%%/sources/duim/examples/web-browser/browser.dylan -%%DATADIR%%/sources/duim/examples/web-browser/html-parser.dylan -%%DATADIR%%/sources/duim/examples/web-browser/library.dylan -%%DATADIR%%/sources/duim/examples/web-browser/module.dylan -%%DATADIR%%/sources/duim/examples/web-browser/page.dylan -%%DATADIR%%/sources/duim/examples/web-browser/web-browser.lid -%%DATADIR%%/sources/duim/examples/web-browser/web-pane.dylan -%%DATADIR%%/sources/duim/examples/win32-scribble/README.html -%%DATADIR%%/sources/duim/examples/win32-scribble/library.dylan -%%DATADIR%%/sources/duim/examples/win32-scribble/printing.dylan -%%DATADIR%%/sources/duim/examples/win32-scribble/run.dylan -%%DATADIR%%/sources/duim/examples/win32-scribble/scribble.dylan -%%DATADIR%%/sources/duim/examples/win32-scribble/win32-scribble.lid -%%DATADIR%%/sources/duim/examples/windows-viewer/commands.dylan -%%DATADIR%%/sources/duim/examples/windows-viewer/constants.dylan -%%DATADIR%%/sources/duim/examples/windows-viewer/hook-library.dylan -%%DATADIR%%/sources/duim/examples/windows-viewer/hook-module.dylan -%%DATADIR%%/sources/duim/examples/windows-viewer/hook-thread.dylan -%%DATADIR%%/sources/duim/examples/windows-viewer/hook.dylan -%%DATADIR%%/sources/duim/examples/windows-viewer/library.dylan -%%DATADIR%%/sources/duim/examples/windows-viewer/messages.dylan -%%DATADIR%%/sources/duim/examples/windows-viewer/module.dylan -%%DATADIR%%/sources/duim/examples/windows-viewer/start.dylan -%%DATADIR%%/sources/duim/examples/windows-viewer/utilities.dylan -%%DATADIR%%/sources/duim/examples/windows-viewer/viewer.dylan -%%DATADIR%%/sources/duim/examples/windows-viewer/window-info.dylan -%%DATADIR%%/sources/duim/examples/windows-viewer/windows-hook.hdp -%%DATADIR%%/sources/duim/examples/windows-viewer/windows-viewer.hdp -%%DATADIR%%/sources/duim/extended-geometry/classes.dylan -%%DATADIR%%/sources/duim/extended-geometry/duim-extended-geometry.lid -%%DATADIR%%/sources/duim/extended-geometry/ellipses.dylan -%%DATADIR%%/sources/duim/extended-geometry/library.dylan -%%DATADIR%%/sources/duim/extended-geometry/lines.dylan -%%DATADIR%%/sources/duim/extended-geometry/module.dylan -%%DATADIR%%/sources/duim/extended-geometry/polygons.dylan -%%DATADIR%%/sources/duim/extended-geometry/rectangles.dylan -%%DATADIR%%/sources/duim/extended-geometry/region-graphics.dylan -%%DATADIR%%/sources/duim/extended-geometry/transforms.dylan -%%DATADIR%%/sources/duim/extended-geometry/win32-duim-extended-geometry.lid -%%DATADIR%%/sources/duim/formatting/duim-formatting.lid -%%DATADIR%%/sources/duim/formatting/formatting-defs.dylan -%%DATADIR%%/sources/duim/formatting/formatting-macros.dylan -%%DATADIR%%/sources/duim/formatting/graph-formatting.dylan -%%DATADIR%%/sources/duim/formatting/library.dylan -%%DATADIR%%/sources/duim/formatting/menu-formatting.dylan -%%DATADIR%%/sources/duim/formatting/module.dylan -%%DATADIR%%/sources/duim/formatting/table-formatting.dylan -%%DATADIR%%/sources/duim/frames/classes.dylan -%%DATADIR%%/sources/duim/frames/command-tables.dylan -%%DATADIR%%/sources/duim/frames/commands.dylan -%%DATADIR%%/sources/duim/frames/completer.dylan -%%DATADIR%%/sources/duim/frames/contain.dylan -%%DATADIR%%/sources/duim/frames/debug.dylan -%%DATADIR%%/sources/duim/frames/decorators.dylan -%%DATADIR%%/sources/duim/frames/dialogs.dylan -%%DATADIR%%/sources/duim/frames/duim-frames.lid -%%DATADIR%%/sources/duim/frames/embedded-frames.dylan -%%DATADIR%%/sources/duim/frames/events.dylan -%%DATADIR%%/sources/duim/frames/frames.dylan -%%DATADIR%%/sources/duim/frames/help.dylan -%%DATADIR%%/sources/duim/frames/library.dylan -%%DATADIR%%/sources/duim/frames/module.dylan -%%DATADIR%%/sources/duim/frames/progress-notes.dylan -%%DATADIR%%/sources/duim/frames/standard-commands.dylan -%%DATADIR%%/sources/duim/frames/win32-duim-frames.lid -%%DATADIR%%/sources/duim/gadgets/active-labels.dylan -%%DATADIR%%/sources/duim/gadgets/borders.dylan -%%DATADIR%%/sources/duim/gadgets/button-box-panes.dylan -%%DATADIR%%/sources/duim/gadgets/collection-gadgets.dylan -%%DATADIR%%/sources/duim/gadgets/duim-gadgets.lid -%%DATADIR%%/sources/duim/gadgets/gadget-mixins.dylan -%%DATADIR%%/sources/duim/gadgets/gadgets.dylan -%%DATADIR%%/sources/duim/gadgets/graph-controls.dylan -%%DATADIR%%/sources/duim/gadgets/library.dylan -%%DATADIR%%/sources/duim/gadgets/list-controls.dylan -%%DATADIR%%/sources/duim/gadgets/menu-panes.dylan -%%DATADIR%%/sources/duim/gadgets/menus.dylan -%%DATADIR%%/sources/duim/gadgets/module.dylan -%%DATADIR%%/sources/duim/gadgets/scroll-bars.dylan -%%DATADIR%%/sources/duim/gadgets/scrollers.dylan -%%DATADIR%%/sources/duim/gadgets/splitters.dylan -%%DATADIR%%/sources/duim/gadgets/tab-controls.dylan -%%DATADIR%%/sources/duim/gadgets/table-controls.dylan -%%DATADIR%%/sources/duim/gadgets/text-gadgets.dylan -%%DATADIR%%/sources/duim/gadgets/tree-controls.dylan -%%DATADIR%%/sources/duim/gadgets/viewports.dylan -%%DATADIR%%/sources/duim/gadgets/win32-duim-gadgets.lid -%%DATADIR%%/sources/duim/geometry/box-arithmetic.dylan -%%DATADIR%%/sources/duim/geometry/boxes.dylan -%%DATADIR%%/sources/duim/geometry/classes.dylan -%%DATADIR%%/sources/duim/geometry/coordinates.dylan -%%DATADIR%%/sources/duim/geometry/duim-geometry.lid -%%DATADIR%%/sources/duim/geometry/geometry.dylan -%%DATADIR%%/sources/duim/geometry/library.dylan -%%DATADIR%%/sources/duim/geometry/module.dylan -%%DATADIR%%/sources/duim/geometry/regions.dylan -%%DATADIR%%/sources/duim/geometry/transforms.dylan -%%DATADIR%%/sources/duim/geometry/win32-duim-geometry.lid -%%DATADIR%%/sources/duim/gifs/classes.dylan -%%DATADIR%%/sources/duim/gifs/duim-gifs.lid -%%DATADIR%%/sources/duim/gifs/library.dylan -%%DATADIR%%/sources/duim/gifs/lzw.dylan -%%DATADIR%%/sources/duim/gifs/module.dylan -%%DATADIR%%/sources/duim/gifs/read-gif.dylan -%%DATADIR%%/sources/duim/graphics/duim-graphics.lid -%%DATADIR%%/sources/duim/graphics/figure-graphics.dylan -%%DATADIR%%/sources/duim/graphics/library.dylan -%%DATADIR%%/sources/duim/graphics/module.dylan -%%DATADIR%%/sources/duim/graphics/path-graphics.dylan -%%DATADIR%%/sources/duim/graphics/pixmaps.dylan -%%DATADIR%%/sources/duim/graphics/win32-duim-graphics.lid -%%DATADIR%%/sources/duim/gtk/duim-library.dylan -%%DATADIR%%/sources/duim/gtk/duim.lid -%%DATADIR%%/sources/duim/gtk/gtk-clipboard.dylan -%%DATADIR%%/sources/duim/gtk/gtk-colors.dylan -%%DATADIR%%/sources/duim/gtk/gtk-debug.dylan -%%DATADIR%%/sources/duim/gtk/gtk-dialogs.dylan -%%DATADIR%%/sources/duim/gtk/gtk-display.dylan -%%DATADIR%%/sources/duim/gtk/gtk-draw.dylan -%%DATADIR%%/sources/duim/gtk/gtk-duim.lid -%%DATADIR%%/sources/duim/gtk/gtk-events.dylan -%%DATADIR%%/sources/duim/gtk/gtk-fonts.dylan -%%DATADIR%%/sources/duim/gtk/gtk-framem.dylan -%%DATADIR%%/sources/duim/gtk/gtk-gadgets.dylan -%%DATADIR%%/sources/duim/gtk/gtk-help.dylan -%%DATADIR%%/sources/duim/gtk/gtk-keyboard.dylan -%%DATADIR%%/sources/duim/gtk/gtk-layout.dylan -%%DATADIR%%/sources/duim/gtk/gtk-medium.dylan -%%DATADIR%%/sources/duim/gtk/gtk-menus.dylan -%%DATADIR%%/sources/duim/gtk/gtk-mirror.dylan -%%DATADIR%%/sources/duim/gtk/gtk-pixmaps.dylan -%%DATADIR%%/sources/duim/gtk/gtk-port.dylan -%%DATADIR%%/sources/duim/gtk/gtk-top.dylan -%%DATADIR%%/sources/duim/gtk/gtk-utils.dylan -%%DATADIR%%/sources/duim/gtk/library.dylan -%%DATADIR%%/sources/duim/gtk/module.dylan -%%DATADIR%%/sources/duim/layouts/box-pane.dylan -%%DATADIR%%/sources/duim/layouts/duim-layouts.lid -%%DATADIR%%/sources/duim/layouts/layout.dylan -%%DATADIR%%/sources/duim/layouts/library.dylan -%%DATADIR%%/sources/duim/layouts/module.dylan -%%DATADIR%%/sources/duim/layouts/panes.dylan -%%DATADIR%%/sources/duim/layouts/space-reqs.dylan -%%DATADIR%%/sources/duim/layouts/table-pane.dylan -%%DATADIR%%/sources/duim/layouts/win32-duim-layouts.lid -%%DATADIR%%/sources/duim/outline.text -%%DATADIR%%/sources/duim/panes/border-panes.dylan -%%DATADIR%%/sources/duim/panes/dialogs.dylan -%%DATADIR%%/sources/duim/panes/duim-gadget-panes.lid -%%DATADIR%%/sources/duim/panes/graph-control-panes.dylan -%%DATADIR%%/sources/duim/panes/gtk-duim-gadget-panes.lid -%%DATADIR%%/sources/duim/panes/gtk-library.dylan -%%DATADIR%%/sources/duim/panes/library.dylan -%%DATADIR%%/sources/duim/panes/list-control-mixins.dylan -%%DATADIR%%/sources/duim/panes/list-control-panes.dylan -%%DATADIR%%/sources/duim/panes/module.dylan -%%DATADIR%%/sources/duim/panes/progress-control-panes.dylan -%%DATADIR%%/sources/duim/panes/simple-caret.dylan -%%DATADIR%%/sources/duim/panes/spin-box-panes.dylan -%%DATADIR%%/sources/duim/panes/splitter-panes.dylan -%%DATADIR%%/sources/duim/panes/tab-control-panes.dylan -%%DATADIR%%/sources/duim/panes/table-control-panes.dylan -%%DATADIR%%/sources/duim/panes/tree-control-mixins.dylan -%%DATADIR%%/sources/duim/panes/tree-control-panes.dylan -%%DATADIR%%/sources/duim/panes/win32-duim-gadget-panes.lid -%%DATADIR%%/sources/duim/panes/win32-library.dylan -%%DATADIR%%/sources/duim/panes/win32-module.dylan -%%DATADIR%%/sources/duim/presentations/accept.dylan -%%DATADIR%%/sources/duim/presentations/duim-presentations.lid -%%DATADIR%%/sources/duim/presentations/library.dylan -%%DATADIR%%/sources/duim/presentations/module.dylan -%%DATADIR%%/sources/duim/presentations/present.dylan -%%DATADIR%%/sources/duim/presentations/presentation-defs.dylan -%%DATADIR%%/sources/duim/presentations/presentation-macros.dylan -%%DATADIR%%/sources/duim/presentations/presentation-records.dylan -%%DATADIR%%/sources/duim/presentations/presentation-sheets.dylan -%%DATADIR%%/sources/duim/presentations/presentation-tests.dylan -%%DATADIR%%/sources/duim/presentations/presentation-translators.dylan -%%DATADIR%%/sources/duim/presentations/presentation-types.dylan -%%DATADIR%%/sources/duim/recording/duim-recording.lid -%%DATADIR%%/sources/duim/recording/figure-recording.dylan -%%DATADIR%%/sources/duim/recording/gadget-record.dylan -%%DATADIR%%/sources/duim/recording/library.dylan -%%DATADIR%%/sources/duim/recording/module.dylan -%%DATADIR%%/sources/duim/recording/path-recording.dylan -%%DATADIR%%/sources/duim/recording/recording-classes.dylan -%%DATADIR%%/sources/duim/recording/recording-defs.dylan -%%DATADIR%%/sources/duim/recording/recording-macros.dylan -%%DATADIR%%/sources/duim/recording/recording-sheets.dylan -%%DATADIR%%/sources/duim/recording/recording-tests.dylan -%%DATADIR%%/sources/duim/recording/sequence-record.dylan -%%DATADIR%%/sources/duim/recording/tracking-pointer.dylan -%%DATADIR%%/sources/duim/recording/tree-record.dylan -%%DATADIR%%/sources/duim/recording/win32-duim-recording.lid -%%DATADIR%%/sources/duim/sheets/caret.dylan -%%DATADIR%%/sources/duim/sheets/classes.dylan -%%DATADIR%%/sources/duim/sheets/clipboard.dylan -%%DATADIR%%/sources/duim/sheets/displays.dylan -%%DATADIR%%/sources/duim/sheets/duim-sheets.lid -%%DATADIR%%/sources/duim/sheets/event-queue.dylan -%%DATADIR%%/sources/duim/sheets/events.dylan -%%DATADIR%%/sources/duim/sheets/font-mapping.dylan -%%DATADIR%%/sources/duim/sheets/frame-managers.dylan -%%DATADIR%%/sources/duim/sheets/geometry.dylan -%%DATADIR%%/sources/duim/sheets/gestures.dylan -%%DATADIR%%/sources/duim/sheets/library.dylan -%%DATADIR%%/sources/duim/sheets/macros.dylan -%%DATADIR%%/sources/duim/sheets/mediums.dylan -%%DATADIR%%/sources/duim/sheets/mirrors.dylan -%%DATADIR%%/sources/duim/sheets/module.dylan -%%DATADIR%%/sources/duim/sheets/pointer.dylan -%%DATADIR%%/sources/duim/sheets/ports.dylan -%%DATADIR%%/sources/duim/sheets/sheets.dylan -%%DATADIR%%/sources/duim/sheets/win32-duim-sheets.lid -%%DATADIR%%/sources/duim/tests/core/classes.dylan -%%DATADIR%%/sources/duim/tests/core/commands.dylan -%%DATADIR%%/sources/duim/tests/core/dialogs.dylan -%%DATADIR%%/sources/duim/tests/core/duim-test-suite.lid -%%DATADIR%%/sources/duim/tests/core/events.dylan -%%DATADIR%%/sources/duim/tests/core/frames.dylan -%%DATADIR%%/sources/duim/tests/core/gadgets.dylan -%%DATADIR%%/sources/duim/tests/core/geometry.dylan -%%DATADIR%%/sources/duim/tests/core/gestures.dylan -%%DATADIR%%/sources/duim/tests/core/graphics.dylan -%%DATADIR%%/sources/duim/tests/core/layouts.dylan -%%DATADIR%%/sources/duim/tests/core/library.dylan -%%DATADIR%%/sources/duim/tests/core/main-suite.dylan -%%DATADIR%%/sources/duim/tests/core/menus.dylan -%%DATADIR%%/sources/duim/tests/core/module.dylan -%%DATADIR%%/sources/duim/tests/core/regions.dylan -%%DATADIR%%/sources/duim/tests/core/scrolling.dylan -%%DATADIR%%/sources/duim/tests/core/specification.dylan -%%DATADIR%%/sources/duim/tests/core/styles.dylan -%%DATADIR%%/sources/duim/tests/core/test-port.dylan -%%DATADIR%%/sources/duim/tests/core/transforms.dylan -%%DATADIR%%/sources/duim/tests/core/utilities.dylan -%%DATADIR%%/sources/duim/tests/gui/README.html -%%DATADIR%%/sources/duim/tests/gui/borders.dylan -%%DATADIR%%/sources/duim/tests/gui/clipboard.dylan -%%DATADIR%%/sources/duim/tests/gui/colors.dylan -%%DATADIR%%/sources/duim/tests/gui/command-tables.dylan -%%DATADIR%%/sources/duim/tests/gui/comtab-surgery.dylan -%%DATADIR%%/sources/duim/tests/gui/cursors.dylan -%%DATADIR%%/sources/duim/tests/gui/dialogs.dylan -%%DATADIR%%/sources/duim/tests/gui/duim-gui-test-suite.lid -%%DATADIR%%/sources/duim/tests/gui/dynamic-layouts.dylan -%%DATADIR%%/sources/duim/tests/gui/frames.dylan -%%DATADIR%%/sources/duim/tests/gui/gadgets.dylan -%%DATADIR%%/sources/duim/tests/gui/graph-controls.dylan -%%DATADIR%%/sources/duim/tests/gui/graphics.dylan -%%DATADIR%%/sources/duim/tests/gui/gtk-duim-gui-test-suite.lid -%%DATADIR%%/sources/duim/tests/gui/gtk-library.dylan -%%DATADIR%%/sources/duim/tests/gui/gtk-tests.dylan -%%DATADIR%%/sources/duim/tests/gui/harness.dylan -%%DATADIR%%/sources/duim/tests/gui/input-focus.dylan -%%DATADIR%%/sources/duim/tests/gui/keyboard.dylan -%%DATADIR%%/sources/duim/tests/gui/library.dylan -%%DATADIR%%/sources/duim/tests/gui/menus.dylan -%%DATADIR%%/sources/duim/tests/gui/module.dylan -%%DATADIR%%/sources/duim/tests/gui/random-rectangles.dylan -%%DATADIR%%/sources/duim/tests/gui/recording.dylan -%%DATADIR%%/sources/duim/tests/gui/scrolling.dylan -%%DATADIR%%/sources/duim/tests/gui/sheet-mapping.dylan -%%DATADIR%%/sources/duim/tests/gui/standard-dialogs.dylan -%%DATADIR%%/sources/duim/tests/gui/start-tests.dylan -%%DATADIR%%/sources/duim/tests/gui/tab-controls.dylan -%%DATADIR%%/sources/duim/tests/gui/win32-duim-gui-test-suite.lid -%%DATADIR%%/sources/duim/tests/regression/gadgets.dylan -%%DATADIR%%/sources/duim/tests/regression/general.dylan -%%DATADIR%%/sources/duim/tests/regression/graphics.dylan -%%DATADIR%%/sources/duim/tests/regression/harness.dylan -%%DATADIR%%/sources/duim/tests/regression/library.dylan -%%DATADIR%%/sources/duim/tests/regression/menus.dylan -%%DATADIR%%/sources/duim/tests/regression/module.dylan -%%DATADIR%%/sources/duim/tests/regression/start-tests.dylan -%%DATADIR%%/sources/duim/tests/regression/utilities.dylan -%%DATADIR%%/sources/duim/tests/regression/win32-duim-regression-test-suite.lid -%%DATADIR%%/sources/duim/tests/win32/bitmaps.dylan -%%DATADIR%%/sources/duim/tests/win32/bitmaps.rc -%%DATADIR%%/sources/duim/tests/win32/bitmaps/copy.ico -%%DATADIR%%/sources/duim/tests/win32/bitmaps/current-location.bmp -%%DATADIR%%/sources/duim/tests/win32/bitmaps/cut.ico -%%DATADIR%%/sources/duim/tests/win32/bitmaps/paste.ico -%%DATADIR%%/sources/duim/tests/win32/bitmaps/prompt.bmp -%%DATADIR%%/sources/duim/tests/win32/bitmaps/values.bmp -%%DATADIR%%/sources/duim/tests/win32/bitmaps/wizard.ico -%%DATADIR%%/sources/duim/tests/win32/harness.dylan -%%DATADIR%%/sources/duim/tests/win32/library.dylan -%%DATADIR%%/sources/duim/tests/win32/list-control.dylan -%%DATADIR%%/sources/duim/tests/win32/module.dylan -%%DATADIR%%/sources/duim/tests/win32/start-tests.dylan -%%DATADIR%%/sources/duim/tests/win32/win32-duim-gui-test-suite.lid -%%DATADIR%%/sources/duim/user/duim-user.lid -%%DATADIR%%/sources/duim/user/library.dylan -%%DATADIR%%/sources/duim/user/module.dylan -%%DATADIR%%/sources/duim/user/win32-duim-user.lid -%%DATADIR%%/sources/duim/utilities/basic-defs.dylan -%%DATADIR%%/sources/duim/utilities/basic-macros.dylan -%%DATADIR%%/sources/duim/utilities/duim-utilities.lid -%%DATADIR%%/sources/duim/utilities/library.dylan -%%DATADIR%%/sources/duim/utilities/module.dylan -%%DATADIR%%/sources/duim/utilities/native-stubs.dylan -%%DATADIR%%/sources/duim/utilities/protocols.dylan -%%DATADIR%%/sources/duim/utilities/strings.dylan -%%DATADIR%%/sources/duim/utilities/win32-duim-utilities.lid -%%DATADIR%%/sources/duim/win32/c-com.c -%%DATADIR%%/sources/duim/win32/duim-library.dylan -%%DATADIR%%/sources/duim/win32/duim.lid -%%DATADIR%%/sources/duim/win32/dxwduim.dll.manifest -%%DATADIR%%/sources/duim/win32/ffi-bindings.dylan -%%DATADIR%%/sources/duim/win32/library.dylan -%%DATADIR%%/sources/duim/win32/module.dylan -%%DATADIR%%/sources/duim/win32/version.rc -%%DATADIR%%/sources/duim/win32/wclipboard.dylan -%%DATADIR%%/sources/duim/win32/wcolors.dylan -%%DATADIR%%/sources/duim/win32/wcontrols.dylan -%%DATADIR%%/sources/duim/win32/wdebug.dylan -%%DATADIR%%/sources/duim/win32/wdialogs.dylan -%%DATADIR%%/sources/duim/win32/wdisplay.dylan -%%DATADIR%%/sources/duim/win32/wdraw.dylan -%%DATADIR%%/sources/duim/win32/wevents.dylan -%%DATADIR%%/sources/duim/win32/wfonts.dylan -%%DATADIR%%/sources/duim/win32/wframem.dylan -%%DATADIR%%/sources/duim/win32/wgadgets.dylan -%%DATADIR%%/sources/duim/win32/whandler.dylan -%%DATADIR%%/sources/duim/win32/whelp.dylan -%%DATADIR%%/sources/duim/win32/win32-c-definitions.dylan -%%DATADIR%%/sources/duim/win32/win32-definitions.dylan -%%DATADIR%%/sources/duim/win32/win32-duim.lid -%%DATADIR%%/sources/duim/win32/wkeyboard.dylan -%%DATADIR%%/sources/duim/win32/wmedium.dylan -%%DATADIR%%/sources/duim/win32/wmenus.dylan -%%DATADIR%%/sources/duim/win32/wmirror.dylan -%%DATADIR%%/sources/duim/win32/wpixmaps.dylan -%%DATADIR%%/sources/duim/win32/wport.dylan -%%DATADIR%%/sources/duim/win32/wresources.dylan -%%DATADIR%%/sources/duim/win32/wtop.dylan -%%DATADIR%%/sources/duim/win32/wutils.dylan -%%DATADIR%%/sources/dylan/accumulator.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/README -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/apple-dylan-test-suite-lib.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/apple-dylan-test-suite.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/apple-dylan-test-suite.lid -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-array.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-assignment.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-character.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-class.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-class2.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-class3.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-collection.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-collection2.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-collection3.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-comparison.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-condition.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-control.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-defines.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-deque.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-function.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-functional.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-intro-mop.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-iteration.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-keyword-symbol.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-list.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-preamble.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-range.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-sequence.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-sequence2.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-sequence3.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-sequence4.dylan -%%DATADIR%%/sources/dylan/apple-dylan-test-suite/test-sequence5.dylan -%%DATADIR%%/sources/dylan/array.dylan -%%DATADIR%%/sources/dylan/boot.dylan -%%DATADIR%%/sources/dylan/character.dylan -%%DATADIR%%/sources/dylan/class-dynamic.dylan -%%DATADIR%%/sources/dylan/class.dylan -%%DATADIR%%/sources/dylan/collection-macros.dylan -%%DATADIR%%/sources/dylan/collection.dylan -%%DATADIR%%/sources/dylan/comparison.dylan -%%DATADIR%%/sources/dylan/condition-extras.dylan -%%DATADIR%%/sources/dylan/condition.dylan -%%DATADIR%%/sources/dylan/conversion-tagged-integer.dylan -%%DATADIR%%/sources/dylan/debugging.dylan -%%DATADIR%%/sources/dylan/deque.dylan -%%DATADIR%%/sources/dylan/dfmc-boot.dylan -%%DATADIR%%/sources/dylan/discrimination.dylan -%%DATADIR%%/sources/dylan/dispatch-caches.dylan -%%DATADIR%%/sources/dylan/dispatch-prologue.dylan -%%DATADIR%%/sources/dylan/dispatch.dylan -%%DATADIR%%/sources/dylan/domain.dylan -%%DATADIR%%/sources/dylan/double-integer-basics.dylan -%%DATADIR%%/sources/dylan/dylan-c-ffi-stubs.dylan -%%DATADIR%%/sources/dylan/dylan-mm.dylan -%%DATADIR%%/sources/dylan/dylan-spy.dylan -%%DATADIR%%/sources/dylan/dylan-win32.lid -%%DATADIR%%/sources/dylan/dylan.lid -%%DATADIR%%/sources/dylan/explicit-key-collection.dylan -%%DATADIR%%/sources/dylan/extras.dylan -%%DATADIR%%/sources/dylan/finalization.dylan -%%DATADIR%%/sources/dylan/float.dylan -%%DATADIR%%/sources/dylan/function.dylan -%%DATADIR%%/sources/dylan/functional.dylan -%%DATADIR%%/sources/dylan/generic-function.dylan -%%DATADIR%%/sources/dylan/hashing.dylan -%%DATADIR%%/sources/dylan/incremental.dylan -%%DATADIR%%/sources/dylan/initialize-thread.dylan -%%DATADIR%%/sources/dylan/integer.dylan -%%DATADIR%%/sources/dylan/limited-array.dylan -%%DATADIR%%/sources/dylan/limited-integer.dylan -%%DATADIR%%/sources/dylan/limited-stretchy-vector.dylan -%%DATADIR%%/sources/dylan/limited-vector.dylan -%%DATADIR%%/sources/dylan/list-speed.dylan -%%DATADIR%%/sources/dylan/list.dylan -%%DATADIR%%/sources/dylan/locks.dylan -%%DATADIR%%/sources/dylan/low-level-sync.dylan -%%DATADIR%%/sources/dylan/machine-word-constants.dylan -%%DATADIR%%/sources/dylan/machine-word-lowlevel.dylan -%%DATADIR%%/sources/dylan/macros.dylan -%%DATADIR%%/sources/dylan/method.dylan -%%DATADIR%%/sources/dylan/miscellaneous.dylan -%%DATADIR%%/sources/dylan/multidimensional-array.dylan -%%DATADIR%%/sources/dylan/multiple-collection.dylan -%%DATADIR%%/sources/dylan/mutable-collection.dylan -%%DATADIR%%/sources/dylan/mutable-key-collection.dylan -%%DATADIR%%/sources/dylan/mutable-sequence.dylan -%%DATADIR%%/sources/dylan/new-dispatch.dylan -%%DATADIR%%/sources/dylan/notification.dylan -%%DATADIR%%/sources/dylan/number.dylan -%%DATADIR%%/sources/dylan/object.dylan -%%DATADIR%%/sources/dylan/ordered-collection.dylan -%%DATADIR%%/sources/dylan/packed-slots.dylan -%%DATADIR%%/sources/dylan/portable-container.dylan -%%DATADIR%%/sources/dylan/range.dylan -%%DATADIR%%/sources/dylan/return-codes.dylan -%%DATADIR%%/sources/dylan/sequence.dylan -%%DATADIR%%/sources/dylan/set.dylan -%%DATADIR%%/sources/dylan/shut-down.dylan -%%DATADIR%%/sources/dylan/signature.dylan -%%DATADIR%%/sources/dylan/singleton.dylan -%%DATADIR%%/sources/dylan/slot-descriptor-dynamic.dylan -%%DATADIR%%/sources/dylan/slot-descriptor.dylan -%%DATADIR%%/sources/dylan/slot-dispatch.dylan -%%DATADIR%%/sources/dylan/sort.dylan -%%DATADIR%%/sources/dylan/speed.dylan -%%DATADIR%%/sources/dylan/stretchy-collection.dylan -%%DATADIR%%/sources/dylan/stretchy-vector.dylan -%%DATADIR%%/sources/dylan/string-speed.dylan -%%DATADIR%%/sources/dylan/string.dylan -%%DATADIR%%/sources/dylan/subclass.dylan -%%DATADIR%%/sources/dylan/symbol-table.dylan -%%DATADIR%%/sources/dylan/symbol.dylan -%%DATADIR%%/sources/dylan/synchronization.dylan -%%DATADIR%%/sources/dylan/table.dylan -%%DATADIR%%/sources/dylan/tests/classes.dylan -%%DATADIR%%/sources/dylan/tests/collections.dylan -%%DATADIR%%/sources/dylan/tests/constants.dylan -%%DATADIR%%/sources/dylan/tests/control.dylan -%%DATADIR%%/sources/dylan/tests/core.dylan -%%DATADIR%%/sources/dylan/tests/dylan-test-suite.lid -%%DATADIR%%/sources/dylan/tests/functions.dylan -%%DATADIR%%/sources/dylan/tests/library.dylan -%%DATADIR%%/sources/dylan/tests/macros.dylan -%%DATADIR%%/sources/dylan/tests/module.dylan -%%DATADIR%%/sources/dylan/tests/numbers.dylan -%%DATADIR%%/sources/dylan/tests/regressions.dylan -%%DATADIR%%/sources/dylan/tests/specification.dylan -%%DATADIR%%/sources/dylan/tests/types.dylan -%%DATADIR%%/sources/dylan/thread-macros.dylan -%%DATADIR%%/sources/dylan/thread.dylan -%%DATADIR%%/sources/dylan/threads-conditions.dylan -%%DATADIR%%/sources/dylan/type.dylan -%%DATADIR%%/sources/dylan/unicode-character.dylan -%%DATADIR%%/sources/dylan/unicode-string.dylan -%%DATADIR%%/sources/dylan/union.dylan -%%DATADIR%%/sources/dylan/vector-speed.dylan -%%DATADIR%%/sources/dylan/vector.dylan -%%DATADIR%%/sources/dylan/version.rc -%%DATADIR%%/sources/environment/commands/application/breakpoints.dylan -%%DATADIR%%/sources/environment/commands/application/context.dylan -%%DATADIR%%/sources/environment/commands/application/debugging.dylan -%%DATADIR%%/sources/environment/commands/application/environment-application-commands.lid -%%DATADIR%%/sources/environment/commands/application/library.dylan -%%DATADIR%%/sources/environment/commands/application/memory.dylan -%%DATADIR%%/sources/environment/commands/application/module.dylan -%%DATADIR%%/sources/environment/commands/application/profiling.dylan -%%DATADIR%%/sources/environment/commands/application/stack.dylan -%%DATADIR%%/sources/environment/commands/basic-commands.dylan -%%DATADIR%%/sources/environment/commands/browsing.dylan -%%DATADIR%%/sources/environment/commands/build.dylan -%%DATADIR%%/sources/environment/commands/command-line.dylan -%%DATADIR%%/sources/environment/commands/environment-commands.lid -%%DATADIR%%/sources/environment/commands/general.dylan -%%DATADIR%%/sources/environment/commands/internal/environment-internal-commands.lid -%%DATADIR%%/sources/environment/commands/internal/internal.dylan -%%DATADIR%%/sources/environment/commands/internal/library.dylan -%%DATADIR%%/sources/environment/commands/internal/module.dylan -%%DATADIR%%/sources/environment/commands/internal/registries.dylan -%%DATADIR%%/sources/environment/commands/library-packs.dylan -%%DATADIR%%/sources/environment/commands/library.dylan -%%DATADIR%%/sources/environment/commands/main.dylan -%%DATADIR%%/sources/environment/commands/module.dylan -%%DATADIR%%/sources/environment/commands/projects.dylan -%%DATADIR%%/sources/environment/commands/properties.dylan -%%DATADIR%%/sources/environment/commands/reports.dylan -%%DATADIR%%/sources/environment/commands/system-commands.dylan -%%DATADIR%%/sources/environment/console/README.txt -%%DATADIR%%/sources/environment/console/command-line.dylan -%%DATADIR%%/sources/environment/console/compiler-command-line.dylan -%%DATADIR%%/sources/environment/console/compiler-library.dylan -%%DATADIR%%/sources/environment/console/compiler-module.dylan -%%DATADIR%%/sources/environment/console/console.ico -%%DATADIR%%/sources/environment/console/console.rc -%%DATADIR%%/sources/environment/console/dylan-compiler-with-tools.lid -%%DATADIR%%/sources/environment/console/dylan-compiler.lid -%%DATADIR%%/sources/environment/console/dylan-environment-with-tools.lid -%%DATADIR%%/sources/environment/console/dylan-environment.lid -%%DATADIR%%/sources/environment/console/environment-command-line.dylan -%%DATADIR%%/sources/environment/console/environment-library.dylan -%%DATADIR%%/sources/environment/console/environment-module.dylan -%%DATADIR%%/sources/environment/console/start.dylan -%%DATADIR%%/sources/environment/console/tools-compiler-library.dylan -%%DATADIR%%/sources/environment/console/tools-environment-library.dylan -%%DATADIR%%/sources/environment/debugger/commands.dylan -%%DATADIR%%/sources/environment/debugger/context-pane.dylan -%%DATADIR%%/sources/environment/debugger/debugger.dylan -%%DATADIR%%/sources/environment/debugger/environment-debugger.lid -%%DATADIR%%/sources/environment/debugger/interactor.dylan -%%DATADIR%%/sources/environment/debugger/library.dylan -%%DATADIR%%/sources/environment/debugger/message-logs.dylan -%%DATADIR%%/sources/environment/debugger/module.dylan -%%DATADIR%%/sources/environment/debugger/notifier.dylan -%%DATADIR%%/sources/environment/debugger/options.dylan -%%DATADIR%%/sources/environment/debugger/register-window.dylan -%%DATADIR%%/sources/environment/debugger/source-pane.dylan -%%DATADIR%%/sources/environment/debugger/stack-pane.dylan -%%DATADIR%%/sources/environment/debugger/status-pane.dylan -%%DATADIR%%/sources/environment/debugger/stop-reason-handlers.dylan -%%DATADIR%%/sources/environment/debugger/tests/checkmate/checkmate-win32.lid -%%DATADIR%%/sources/environment/debugger/tests/checkmate/checkmate.dylan -%%DATADIR%%/sources/environment/debugger/tests/checkmate/checkmate.lid -%%DATADIR%%/sources/environment/debugger/tests/checkmate/library.dylan -%%DATADIR%%/sources/environment/debugger/tests/checkmate/module.dylan -%%DATADIR%%/sources/environment/debugger/tests/checkmate/raise-exception-win32.dylan -%%DATADIR%%/sources/environment/debugger/tests/checkmate/raise-exception.dylan -%%DATADIR%%/sources/environment/debugger/tests/checkmate/start-checking.dylan -%%DATADIR%%/sources/environment/debugger/utilities.dylan -%%DATADIR%%/sources/environment/deuce/breakpoints.dylan -%%DATADIR%%/sources/environment/deuce/buffer-searching.dylan -%%DATADIR%%/sources/environment/deuce/clipboard.dylan -%%DATADIR%%/sources/environment/deuce/code-viewer.dylan -%%DATADIR%%/sources/environment/deuce/command-line-window.dylan -%%DATADIR%%/sources/environment/deuce/commands.dylan -%%DATADIR%%/sources/environment/deuce/dylanworks-mode.dylan -%%DATADIR%%/sources/environment/deuce/editor.dylan -%%DATADIR%%/sources/environment/deuce/environment-deuce.lid -%%DATADIR%%/sources/environment/deuce/frame-searching.dylan -%%DATADIR%%/sources/environment/deuce/gadget-searching.dylan -%%DATADIR%%/sources/environment/deuce/interactor-commands.dylan -%%DATADIR%%/sources/environment/deuce/interactor-control.dylan -%%DATADIR%%/sources/environment/deuce/library.dylan -%%DATADIR%%/sources/environment/deuce/module.dylan -%%DATADIR%%/sources/environment/deuce/searching.dylan -%%DATADIR%%/sources/environment/deuce/text-file-searching.dylan -%%DATADIR%%/sources/environment/deuce/warnings.dylan -%%DATADIR%%/sources/environment/deuce/window-searching.dylan -%%DATADIR%%/sources/environment/dfmc/application/address-objects.dylan -%%DATADIR%%/sources/environment/dfmc/application/app-server.dylan -%%DATADIR%%/sources/environment/dfmc/application/application-objects.dylan -%%DATADIR%%/sources/environment/dfmc/application/breakpoint-objects.dylan -%%DATADIR%%/sources/environment/dfmc/application/callback-protocols.dylan -%%DATADIR%%/sources/environment/dfmc/application/class-objects.dylan -%%DATADIR%%/sources/environment/dfmc/application/collection-objects.dylan -%%DATADIR%%/sources/environment/dfmc/application/component-objects.dylan -%%DATADIR%%/sources/environment/dfmc/application/composite-objects.dylan -%%DATADIR%%/sources/environment/dfmc/application/control-protocols.dylan -%%DATADIR%%/sources/environment/dfmc/application/definition-tracking.dylan -%%DATADIR%%/sources/environment/dfmc/application/dfmc-environment-application.lid -%%DATADIR%%/sources/environment/dfmc/application/dylan-objects.dylan -%%DATADIR%%/sources/environment/dfmc/application/environment-objects.dylan -%%DATADIR%%/sources/environment/dfmc/application/evaluations.dylan -%%DATADIR%%/sources/environment/dfmc/application/function-objects.dylan -%%DATADIR%%/sources/environment/dfmc/application/library.dylan -%%DATADIR%%/sources/environment/dfmc/application/local-variable-objects.dylan -%%DATADIR%%/sources/environment/dfmc/application/machines.dylan -%%DATADIR%%/sources/environment/dfmc/application/processes.dylan -%%DATADIR%%/sources/environment/dfmc/application/profiling.dylan -%%DATADIR%%/sources/environment/dfmc/application/proxy-management.dylan -%%DATADIR%%/sources/environment/dfmc/application/register-objects.dylan -%%DATADIR%%/sources/environment/dfmc/application/restart-objects.dylan -%%DATADIR%%/sources/environment/dfmc/application/slot-objects.dylan -%%DATADIR%%/sources/environment/dfmc/application/stack-frame-objects.dylan -%%DATADIR%%/sources/environment/dfmc/application/stop-reason-handlers.dylan -%%DATADIR%%/sources/environment/dfmc/application/thread-objects.dylan -%%DATADIR%%/sources/environment/dfmc/application/user-objects.dylan -%%DATADIR%%/sources/environment/dfmc/application/variable-objects.dylan -%%DATADIR%%/sources/environment/dfmc/applications.dylan -%%DATADIR%%/sources/environment/dfmc/database/class-objects.dylan -%%DATADIR%%/sources/environment/dfmc/database/compiler-warning-objects.dylan -%%DATADIR%%/sources/environment/dfmc/database/definition-objects.dylan -%%DATADIR%%/sources/environment/dfmc/database/dfmc-database.dylan -%%DATADIR%%/sources/environment/dfmc/database/dfmc-environment-database-test.lid -%%DATADIR%%/sources/environment/dfmc/database/dfmc-environment-database.lid -%%DATADIR%%/sources/environment/dfmc/database/domain-objects.dylan -%%DATADIR%%/sources/environment/dfmc/database/dylan-objects.dylan -%%DATADIR%%/sources/environment/dfmc/database/environment-objects.dylan -%%DATADIR%%/sources/environment/dfmc/database/function-objects.dylan -%%DATADIR%%/sources/environment/dfmc/database/library-objects.dylan -%%DATADIR%%/sources/environment/dfmc/database/library.dylan -%%DATADIR%%/sources/environment/dfmc/database/macro-objects.dylan -%%DATADIR%%/sources/environment/dfmc/database/module-objects.dylan -%%DATADIR%%/sources/environment/dfmc/database/module.dylan -%%DATADIR%%/sources/environment/dfmc/database/name-objects.dylan -%%DATADIR%%/sources/environment/dfmc/database/project-objects.dylan -%%DATADIR%%/sources/environment/dfmc/database/slot-objects.dylan -%%DATADIR%%/sources/environment/dfmc/database/source-form-objects.dylan -%%DATADIR%%/sources/environment/dfmc/database/test-library.dylan -%%DATADIR%%/sources/environment/dfmc/database/test-module.dylan -%%DATADIR%%/sources/environment/dfmc/database/type-objects.dylan -%%DATADIR%%/sources/environment/dfmc/database/utilities.dylan -%%DATADIR%%/sources/environment/dfmc/database/variable-objects.dylan -%%DATADIR%%/sources/environment/dfmc/dfmc-environment.lid -%%DATADIR%%/sources/environment/dfmc/exe-projects.dylan -%%DATADIR%%/sources/environment/dfmc/library.dylan -%%DATADIR%%/sources/environment/dfmc/module.dylan -%%DATADIR%%/sources/environment/dfmc/projects/common.dylan -%%DATADIR%%/sources/environment/dfmc/projects/dfmc-environment-projects.lid -%%DATADIR%%/sources/environment/dfmc/projects/libraries.dylan -%%DATADIR%%/sources/environment/dfmc/projects/library.dylan -%%DATADIR%%/sources/environment/dfmc/projects/projects.dylan -%%DATADIR%%/sources/environment/dfmc/reports/dfmc-environment-reports-test.lid -%%DATADIR%%/sources/environment/dfmc/reports/dfmc-environment-reports.lid -%%DATADIR%%/sources/environment/dfmc/reports/do-report.dylan -%%DATADIR%%/sources/environment/dfmc/reports/library.dylan -%%DATADIR%%/sources/environment/dfmc/reports/module.dylan -%%DATADIR%%/sources/environment/dfmc/reports/report.dylan -%%DATADIR%%/sources/environment/dfmc/reports/test-library.dylan -%%DATADIR%%/sources/environment/dfmc/reports/test-module.dylan -%%DATADIR%%/sources/environment/dfmc/reports/test-report.dylan -%%DATADIR%%/sources/environment/dfmc/reports/utilities.dylan -%%DATADIR%%/sources/environment/dswank/dswank-console-compiler.dylan -%%DATADIR%%/sources/environment/dswank/dswank.dylan -%%DATADIR%%/sources/environment/dswank/dswank.lid -%%DATADIR%%/sources/environment/dswank/library.dylan -%%DATADIR%%/sources/environment/editor/backends/README.txt -%%DATADIR%%/sources/environment/editor/backends/deuce/deuce-backend.dylan -%%DATADIR%%/sources/environment/editor/backends/deuce/deuce-backend.lid -%%DATADIR%%/sources/environment/editor/backends/deuce/library.dylan -%%DATADIR%%/sources/environment/editor/backends/deuce/module.dylan -%%DATADIR%%/sources/environment/editor/backends/emacsserver/emacsserver-backend.dylan -%%DATADIR%%/sources/environment/editor/backends/emacsserver/emacsserver-backend.lid -%%DATADIR%%/sources/environment/editor/backends/emacsserver/library.dylan -%%DATADIR%%/sources/environment/editor/backends/emacsserver/module.dylan -%%DATADIR%%/sources/environment/editor/backends/exe/exe-backend.dylan -%%DATADIR%%/sources/environment/editor/backends/exe/exe-backend.lid -%%DATADIR%%/sources/environment/editor/backends/exe/library.dylan -%%DATADIR%%/sources/environment/editor/backends/exe/module.dylan -%%DATADIR%%/sources/environment/editor/backends/gnuserv/gnuserv-backend.dylan -%%DATADIR%%/sources/environment/editor/backends/gnuserv/gnuserv-backend.lid -%%DATADIR%%/sources/environment/editor/backends/gnuserv/library.dylan -%%DATADIR%%/sources/environment/editor/backends/gnuserv/module.dylan -%%DATADIR%%/sources/environment/editor/backends/vi/library.dylan -%%DATADIR%%/sources/environment/editor/backends/vi/module.dylan -%%DATADIR%%/sources/environment/editor/backends/vi/vi-backend.dylan -%%DATADIR%%/sources/environment/editor/backends/vi/vi-backend.lid -%%DATADIR%%/sources/environment/editor/commands.dylan -%%DATADIR%%/sources/environment/editor/editor-manager.lid -%%DATADIR%%/sources/environment/editor/editors.dylan -%%DATADIR%%/sources/environment/editor/library.dylan -%%DATADIR%%/sources/environment/editor/module.dylan -%%DATADIR%%/sources/environment/editor/tests/library.dylan -%%DATADIR%%/sources/environment/editor/tests/setup-tests.dylan -%%DATADIR%%/sources/environment/editor/tests/test-backends.dylan -%%DATADIR%%/sources/environment/editor/tests/test-callout.dylan -%%DATADIR%%/sources/environment/editor/tests/test-commands.dylan -%%DATADIR%%/sources/environment/editor/tests/test-editor-manager-common.lid -%%DATADIR%%/sources/environment/editor/tests/test-editors.dylan -%%DATADIR%%/sources/environment/editor/tests/test-frontend.dylan -%%DATADIR%%/sources/environment/editor/tests/test-substitution.dylan -%%DATADIR%%/sources/environment/framework/clipboard.dylan -%%DATADIR%%/sources/environment/framework/edit-menu.dylan -%%DATADIR%%/sources/environment/framework/environment-framework.lid -%%DATADIR%%/sources/environment/framework/error-handling.dylan -%%DATADIR%%/sources/environment/framework/file-menu.dylan -%%DATADIR%%/sources/environment/framework/frame-reuse.dylan -%%DATADIR%%/sources/environment/framework/go-menu.dylan -%%DATADIR%%/sources/environment/framework/help.dylan -%%DATADIR%%/sources/environment/framework/history.dylan -%%DATADIR%%/sources/environment/framework/input-focus.dylan -%%DATADIR%%/sources/environment/framework/library.dylan -%%DATADIR%%/sources/environment/framework/linking.dylan -%%DATADIR%%/sources/environment/framework/module.dylan -%%DATADIR%%/sources/environment/framework/object-names.dylan -%%DATADIR%%/sources/environment/framework/primary-object.dylan -%%DATADIR%%/sources/environment/framework/printing.dylan -%%DATADIR%%/sources/environment/framework/searching.dylan -%%DATADIR%%/sources/environment/framework/selection.dylan -%%DATADIR%%/sources/environment/framework/sorting.dylan -%%DATADIR%%/sources/environment/framework/undo.dylan -%%DATADIR%%/sources/environment/framework/updating.dylan -%%DATADIR%%/sources/environment/framework/utilities.dylan -%%DATADIR%%/sources/environment/framework/view.dylan -%%DATADIR%%/sources/environment/manager/asynch-results.dylan -%%DATADIR%%/sources/environment/manager/channels.dylan -%%DATADIR%%/sources/environment/manager/command-call.dylan -%%DATADIR%%/sources/environment/manager/commands.dylan -%%DATADIR%%/sources/environment/manager/environment-manager.lid -%%DATADIR%%/sources/environment/manager/library.dylan -%%DATADIR%%/sources/environment/manager/module.dylan -%%DATADIR%%/sources/environment/manager/tools.dylan -%%DATADIR%%/sources/environment/profiler/call-history.dylan -%%DATADIR%%/sources/environment/profiler/classes.dylan -%%DATADIR%%/sources/environment/profiler/environment-profiler.lid -%%DATADIR%%/sources/environment/profiler/functions.dylan -%%DATADIR%%/sources/environment/profiler/library.dylan -%%DATADIR%%/sources/environment/profiler/module.dylan -%%DATADIR%%/sources/environment/profiler/options.dylan -%%DATADIR%%/sources/environment/profiler/profiler.dylan -%%DATADIR%%/sources/environment/profiler/summary.dylan -%%DATADIR%%/sources/environment/profiler/time-line.dylan -%%DATADIR%%/sources/environment/project-wizard/choice-pane.dylan -%%DATADIR%%/sources/environment/project-wizard/environment-project-wizard.lid -%%DATADIR%%/sources/environment/project-wizard/interchange-files.dylan -%%DATADIR%%/sources/environment/project-wizard/library.dylan -%%DATADIR%%/sources/environment/project-wizard/module.dylan -%%DATADIR%%/sources/environment/project-wizard/project-description.dylan -%%DATADIR%%/sources/environment/project-wizard/project-wizard.dylan -%%DATADIR%%/sources/environment/project-wizard/repository-objects.dylan -%%DATADIR%%/sources/environment/project-wizard/repository.dylan -%%DATADIR%%/sources/environment/project-wizard/templates/duim/frame.dylan -%%DATADIR%%/sources/environment/project-wizard/utilities.dylan -%%DATADIR%%/sources/environment/property-pages/application-object-properties.dylan -%%DATADIR%%/sources/environment/property-pages/application-properties.dylan -%%DATADIR%%/sources/environment/property-pages/class-properties.dylan -%%DATADIR%%/sources/environment/property-pages/collection-object-properties.dylan -%%DATADIR%%/sources/environment/property-pages/compiler-warning-properties.dylan -%%DATADIR%%/sources/environment/property-pages/duim-properties.dylan -%%DATADIR%%/sources/environment/property-pages/environment-object-properties.dylan -%%DATADIR%%/sources/environment/property-pages/environment-property-pages.lid -%%DATADIR%%/sources/environment/property-pages/function-properties.dylan -%%DATADIR%%/sources/environment/property-pages/library.dylan -%%DATADIR%%/sources/environment/property-pages/method-properties.dylan -%%DATADIR%%/sources/environment/property-pages/module.dylan -%%DATADIR%%/sources/environment/property-pages/namespace-properties.dylan -%%DATADIR%%/sources/environment/property-pages/project-properties.dylan -%%DATADIR%%/sources/environment/property-pages/source-form-properties.dylan -%%DATADIR%%/sources/environment/property-pages/stack-frame-properties.dylan -%%DATADIR%%/sources/environment/property-pages/user-object-properties.dylan -%%DATADIR%%/sources/environment/property-pages/variable-properties.dylan -%%DATADIR%%/sources/environment/protocols/address-objects.dylan -%%DATADIR%%/sources/environment/protocols/application-and-compiler-objects.dylan -%%DATADIR%%/sources/environment/protocols/application-objects.dylan -%%DATADIR%%/sources/environment/protocols/applications.dylan -%%DATADIR%%/sources/environment/protocols/breakpoint-objects.dylan -%%DATADIR%%/sources/environment/protocols/channels.dylan -%%DATADIR%%/sources/environment/protocols/class-objects.dylan -%%DATADIR%%/sources/environment/protocols/code-execution.dylan -%%DATADIR%%/sources/environment/protocols/compiler-databases.dylan -%%DATADIR%%/sources/environment/protocols/compiler-objects.dylan -%%DATADIR%%/sources/environment/protocols/compiler-warning-objects.dylan -%%DATADIR%%/sources/environment/protocols/component-objects.dylan -%%DATADIR%%/sources/environment/protocols/composite-objects.dylan -%%DATADIR%%/sources/environment/protocols/condition-objects.dylan -%%DATADIR%%/sources/environment/protocols/constant-objects.dylan -%%DATADIR%%/sources/environment/protocols/definition-objects.dylan -%%DATADIR%%/sources/environment/protocols/domain-objects.dylan -%%DATADIR%%/sources/environment/protocols/duim-objects.dylan -%%DATADIR%%/sources/environment/protocols/dylan-objects.dylan -%%DATADIR%%/sources/environment/protocols/environment-objects.dylan -%%DATADIR%%/sources/environment/protocols/environment-options.dylan -%%DATADIR%%/sources/environment/protocols/environment-protocols.lid -%%DATADIR%%/sources/environment/protocols/expression-objects.dylan -%%DATADIR%%/sources/environment/protocols/foreign-objects.dylan -%%DATADIR%%/sources/environment/protocols/function-objects.dylan -%%DATADIR%%/sources/environment/protocols/ids.dylan -%%DATADIR%%/sources/environment/protocols/library-objects.dylan -%%DATADIR%%/sources/environment/protocols/library.dylan -%%DATADIR%%/sources/environment/protocols/local-variable-objects.dylan -%%DATADIR%%/sources/environment/protocols/machines.dylan -%%DATADIR%%/sources/environment/protocols/macro-objects.dylan -%%DATADIR%%/sources/environment/protocols/module-objects.dylan -%%DATADIR%%/sources/environment/protocols/module.dylan -%%DATADIR%%/sources/environment/protocols/name-objects.dylan -%%DATADIR%%/sources/environment/protocols/namespace-objects.dylan -%%DATADIR%%/sources/environment/protocols/naming.dylan -%%DATADIR%%/sources/environment/protocols/processes.dylan -%%DATADIR%%/sources/environment/protocols/profiling.dylan -%%DATADIR%%/sources/environment/protocols/project-objects.dylan -%%DATADIR%%/sources/environment/protocols/register-objects.dylan -%%DATADIR%%/sources/environment/protocols/restart-objects.dylan -%%DATADIR%%/sources/environment/protocols/server-objects.dylan -%%DATADIR%%/sources/environment/protocols/slot-objects.dylan -%%DATADIR%%/sources/environment/protocols/source-form-objects.dylan -%%DATADIR%%/sources/environment/protocols/source-locators.dylan -%%DATADIR%%/sources/environment/protocols/stack-frame-objects.dylan -%%DATADIR%%/sources/environment/protocols/thread-objects.dylan -%%DATADIR%%/sources/environment/protocols/type-objects.dylan -%%DATADIR%%/sources/environment/protocols/user-objects.dylan -%%DATADIR%%/sources/environment/protocols/utils.dylan -%%DATADIR%%/sources/environment/protocols/variable-objects.dylan -%%DATADIR%%/sources/environment/reports/bug-report.dylan -%%DATADIR%%/sources/environment/reports/dependency-report.dylan -%%DATADIR%%/sources/environment/reports/environment-reports.lid -%%DATADIR%%/sources/environment/reports/html-streams.dylan -%%DATADIR%%/sources/environment/reports/library-report.dylan -%%DATADIR%%/sources/environment/reports/library.dylan -%%DATADIR%%/sources/environment/reports/module.dylan -%%DATADIR%%/sources/environment/reports/profile-report.dylan -%%DATADIR%%/sources/environment/reports/refman.dtd -%%DATADIR%%/sources/environment/reports/reports.dylan -%%DATADIR%%/sources/environment/reports/test-suite-report.dylan -%%DATADIR%%/sources/environment/reports/utilities.dylan -%%DATADIR%%/sources/environment/reports/warnings-report.dylan -%%DATADIR%%/sources/environment/server/dde/dde-server.dylan -%%DATADIR%%/sources/environment/server/dde/dde-server.lid -%%DATADIR%%/sources/environment/server/dde/library.dylan -%%DATADIR%%/sources/environment/server/dummy/environment-server.dylan -%%DATADIR%%/sources/environment/server/dummy/environment-server.lid -%%DATADIR%%/sources/environment/server/dummy/library.dylan -%%DATADIR%%/sources/environment/server/parsers/environment-server-parsers.lid -%%DATADIR%%/sources/environment/server/parsers/library.dylan -%%DATADIR%%/sources/environment/server/parsers/parser-interface.dylan -%%DATADIR%%/sources/environment/server/parsers/string-parser.dylan -%%DATADIR%%/sources/environment/server/win32/environment-server.dylan -%%DATADIR%%/sources/environment/server/win32/environment-server.lid -%%DATADIR%%/sources/environment/server/win32/library.dylan -%%DATADIR%%/sources/environment/source-control/backends/generic/generic-backend.dylan -%%DATADIR%%/sources/environment/source-control/backends/generic/generic-backend.lid -%%DATADIR%%/sources/environment/source-control/backends/generic/library.dylan -%%DATADIR%%/sources/environment/source-control/backends/generic/mks.dylan -%%DATADIR%%/sources/environment/source-control/backends/generic/module.dylan -%%DATADIR%%/sources/environment/source-control/backends/generic/perforce.dylan -%%DATADIR%%/sources/environment/source-control/backends/hope/hope-backend.dylan -%%DATADIR%%/sources/environment/source-control/backends/hope/hope-backend.lid -%%DATADIR%%/sources/environment/source-control/backends/hope/library.dylan -%%DATADIR%%/sources/environment/source-control/backends/hope/module.dylan -%%DATADIR%%/sources/environment/source-control/backends/vss/SourceSafeTypeLib/SourceSafeTypeLib.dylan -%%DATADIR%%/sources/environment/source-control/backends/vss/SourceSafeTypeLib/SourceSafeTypeLib.lid -%%DATADIR%%/sources/environment/source-control/backends/vss/SourceSafeTypeLib/errors.dylan -%%DATADIR%%/sources/environment/source-control/backends/vss/SourceSafeTypeLib/library.dylan -%%DATADIR%%/sources/environment/source-control/backends/vss/SourceSafeTypeLib/module.dylan -%%DATADIR%%/sources/environment/source-control/backends/vss/SourceSafeTypeLib/stubs.dylan -%%DATADIR%%/sources/environment/source-control/backends/vss/SourceSafeTypeLib/type-library-module.dylan -%%DATADIR%%/sources/environment/source-control/backends/vss/SourceSafeTypeLib/type-library.spec -%%DATADIR%%/sources/environment/source-control/backends/vss/library.dylan -%%DATADIR%%/sources/environment/source-control/backends/vss/module.dylan -%%DATADIR%%/sources/environment/source-control/backends/vss/vss-backend.dylan -%%DATADIR%%/sources/environment/source-control/backends/vss/vss-backend.lid -%%DATADIR%%/sources/environment/source-control/commands.dylan -%%DATADIR%%/sources/environment/source-control/library.dylan -%%DATADIR%%/sources/environment/source-control/module.dylan -%%DATADIR%%/sources/environment/source-control/source-control-manager.lid -%%DATADIR%%/sources/environment/source-control/source-control.dylan -%%DATADIR%%/sources/environment/splash-screen/library.dylan -%%DATADIR%%/sources/environment/splash-screen/module.dylan -%%DATADIR%%/sources/environment/splash-screen/splash-screen.dylan -%%DATADIR%%/sources/environment/splash-screen/win32-environment-splash-screen.lid -%%DATADIR%%/sources/environment/target-application/control.dylan -%%DATADIR%%/sources/environment/target-application/library.dylan -%%DATADIR%%/sources/environment/target-application/synchronized-access.dylan -%%DATADIR%%/sources/environment/target-application/target-application.dylan -%%DATADIR%%/sources/environment/target-application/target-application.lid -%%DATADIR%%/sources/environment/tests/dfmc/dfmc-environment-test-suite.lid -%%DATADIR%%/sources/environment/tests/dfmc/library.dylan -%%DATADIR%%/sources/environment/tests/dfmc/main-suite.dylan -%%DATADIR%%/sources/environment/tests/dfmc/module.dylan -%%DATADIR%%/sources/environment/tests/dfmc/names.dylan -%%DATADIR%%/sources/environment/tests/dfmc/projects.dylan -%%DATADIR%%/sources/environment/tests/environment-test-suite.lid -%%DATADIR%%/sources/environment/tests/framework.dylan -%%DATADIR%%/sources/environment/tests/library.dylan -%%DATADIR%%/sources/environment/tests/main-suite.dylan -%%DATADIR%%/sources/environment/tests/module.dylan -%%DATADIR%%/sources/environment/tests/protocols.dylan -%%DATADIR%%/sources/environment/tests/test-application/environment-test-application.hdp -%%DATADIR%%/sources/environment/tests/test-application/frame.dylan -%%DATADIR%%/sources/environment/tests/test-application/library.dylan -%%DATADIR%%/sources/environment/tests/test-application/module.dylan -%%DATADIR%%/sources/environment/tests/test-library/classes.dylan -%%DATADIR%%/sources/environment/tests/test-library/environment-test-library.hdp -%%DATADIR%%/sources/environment/tests/test-library/library.dylan -%%DATADIR%%/sources/environment/tests/test-library/module.dylan -%%DATADIR%%/sources/environment/tests/testing-environment-services.txt -%%DATADIR%%/sources/environment/tests/tools.dylan -%%DATADIR%%/sources/environment/to-do.text -%%DATADIR%%/sources/environment/tools/breakpoints.dylan -%%DATADIR%%/sources/environment/tools/commands.dylan -%%DATADIR%%/sources/environment/tools/current-module.dylan -%%DATADIR%%/sources/environment/tools/debugging.dylan -%%DATADIR%%/sources/environment/tools/describer.dylan -%%DATADIR%%/sources/environment/tools/displayers.dylan -%%DATADIR%%/sources/environment/tools/editor-glue.dylan -%%DATADIR%%/sources/environment/tools/environment-frames.dylan -%%DATADIR%%/sources/environment/tools/environment-options.dylan -%%DATADIR%%/sources/environment/tools/environment-tools.lid -%%DATADIR%%/sources/environment/tools/exiting.dylan -%%DATADIR%%/sources/environment/tools/help.dylan -%%DATADIR%%/sources/environment/tools/images.dylan -%%DATADIR%%/sources/environment/tools/initialization.dylan -%%DATADIR%%/sources/environment/tools/library.dylan -%%DATADIR%%/sources/environment/tools/memory-displayer.dylan -%%DATADIR%%/sources/environment/tools/module.dylan -%%DATADIR%%/sources/environment/tools/object-browser.dylan -%%DATADIR%%/sources/environment/tools/object-names.dylan -%%DATADIR%%/sources/environment/tools/playground.dylan -%%DATADIR%%/sources/environment/tools/primary-frame.dylan -%%DATADIR%%/sources/environment/tools/progress.dylan -%%DATADIR%%/sources/environment/tools/project-browser.dylan -%%DATADIR%%/sources/environment/tools/project-commands.dylan -%%DATADIR%%/sources/environment/tools/project-settings.dylan -%%DATADIR%%/sources/environment/tools/property-pages.dylan -%%DATADIR%%/sources/environment/tools/source-control-glue.dylan -%%DATADIR%%/sources/environment/tools/tools.dylan -%%DATADIR%%/sources/environment/tools/utilities.dylan -%%DATADIR%%/sources/environment/win32/bitmaps.rc -%%DATADIR%%/sources/environment/win32/bitmaps/about.bmp -%%DATADIR%%/sources/environment/win32/bitmaps/application.ico -%%DATADIR%%/sources/environment/win32/bitmaps/back.ico -%%DATADIR%%/sources/environment/win32/bitmaps/bottom-of-stack.ico -%%DATADIR%%/sources/environment/win32/bitmaps/browser.ico -%%DATADIR%%/sources/environment/win32/bitmaps/build.ico -%%DATADIR%%/sources/environment/win32/bitmaps/built-source.ico -%%DATADIR%%/sources/environment/win32/bitmaps/canonical-source.ico -%%DATADIR%%/sources/environment/win32/bitmaps/canonical.ico -%%DATADIR%%/sources/environment/win32/bitmaps/check-mark.ico -%%DATADIR%%/sources/environment/win32/bitmaps/class.ico -%%DATADIR%%/sources/environment/win32/bitmaps/clients-folder.ico -%%DATADIR%%/sources/environment/win32/bitmaps/clone.ico -%%DATADIR%%/sources/environment/win32/bitmaps/compile-all.ico -%%DATADIR%%/sources/environment/win32/bitmaps/compile-changes.ico -%%DATADIR%%/sources/environment/win32/bitmaps/compile.ico -%%DATADIR%%/sources/environment/win32/bitmaps/constant.ico -%%DATADIR%%/sources/environment/win32/bitmaps/copy.ico -%%DATADIR%%/sources/environment/win32/bitmaps/current-location.ico -%%DATADIR%%/sources/environment/win32/bitmaps/current-source.ico -%%DATADIR%%/sources/environment/win32/bitmaps/cut.ico -%%DATADIR%%/sources/environment/win32/bitmaps/debug.ico -%%DATADIR%%/sources/environment/win32/bitmaps/debugger.ico -%%DATADIR%%/sources/environment/win32/bitmaps/default.ico -%%DATADIR%%/sources/environment/win32/bitmaps/definition.ico -%%DATADIR%%/sources/environment/win32/bitmaps/disabled-break.ico -%%DATADIR%%/sources/environment/win32/bitmaps/disabled-trace.ico -%%DATADIR%%/sources/environment/win32/bitmaps/domain.ico -%%DATADIR%%/sources/environment/win32/bitmaps/down-stack.ico -%%DATADIR%%/sources/environment/win32/bitmaps/dylan-app.ico -%%DATADIR%%/sources/environment/win32/bitmaps/dylan-cd.ico -%%DATADIR%%/sources/environment/win32/bitmaps/dylan-database.ico -%%DATADIR%%/sources/environment/win32/bitmaps/dylan-file.ico -%%DATADIR%%/sources/environment/win32/bitmaps/dylan-project.ico -%%DATADIR%%/sources/environment/win32/bitmaps/dylan-source.ico -%%DATADIR%%/sources/environment/win32/bitmaps/edit-source.ico -%%DATADIR%%/sources/environment/win32/bitmaps/enabled-break.ico -%%DATADIR%%/sources/environment/win32/bitmaps/enabled-trace.ico -%%DATADIR%%/sources/environment/win32/bitmaps/error.ico -%%DATADIR%%/sources/environment/win32/bitmaps/examples.ico -%%DATADIR%%/sources/environment/win32/bitmaps/find-next.ico -%%DATADIR%%/sources/environment/win32/bitmaps/find-previous.ico -%%DATADIR%%/sources/environment/win32/bitmaps/find.ico -%%DATADIR%%/sources/environment/win32/bitmaps/folder.ico -%%DATADIR%%/sources/environment/win32/bitmaps/foreign.ico -%%DATADIR%%/sources/environment/win32/bitmaps/forward.ico -%%DATADIR%%/sources/environment/win32/bitmaps/function.ico -%%DATADIR%%/sources/environment/win32/bitmaps/generic.ico -%%DATADIR%%/sources/environment/win32/bitmaps/help.ico -%%DATADIR%%/sources/environment/win32/bitmaps/home.ico -%%DATADIR%%/sources/environment/win32/bitmaps/ierror.ico -%%DATADIR%%/sources/environment/win32/bitmaps/insert-new-dylan.ico -%%DATADIR%%/sources/environment/win32/bitmaps/insert-new-project.ico -%%DATADIR%%/sources/environment/win32/bitmaps/insert-new-text.ico -%%DATADIR%%/sources/environment/win32/bitmaps/interact.ico -%%DATADIR%%/sources/environment/win32/bitmaps/interactive-source.ico -%%DATADIR%%/sources/environment/win32/bitmaps/library.ico -%%DATADIR%%/sources/environment/win32/bitmaps/lid-file.ico -%%DATADIR%%/sources/environment/win32/bitmaps/link.ico -%%DATADIR%%/sources/environment/win32/bitmaps/load.ico -%%DATADIR%%/sources/environment/win32/bitmaps/lp-spec-file.ico -%%DATADIR%%/sources/environment/win32/bitmaps/macro-def.ico -%%DATADIR%%/sources/environment/win32/bitmaps/method.ico -%%DATADIR%%/sources/environment/win32/bitmaps/module.ico -%%DATADIR%%/sources/environment/win32/bitmaps/new-dylan.ico -%%DATADIR%%/sources/environment/win32/bitmaps/new-project.ico -%%DATADIR%%/sources/environment/win32/bitmaps/new-text.ico -%%DATADIR%%/sources/environment/win32/bitmaps/new.ico -%%DATADIR%%/sources/environment/win32/bitmaps/object.ico -%%DATADIR%%/sources/environment/win32/bitmaps/open.ico -%%DATADIR%%/sources/environment/win32/bitmaps/page-setup.ico -%%DATADIR%%/sources/environment/win32/bitmaps/paste.ico -%%DATADIR%%/sources/environment/win32/bitmaps/pause.ico -%%DATADIR%%/sources/environment/win32/bitmaps/play.ico -%%DATADIR%%/sources/environment/win32/bitmaps/playground.ico -%%DATADIR%%/sources/environment/win32/bitmaps/potential-break.ico -%%DATADIR%%/sources/environment/win32/bitmaps/print.ico -%%DATADIR%%/sources/environment/win32/bitmaps/profile-point.ico -%%DATADIR%%/sources/environment/win32/bitmaps/profile.ico -%%DATADIR%%/sources/environment/win32/bitmaps/project.ico -%%DATADIR%%/sources/environment/win32/bitmaps/prompt.ico -%%DATADIR%%/sources/environment/win32/bitmaps/redo.ico -%%DATADIR%%/sources/environment/win32/bitmaps/replace.ico -%%DATADIR%%/sources/environment/win32/bitmaps/restart.ico -%%DATADIR%%/sources/environment/win32/bitmaps/run.ico -%%DATADIR%%/sources/environment/win32/bitmaps/save-all.ico -%%DATADIR%%/sources/environment/win32/bitmaps/save.ico -%%DATADIR%%/sources/environment/win32/bitmaps/serious-warning.ico -%%DATADIR%%/sources/environment/win32/bitmaps/slot.ico -%%DATADIR%%/sources/environment/win32/bitmaps/spec-file.ico -%%DATADIR%%/sources/environment/win32/bitmaps/splash-screen.bmp -%%DATADIR%%/sources/environment/win32/bitmaps/stack-frame.ico -%%DATADIR%%/sources/environment/win32/bitmaps/step-break.ico -%%DATADIR%%/sources/environment/win32/bitmaps/step-into.ico -%%DATADIR%%/sources/environment/win32/bitmaps/step-out.ico -%%DATADIR%%/sources/environment/win32/bitmaps/step-over.ico -%%DATADIR%%/sources/environment/win32/bitmaps/stop.ico -%%DATADIR%%/sources/environment/win32/bitmaps/test-break.ico -%%DATADIR%%/sources/environment/win32/bitmaps/text-file.ico -%%DATADIR%%/sources/environment/win32/bitmaps/thread-variable.ico -%%DATADIR%%/sources/environment/win32/bitmaps/threads.ico -%%DATADIR%%/sources/environment/win32/bitmaps/top-level-expression.ico -%%DATADIR%%/sources/environment/win32/bitmaps/top-of-stack.ico -%%DATADIR%%/sources/environment/win32/bitmaps/tutorial.ico -%%DATADIR%%/sources/environment/win32/bitmaps/unbound.ico -%%DATADIR%%/sources/environment/win32/bitmaps/uncheck-mark.ico -%%DATADIR%%/sources/environment/win32/bitmaps/undo.ico -%%DATADIR%%/sources/environment/win32/bitmaps/up-stack.ico -%%DATADIR%%/sources/environment/win32/bitmaps/uses-folder.ico -%%DATADIR%%/sources/environment/win32/bitmaps/values.ico -%%DATADIR%%/sources/environment/win32/bitmaps/variable.ico -%%DATADIR%%/sources/environment/win32/bitmaps/warning.ico -%%DATADIR%%/sources/environment/win32/bitmaps/wizard.bmp -%%DATADIR%%/sources/environment/win32/bitmaps/wizard.ico -%%DATADIR%%/sources/environment/win32/environment-frames.dylan -%%DATADIR%%/sources/environment/win32/initialization.dylan -%%DATADIR%%/sources/environment/win32/library.dylan -%%DATADIR%%/sources/environment/win32/module.dylan -%%DATADIR%%/sources/environment/win32/start.dylan -%%DATADIR%%/sources/environment/win32/win32-environment.lid -%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-buttons/bitmaps.rc -%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-buttons/library.dylan -%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-buttons/module.dylan -%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-buttons/status-buttons.dylan -%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-buttons/status-buttons.hdp -%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-buttons/taskbar-error.ico -%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-buttons/taskbar-ok.ico -%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-buttons/taskbar-warning.ico -%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-icons/bitmaps.rc -%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-icons/c-interface.dylan -%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-icons/library.dylan -%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-icons/module.dylan -%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-icons/start.dylan -%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-icons/status-icons.dylan -%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-icons/status-icons.hdp -%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-icons/taskbar-error.ico -%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-icons/taskbar-ok.ico -%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/status-icons/taskbar-warning.ico -%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/win32-taskbar/library.dylan -%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/win32-taskbar/module.dylan -%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/win32-taskbar/win32-taskbar.dylan -%%DATADIR%%/sources/examples/c-ffi/taskbar-icons/win32-taskbar/win32-taskbar.hdp -%%DATADIR%%/sources/examples/console/towers-of-hanoi/README.html -%%DATADIR%%/sources/examples/console/towers-of-hanoi/hanoi.dylan -%%DATADIR%%/sources/examples/console/towers-of-hanoi/hanoi.hdp -%%DATADIR%%/sources/examples/console/towers-of-hanoi/library.dylan -%%DATADIR%%/sources/examples/console/towers-of-hanoi/start.dylan -%%DATADIR%%/sources/examples/documentation/RotNExample/RotNExample-client.dylan -%%DATADIR%%/sources/examples/documentation/RotNExample/RotNExample-server.dylan -%%DATADIR%%/sources/examples/documentation/RotNExample/RotNExample.tlb -%%DATADIR%%/sources/examples/documentation/airport/airport-classes.dylan -%%DATADIR%%/sources/examples/documentation/airport/airport-library.dylan -%%DATADIR%%/sources/examples/documentation/airport/airport-test-library.dylan -%%DATADIR%%/sources/examples/documentation/airport/airport-test.dylan -%%DATADIR%%/sources/examples/documentation/airport/airport-test.hdp -%%DATADIR%%/sources/examples/documentation/airport/airport-test.lid -%%DATADIR%%/sources/examples/documentation/airport/airport.hdp -%%DATADIR%%/sources/examples/documentation/airport/airport.lid -%%DATADIR%%/sources/examples/documentation/airport/angle-library.dylan -%%DATADIR%%/sources/examples/documentation/airport/angle.dylan -%%DATADIR%%/sources/examples/documentation/airport/angle.hdp -%%DATADIR%%/sources/examples/documentation/airport/angle.lid -%%DATADIR%%/sources/examples/documentation/airport/definitions-library.dylan -%%DATADIR%%/sources/examples/documentation/airport/definitions.dylan -%%DATADIR%%/sources/examples/documentation/airport/definitions.hdp -%%DATADIR%%/sources/examples/documentation/airport/definitions.lid -%%DATADIR%%/sources/examples/documentation/airport/position.dylan -%%DATADIR%%/sources/examples/documentation/airport/say-library.dylan -%%DATADIR%%/sources/examples/documentation/airport/say.dylan -%%DATADIR%%/sources/examples/documentation/airport/say.hdp -%%DATADIR%%/sources/examples/documentation/airport/say.lid -%%DATADIR%%/sources/examples/documentation/airport/schedule.dylan -%%DATADIR%%/sources/examples/documentation/airport/sixty-unit-library.dylan -%%DATADIR%%/sources/examples/documentation/airport/sixty-unit.dylan -%%DATADIR%%/sources/examples/documentation/airport/sixty-unit.hdp -%%DATADIR%%/sources/examples/documentation/airport/sixty-unit.lid -%%DATADIR%%/sources/examples/documentation/airport/sorted-sequence-library.dylan -%%DATADIR%%/sources/examples/documentation/airport/sorted-sequence.dylan -%%DATADIR%%/sources/examples/documentation/airport/sorted-sequence.hdp -%%DATADIR%%/sources/examples/documentation/airport/sorted-sequence.lid -%%DATADIR%%/sources/examples/documentation/airport/time-library.dylan -%%DATADIR%%/sources/examples/documentation/airport/time.dylan -%%DATADIR%%/sources/examples/documentation/airport/time.hdp -%%DATADIR%%/sources/examples/documentation/airport/time.lid -%%DATADIR%%/sources/examples/documentation/airport/vehicle-dynamics.dylan -%%DATADIR%%/sources/examples/documentation/reversi/algorithms.dylan -%%DATADIR%%/sources/examples/documentation/reversi/board.dylan -%%DATADIR%%/sources/examples/documentation/reversi/game.dylan -%%DATADIR%%/sources/examples/documentation/reversi/library.dylan -%%DATADIR%%/sources/examples/documentation/reversi/module.dylan -%%DATADIR%%/sources/examples/documentation/reversi/piece-shapes.dylan -%%DATADIR%%/sources/examples/documentation/reversi/reversi.lid -%%DATADIR%%/sources/examples/documentation/reversi/saving.dylan -%%DATADIR%%/sources/examples/documentation/reversi/start-reversi.dylan -%%DATADIR%%/sources/examples/documentation/reversi/win32-reversi.lid -%%DATADIR%%/sources/examples/documentation/task-list-1/frame.dylan -%%DATADIR%%/sources/examples/documentation/task-list-1/library.dylan -%%DATADIR%%/sources/examples/documentation/task-list-1/module.dylan -%%DATADIR%%/sources/examples/documentation/task-list-1/task-list.dylan -%%DATADIR%%/sources/examples/documentation/task-list-1/task-list.hdp -%%DATADIR%%/sources/examples/documentation/task-list-2/frame.dylan -%%DATADIR%%/sources/examples/documentation/task-list-2/library.dylan -%%DATADIR%%/sources/examples/documentation/task-list-2/module.dylan -%%DATADIR%%/sources/examples/documentation/task-list-2/task-list.dylan -%%DATADIR%%/sources/examples/documentation/task-list-2/task-list.hdp -%%DATADIR%%/sources/examples/dylan-programming/airport-test/airport-test-library.dylan -%%DATADIR%%/sources/examples/dylan-programming/airport-test/airport-test.dylan -%%DATADIR%%/sources/examples/dylan-programming/airport-test/airport-test.hdp -%%DATADIR%%/sources/examples/dylan-programming/airport-test/airport-test.lid -%%DATADIR%%/sources/examples/dylan-programming/airport/airport-classes.dylan -%%DATADIR%%/sources/examples/dylan-programming/airport/airport-library.dylan -%%DATADIR%%/sources/examples/dylan-programming/airport/airport.hdp -%%DATADIR%%/sources/examples/dylan-programming/airport/airport.lid -%%DATADIR%%/sources/examples/dylan-programming/airport/schedule.dylan -%%DATADIR%%/sources/examples/dylan-programming/airport/vehicle-dynamics.dylan -%%DATADIR%%/sources/examples/dylan-programming/angle/angle-library.dylan -%%DATADIR%%/sources/examples/dylan-programming/angle/angle.dylan -%%DATADIR%%/sources/examples/dylan-programming/angle/angle.hdp -%%DATADIR%%/sources/examples/dylan-programming/angle/angle.lid -%%DATADIR%%/sources/examples/dylan-programming/angle/position.dylan -%%DATADIR%%/sources/examples/dylan-programming/definitions/definitions-library.dylan -%%DATADIR%%/sources/examples/dylan-programming/definitions/definitions.dylan -%%DATADIR%%/sources/examples/dylan-programming/definitions/definitions.hdp -%%DATADIR%%/sources/examples/dylan-programming/definitions/definitions.lid -%%DATADIR%%/sources/examples/dylan-programming/say/say-library.dylan -%%DATADIR%%/sources/examples/dylan-programming/say/say.dylan -%%DATADIR%%/sources/examples/dylan-programming/say/say.hdp -%%DATADIR%%/sources/examples/dylan-programming/say/say.lid -%%DATADIR%%/sources/examples/dylan-programming/sixty-unit/sixty-unit-library.dylan -%%DATADIR%%/sources/examples/dylan-programming/sixty-unit/sixty-unit.dylan -%%DATADIR%%/sources/examples/dylan-programming/sixty-unit/sixty-unit.hdp -%%DATADIR%%/sources/examples/dylan-programming/sixty-unit/sixty-unit.lid -%%DATADIR%%/sources/examples/dylan-programming/sorted-sequence/sorted-sequence-library.dylan -%%DATADIR%%/sources/examples/dylan-programming/sorted-sequence/sorted-sequence.dylan -%%DATADIR%%/sources/examples/dylan-programming/sorted-sequence/sorted-sequence.hdp -%%DATADIR%%/sources/examples/dylan-programming/sorted-sequence/sorted-sequence.lid -%%DATADIR%%/sources/examples/dylan-programming/time/time-library.dylan -%%DATADIR%%/sources/examples/dylan-programming/time/time.dylan -%%DATADIR%%/sources/examples/dylan-programming/time/time.hdp -%%DATADIR%%/sources/examples/dylan-programming/time/time.lid -%%DATADIR%%/sources/examples/examples.css -%%DATADIR%%/sources/examples/odbc/access/readme.txt -%%DATADIR%%/sources/examples/odbc/database-viewer/README.html -%%DATADIR%%/sources/examples/odbc/database-viewer/database.dylan -%%DATADIR%%/sources/examples/odbc/database-viewer/library.dylan -%%DATADIR%%/sources/examples/odbc/database-viewer/main.dylan -%%DATADIR%%/sources/examples/odbc/database-viewer/module.dylan -%%DATADIR%%/sources/examples/odbc/database-viewer/thread-utilities.dylan -%%DATADIR%%/sources/examples/odbc/database-viewer/viewer.dylan -%%DATADIR%%/sources/examples/odbc/database-viewer/win32-database-viewer.lid -%%DATADIR%%/sources/examples/odbc/employee-explorer/back-end.dylan -%%DATADIR%%/sources/examples/odbc/employee-explorer/bitmaps.rc -%%DATADIR%%/sources/examples/odbc/employee-explorer/boss-eyes.ico -%%DATADIR%%/sources/examples/odbc/employee-explorer/employee-explorer.dylan -%%DATADIR%%/sources/examples/odbc/employee-explorer/employee-explorer.hdp -%%DATADIR%%/sources/examples/odbc/employee-explorer/employees.dylan -%%DATADIR%%/sources/examples/odbc/employee-explorer/frame.dylan -%%DATADIR%%/sources/examples/odbc/employee-explorer/library.dylan -%%DATADIR%%/sources/examples/odbc/employee-explorer/module.dylan -%%DATADIR%%/sources/examples/odbc/employee-explorer/serf-eyes.ico -%%DATADIR%%/sources/examples/odbc/select-viewer/library.dylan -%%DATADIR%%/sources/examples/odbc/select-viewer/module.dylan -%%DATADIR%%/sources/examples/odbc/select-viewer/odbc-back-end-version0.dylan -%%DATADIR%%/sources/examples/odbc/select-viewer/odbc-back-end-version1.dylan -%%DATADIR%%/sources/examples/odbc/select-viewer/odbc-back-end-version2.dylan -%%DATADIR%%/sources/examples/odbc/select-viewer/odbc-back-end.dylan -%%DATADIR%%/sources/examples/odbc/select-viewer/select-viewer.dylan -%%DATADIR%%/sources/examples/odbc/select-viewer/select-viewer.hdp -%%DATADIR%%/sources/examples/odbc/select-viewer/start.dylan -%%DATADIR%%/sources/examples/odbc/select-viewer/thread-utilities.dylan -%%DATADIR%%/sources/gtk/atk-dylan/atk-dylan.jam -%%DATADIR%%/sources/gtk/atk-dylan/atk-dylan.lid -%%DATADIR%%/sources/gtk/atk-dylan/atk.dylan -%%DATADIR%%/sources/gtk/atk-dylan/library.dylan -%%DATADIR%%/sources/gtk/atk-dylan/properties.dylan -%%DATADIR%%/sources/gtk/cairo-dylan/cairo-dylan.jam -%%DATADIR%%/sources/gtk/cairo-dylan/cairo-dylan.lid -%%DATADIR%%/sources/gtk/cairo-dylan/cairo.dylan -%%DATADIR%%/sources/gtk/cairo-dylan/library.dylan -%%DATADIR%%/sources/gtk/cairo-dylan/support.dylan -%%DATADIR%%/sources/gtk/gdk-dylan/gdk-dylan.jam -%%DATADIR%%/sources/gtk/gdk-dylan/gdk-dylan.lid -%%DATADIR%%/sources/gtk/gdk-dylan/gdk.dylan -%%DATADIR%%/sources/gtk/gdk-dylan/library.dylan -%%DATADIR%%/sources/gtk/gdk-dylan/properties.dylan -%%DATADIR%%/sources/gtk/gdk-dylan/support.dylan -%%DATADIR%%/sources/gtk/gdkpixbuf-dylan/gdkpixbuf-dylan.jam -%%DATADIR%%/sources/gtk/gdkpixbuf-dylan/gdkpixbuf-dylan.lid -%%DATADIR%%/sources/gtk/gdkpixbuf-dylan/gdkpixbuf.dylan -%%DATADIR%%/sources/gtk/gdkpixbuf-dylan/library.dylan -%%DATADIR%%/sources/gtk/gdkpixbuf-dylan/properties.dylan -%%DATADIR%%/sources/gtk/gio-dylan/gio-dylan.jam -%%DATADIR%%/sources/gtk/gio-dylan/gio-dylan.lid -%%DATADIR%%/sources/gtk/gio-dylan/gio.dylan -%%DATADIR%%/sources/gtk/gio-dylan/library.dylan -%%DATADIR%%/sources/gtk/gio-dylan/properties.dylan -%%DATADIR%%/sources/gtk/glib-dylan/glib-dylan.jam -%%DATADIR%%/sources/gtk/glib-dylan/glib-dylan.lid -%%DATADIR%%/sources/gtk/glib-dylan/glib.dylan -%%DATADIR%%/sources/gtk/glib-dylan/library.dylan -%%DATADIR%%/sources/gtk/gmodule-dylan/gmodule-dylan.jam -%%DATADIR%%/sources/gtk/gmodule-dylan/gmodule-dylan.lid -%%DATADIR%%/sources/gtk/gmodule-dylan/gmodule.dylan -%%DATADIR%%/sources/gtk/gmodule-dylan/library.dylan -%%DATADIR%%/sources/gtk/gobject-dylan/gobject-dylan.jam -%%DATADIR%%/sources/gtk/gobject-dylan/gobject-dylan.lid -%%DATADIR%%/sources/gtk/gobject-dylan/gobject-glue.dylan -%%DATADIR%%/sources/gtk/gobject-dylan/gobject.dylan -%%DATADIR%%/sources/gtk/gobject-dylan/library.dylan -%%DATADIR%%/sources/gtk/gobject-dylan/properties.dylan -%%DATADIR%%/sources/gtk/gobject-dylan/support.c -%%DATADIR%%/sources/gtk/gtk-dylan/gtk-constants.dylan -%%DATADIR%%/sources/gtk/gtk-dylan/gtk-dylan.jam -%%DATADIR%%/sources/gtk/gtk-dylan/gtk-dylan.lid -%%DATADIR%%/sources/gtk/gtk-dylan/gtk-support.dylan -%%DATADIR%%/sources/gtk/gtk-dylan/gtk.dylan -%%DATADIR%%/sources/gtk/gtk-dylan/library.dylan -%%DATADIR%%/sources/gtk/gtk-dylan/properties.dylan -%%DATADIR%%/sources/gtk/gtk-dylan/support.c -%%DATADIR%%/sources/gtk/pango-dylan/library.dylan -%%DATADIR%%/sources/gtk/pango-dylan/pango-cairo.dylan -%%DATADIR%%/sources/gtk/pango-dylan/pango-dylan.jam -%%DATADIR%%/sources/gtk/pango-dylan/pango-dylan.lid -%%DATADIR%%/sources/gtk/pango-dylan/pango.dylan -%%DATADIR%%/sources/gtk/xlib-dylan/library.dylan -%%DATADIR%%/sources/gtk/xlib-dylan/xlib-dylan.jam -%%DATADIR%%/sources/gtk/xlib-dylan/xlib-dylan.lid -%%DATADIR%%/sources/gtk/xlib-dylan/xlib.dylan -%%DATADIR%%/sources/harp/binary-builder/binary-builder.lid -%%DATADIR%%/sources/harp/binary-builder/builder.dylan -%%DATADIR%%/sources/harp/binary-builder/library.dylan -%%DATADIR%%/sources/harp/binary-builder/sections.dylan -%%DATADIR%%/sources/harp/binary-manager/binary-manager.lid -%%DATADIR%%/sources/harp/binary-manager/library.dylan -%%DATADIR%%/sources/harp/binary-manager/representation.dylan -%%DATADIR%%/sources/harp/binary-outputter/binary-outputter.lid -%%DATADIR%%/sources/harp/binary-outputter/library.dylan -%%DATADIR%%/sources/harp/binary-outputter/outputter.dylan -%%DATADIR%%/sources/harp/coff-builder/coff-builder.dylan -%%DATADIR%%/sources/harp/coff-builder/coff-builder.lid -%%DATADIR%%/sources/harp/coff-builder/library.dylan -%%DATADIR%%/sources/harp/coff-debug/coff-debug.dylan -%%DATADIR%%/sources/harp/coff-debug/coff-debug.lid -%%DATADIR%%/sources/harp/coff-debug/coff-print.dylan -%%DATADIR%%/sources/harp/coff-debug/coff-reader.dylan -%%DATADIR%%/sources/harp/coff-debug/library.dylan -%%DATADIR%%/sources/harp/coff-debug/module.dylan -%%DATADIR%%/sources/harp/coff-manager/coff-constants.dylan -%%DATADIR%%/sources/harp/coff-manager/coff-manager-module.dylan -%%DATADIR%%/sources/harp/coff-manager/coff-manager.lid -%%DATADIR%%/sources/harp/coff-manager/coff-representation.dylan -%%DATADIR%%/sources/harp/coff-manager/coff-sizes.dylan -%%DATADIR%%/sources/harp/coff-manager/coff-writer.dylan -%%DATADIR%%/sources/harp/coff-manager/library.dylan -%%DATADIR%%/sources/harp/coff-manager/module.dylan -%%DATADIR%%/sources/harp/core-harp/asm-allocate.dylan -%%DATADIR%%/sources/harp/core-harp/asm-code-select.dylan -%%DATADIR%%/sources/harp/core-harp/asm-colour-graph.dylan -%%DATADIR%%/sources/harp/core-harp/asm-lambda-code.dylan -%%DATADIR%%/sources/harp/core-harp/asm-linearise.dylan -%%DATADIR%%/sources/harp/core-harp/asm-outputter.dylan -%%DATADIR%%/sources/harp/core-harp/asm-top-level.dylan -%%DATADIR%%/sources/harp/core-harp/basic-block-support.dylan -%%DATADIR%%/sources/harp/core-harp/basic-block.dylan -%%DATADIR%%/sources/harp/core-harp/bb-macros.dylan -%%DATADIR%%/sources/harp/core-harp/bb.dylan -%%DATADIR%%/sources/harp/core-harp/bitset-macros.dylan -%%DATADIR%%/sources/harp/core-harp/bitset.dylan -%%DATADIR%%/sources/harp/core-harp/compiled-lambda.dylan -%%DATADIR%%/sources/harp/core-harp/consistency.dylan -%%DATADIR%%/sources/harp/core-harp/constant-ref-support.dylan -%%DATADIR%%/sources/harp/core-harp/constant-ref.dylan -%%DATADIR%%/sources/harp/core-harp/core-instructions.dylan -%%DATADIR%%/sources/harp/core-harp/debug-info.dylan -%%DATADIR%%/sources/harp/core-harp/function-offsets.dylan -%%DATADIR%%/sources/harp/core-harp/harp-back-end.dylan -%%DATADIR%%/sources/harp/core-harp/harp-constants.dylan -%%DATADIR%%/sources/harp/core-harp/harp-definitions.dylan -%%DATADIR%%/sources/harp/core-harp/harp-invoke.dylan -%%DATADIR%%/sources/harp/core-harp/harp-macros.dylan -%%DATADIR%%/sources/harp/core-harp/harp-new-macros.dylan -%%DATADIR%%/sources/harp/core-harp/harp-outputter.dylan -%%DATADIR%%/sources/harp/core-harp/harp-outputters.dylan -%%DATADIR%%/sources/harp/core-harp/harp-predicates.dylan -%%DATADIR%%/sources/harp/core-harp/harp-print.dylan -%%DATADIR%%/sources/harp/core-harp/harp-spread.dylan -%%DATADIR%%/sources/harp/core-harp/harp-support.dylan -%%DATADIR%%/sources/harp/core-harp/harp-vars.dylan -%%DATADIR%%/sources/harp/core-harp/harp.lid -%%DATADIR%%/sources/harp/core-harp/indep-utils.dylan -%%DATADIR%%/sources/harp/core-harp/instruction-macros.dylan -%%DATADIR%%/sources/harp/core-harp/instruction-support.dylan -%%DATADIR%%/sources/harp/core-harp/interactive-outputter.dylan -%%DATADIR%%/sources/harp/core-harp/library.dylan -%%DATADIR%%/sources/harp/core-harp/logcount.dylan -%%DATADIR%%/sources/harp/core-harp/macro-support.dylan -%%DATADIR%%/sources/harp/core-harp/module.dylan -%%DATADIR%%/sources/harp/core-harp/multi-outputter.dylan -%%DATADIR%%/sources/harp/core-harp/op.dylan -%%DATADIR%%/sources/harp/core-harp/packed-slots.dylan -%%DATADIR%%/sources/harp/core-harp/post-cg-lambda.dylan -%%DATADIR%%/sources/harp/core-harp/print-outputter.dylan -%%DATADIR%%/sources/harp/core-harp/real-register.dylan -%%DATADIR%%/sources/harp/core-harp/register-model.dylan -%%DATADIR%%/sources/harp/core-harp/register-support.dylan -%%DATADIR%%/sources/harp/core-harp/sdi.dylan -%%DATADIR%%/sources/harp/core-harp/span-dependent.dylan -%%DATADIR%%/sources/harp/core-harp/spill.dylan -%%DATADIR%%/sources/harp/core-harp/tag.dylan -%%DATADIR%%/sources/harp/core-harp/template-macros.dylan -%%DATADIR%%/sources/harp/core-harp/virtual-register.dylan -%%DATADIR%%/sources/harp/core-harp/vreg-state.dylan -%%DATADIR%%/sources/harp/gnu-as-outputter/gnu-as-outputter.dylan -%%DATADIR%%/sources/harp/gnu-as-outputter/gnu-as-outputter.lid -%%DATADIR%%/sources/harp/gnu-as-outputter/library.dylan -%%DATADIR%%/sources/harp/harp-cg-back-end/harp-cg-back-end-module.dylan -%%DATADIR%%/sources/harp/harp-cg-back-end/harp-cg-back-end.dylan -%%DATADIR%%/sources/harp/harp-cg-back-end/harp-cg-back-end.lid -%%DATADIR%%/sources/harp/harp-cg-back-end/variables.dylan -%%DATADIR%%/sources/harp/harp-coff/coff-outputter.dylan -%%DATADIR%%/sources/harp/harp-coff/cv4-builder.dylan -%%DATADIR%%/sources/harp/harp-coff/harp-coff.lid -%%DATADIR%%/sources/harp/harp-coff/library.dylan -%%DATADIR%%/sources/harp/harp-coff/module.dylan -%%DATADIR%%/sources/harp/mnemonic-assembler/library.dylan -%%DATADIR%%/sources/harp/mnemonic-assembler/mnemonic-assembler.dylan -%%DATADIR%%/sources/harp/mnemonic-assembler/mnemonic-assembler.lid -%%DATADIR%%/sources/harp/native-rtg/alloc-primitives.dylan -%%DATADIR%%/sources/harp/native-rtg/apply-entry-points.dylan -%%DATADIR%%/sources/harp/native-rtg/basic-primitives.dylan -%%DATADIR%%/sources/harp/native-rtg/c-primitives.dylan -%%DATADIR%%/sources/harp/native-rtg/calling-convention.dylan -%%DATADIR%%/sources/harp/native-rtg/create-runtime.dylan -%%DATADIR%%/sources/harp/native-rtg/debug-primitives.dylan -%%DATADIR%%/sources/harp/native-rtg/dispatch-entries.dylan -%%DATADIR%%/sources/harp/native-rtg/dispatch-support.dylan -%%DATADIR%%/sources/harp/native-rtg/entry-checks.dylan -%%DATADIR%%/sources/harp/native-rtg/entry-points.dylan -%%DATADIR%%/sources/harp/native-rtg/exception-handlers.dylan -%%DATADIR%%/sources/harp/native-rtg/ffi-barrier.dylan -%%DATADIR%%/sources/harp/native-rtg/keyword-support.dylan -%%DATADIR%%/sources/harp/native-rtg/leaf-primitives.dylan -%%DATADIR%%/sources/harp/native-rtg/library.dylan -%%DATADIR%%/sources/harp/native-rtg/mangling.dylan -%%DATADIR%%/sources/harp/native-rtg/module.dylan -%%DATADIR%%/sources/harp/native-rtg/native-rtg.lid -%%DATADIR%%/sources/harp/native-rtg/nlx-primitives.dylan -%%DATADIR%%/sources/harp/native-rtg/optionals-support.dylan -%%DATADIR%%/sources/harp/native-rtg/os-primitives.dylan -%%DATADIR%%/sources/harp/native-rtg/primitives-support.dylan -%%DATADIR%%/sources/harp/native-rtg/registration.dylan -%%DATADIR%%/sources/harp/native-rtg/runtime-constants.dylan -%%DATADIR%%/sources/harp/native-rtg/runtime-utils.dylan -%%DATADIR%%/sources/harp/native-rtg/stack-overflow.dylan -%%DATADIR%%/sources/harp/native-rtg/symbol-registration.dylan -%%DATADIR%%/sources/harp/native/branches.dylan -%%DATADIR%%/sources/harp/native/complex-instruction-set.dylan -%%DATADIR%%/sources/harp/native/general.dylan -%%DATADIR%%/sources/harp/native/harp-native.lid -%%DATADIR%%/sources/harp/native/instruction-set.dylan -%%DATADIR%%/sources/harp/native/instruction-specials.dylan -%%DATADIR%%/sources/harp/native/leaf-case.dylan -%%DATADIR%%/sources/harp/native/library.dylan -%%DATADIR%%/sources/harp/native/module.dylan -%%DATADIR%%/sources/harp/native/native-back-end.dylan -%%DATADIR%%/sources/harp/native/save-res.dylan -%%DATADIR%%/sources/harp/native/thread-environment-offsets.dylan -%%DATADIR%%/sources/harp/unix-rtg/c-primitives.dylan -%%DATADIR%%/sources/harp/unix-rtg/debug-primitives.dylan -%%DATADIR%%/sources/harp/unix-rtg/ffi-barrier.dylan -%%DATADIR%%/sources/harp/unix-rtg/library.dylan -%%DATADIR%%/sources/harp/unix-rtg/mangling.dylan -%%DATADIR%%/sources/harp/unix-rtg/module.dylan -%%DATADIR%%/sources/harp/unix-rtg/nlx-primitives.dylan -%%DATADIR%%/sources/harp/unix-rtg/os-primitives.dylan -%%DATADIR%%/sources/harp/unix-rtg/registration.dylan -%%DATADIR%%/sources/harp/unix-rtg/stack-overflow.dylan -%%DATADIR%%/sources/harp/unix-rtg/unix-rtg.lid -%%DATADIR%%/sources/harp/x86-rtg/apply-entry-points.dylan -%%DATADIR%%/sources/harp/x86-rtg/c-entry-points.dylan -%%DATADIR%%/sources/harp/x86-rtg/leaf-primitives.dylan -%%DATADIR%%/sources/harp/x86-rtg/library.dylan -%%DATADIR%%/sources/harp/x86-rtg/module.dylan -%%DATADIR%%/sources/harp/x86-rtg/optionals-support.dylan -%%DATADIR%%/sources/harp/x86-rtg/runtime-utils.dylan -%%DATADIR%%/sources/harp/x86-rtg/x86-rtg.lid -%%DATADIR%%/sources/harp/x86-unix-rtg/library.dylan -%%DATADIR%%/sources/harp/x86-unix-rtg/module.dylan -%%DATADIR%%/sources/harp/x86-unix-rtg/x86-unix-rtg.lid -%%DATADIR%%/sources/harp/x86-windows-rtg/c-primitives.dylan -%%DATADIR%%/sources/harp/x86-windows-rtg/debug-primitives.dylan -%%DATADIR%%/sources/harp/x86-windows-rtg/ffi-barrier.dylan -%%DATADIR%%/sources/harp/x86-windows-rtg/library.dylan -%%DATADIR%%/sources/harp/x86-windows-rtg/module.dylan -%%DATADIR%%/sources/harp/x86-windows-rtg/nlx-primitives.dylan -%%DATADIR%%/sources/harp/x86-windows-rtg/os-primitives.dylan -%%DATADIR%%/sources/harp/x86-windows-rtg/primitives-support.dylan -%%DATADIR%%/sources/harp/x86-windows-rtg/registration.dylan -%%DATADIR%%/sources/harp/x86-windows-rtg/runtime-constants.dylan -%%DATADIR%%/sources/harp/x86-windows-rtg/stack-overflow.dylan -%%DATADIR%%/sources/harp/x86-windows-rtg/x86-windows-rtg.lid -%%DATADIR%%/sources/harp/x86/allocate.dylan -%%DATADIR%%/sources/harp/x86/asm-assemble.dylan -%%DATADIR%%/sources/harp/x86/back-end.dylan -%%DATADIR%%/sources/harp/x86/bits.dylan -%%DATADIR%%/sources/harp/x86/branches.dylan -%%DATADIR%%/sources/harp/x86/codefrag.dylan -%%DATADIR%%/sources/harp/x86/compare-words.dylan -%%DATADIR%%/sources/harp/x86/copyword.dylan -%%DATADIR%%/sources/harp/x86/dummy-test.dylan -%%DATADIR%%/sources/harp/x86/flt-ariths.dylan -%%DATADIR%%/sources/harp/x86/flt-branches.dylan -%%DATADIR%%/sources/harp/x86/flt-general.dylan -%%DATADIR%%/sources/harp/x86/flt-moves.dylan -%%DATADIR%%/sources/harp/x86/flt-transcendentals.dylan -%%DATADIR%%/sources/harp/x86/general.dylan -%%DATADIR%%/sources/harp/x86/grp-1.dylan -%%DATADIR%%/sources/harp/x86/harp-x86.lid -%%DATADIR%%/sources/harp/x86/instructions.dylan -%%DATADIR%%/sources/harp/x86/jumps.dylan -%%DATADIR%%/sources/harp/x86/library.dylan -%%DATADIR%%/sources/harp/x86/module.dylan -%%DATADIR%%/sources/harp/x86/moves.dylan -%%DATADIR%%/sources/harp/x86/mul-div.dylan -%%DATADIR%%/sources/harp/x86/overflow.dylan -%%DATADIR%%/sources/harp/x86/pcspecif.dylan -%%DATADIR%%/sources/harp/x86/pentium-macros.dylan -%%DATADIR%%/sources/harp/x86/pushes.dylan -%%DATADIR%%/sources/harp/x86/quick-test.dylan -%%DATADIR%%/sources/harp/x86/registers.dylan -%%DATADIR%%/sources/harp/x86/save-res.dylan -%%DATADIR%%/sources/harp/x86/shifts.dylan -%%DATADIR%%/sources/harp/x86/three-2.dylan -%%DATADIR%%/sources/io/buffered-format.dylan -%%DATADIR%%/sources/io/format-condition.dylan -%%DATADIR%%/sources/io/format-out.dylan -%%DATADIR%%/sources/io/format.dylan -%%DATADIR%%/sources/io/library.dylan -%%DATADIR%%/sources/io/pprint.dylan -%%DATADIR%%/sources/io/print-double-integer-kludge.dylan -%%DATADIR%%/sources/io/print.dylan -%%DATADIR%%/sources/io/streams/async-writes.dylan -%%DATADIR%%/sources/io/streams/buffer.dylan -%%DATADIR%%/sources/io/streams/buffered-stream.dylan -%%DATADIR%%/sources/io/streams/cleanup-streams.dylan -%%DATADIR%%/sources/io/streams/convenience.dylan -%%DATADIR%%/sources/io/streams/defs.dylan -%%DATADIR%%/sources/io/streams/external-stream.dylan -%%DATADIR%%/sources/io/streams/file-stream.dylan -%%DATADIR%%/sources/io/streams/multi-buffered-streams.dylan -%%DATADIR%%/sources/io/streams/native-buffer.dylan -%%DATADIR%%/sources/io/streams/native-speed.dylan -%%DATADIR%%/sources/io/streams/sequence-stream.dylan -%%DATADIR%%/sources/io/streams/stream.dylan -%%DATADIR%%/sources/io/streams/typed-stream.dylan -%%DATADIR%%/sources/io/streams/wrapper-stream.dylan -%%DATADIR%%/sources/io/tests/format.dylan -%%DATADIR%%/sources/io/tests/io-test-suite.lid -%%DATADIR%%/sources/io/tests/library.dylan -%%DATADIR%%/sources/io/tests/pprint.dylan -%%DATADIR%%/sources/io/tests/print.dylan -%%DATADIR%%/sources/io/tests/specification.dylan -%%DATADIR%%/sources/io/tests/streams.dylan -%%DATADIR%%/sources/io/tests/temp-files.dylan -%%DATADIR%%/sources/io/unix-file-accessor.dylan -%%DATADIR%%/sources/io/unix-interface.dylan -%%DATADIR%%/sources/io/unix-io.lid -%%DATADIR%%/sources/io/unix-portability.c -%%DATADIR%%/sources/io/unix-standard-io.dylan -%%DATADIR%%/sources/io/version.rc -%%DATADIR%%/sources/io/win32-file-accessor.dylan -%%DATADIR%%/sources/io/win32-interface.dylan -%%DATADIR%%/sources/io/win32-io.lid -%%DATADIR%%/sources/io/win32-standard-io.dylan -%%DATADIR%%/sources/jamfiles/Makefile.in -%%DATADIR%%/sources/jamfiles/arm-linux-build.jam -%%DATADIR%%/sources/jamfiles/config.jam.in -%%DATADIR%%/sources/jamfiles/mini-jambase.jam -%%DATADIR%%/sources/jamfiles/posix-build.jam -%%DATADIR%%/sources/jamfiles/ppc-darwin-build.jam -%%DATADIR%%/sources/jamfiles/x86-darwin-build.jam -%%DATADIR%%/sources/jamfiles/x86-freebsd-build.jam -%%DATADIR%%/sources/jamfiles/x86-linux-build.jam -%%DATADIR%%/sources/jamfiles/x86-win32-pellesc-build.jam -%%DATADIR%%/sources/jamfiles/x86-win32-vc6-build.jam -%%DATADIR%%/sources/jamfiles/x86-win32-vc7-build.jam -%%DATADIR%%/sources/jamfiles/x86-win32-vc8-build.jam -%%DATADIR%%/sources/jamfiles/x86_64-darwin-build.jam -%%DATADIR%%/sources/jamfiles/x86_64-freebsd-build.jam -%%DATADIR%%/sources/jamfiles/x86_64-linux-build.jam -%%DATADIR%%/sources/lib/big-integers/big-integers-win32.lid -%%DATADIR%%/sources/lib/big-integers/big-integers.lid -%%DATADIR%%/sources/lib/big-integers/double-integer.dylan -%%DATADIR%%/sources/lib/big-integers/library.dylan -%%DATADIR%%/sources/lib/big-integers/version.rc -%%DATADIR%%/sources/lib/build-system/build-system.lid -%%DATADIR%%/sources/lib/build-system/build.dylan -%%DATADIR%%/sources/lib/build-system/jam-build.dylan -%%DATADIR%%/sources/lib/build-system/library.dylan -%%DATADIR%%/sources/lib/build-system/paths.dylan -%%DATADIR%%/sources/lib/build-system/variables.dylan -%%DATADIR%%/sources/lib/c-ffi/allocator.dylan -%%DATADIR%%/sources/lib/c-ffi/c-type-cast.dylan -%%DATADIR%%/sources/lib/c-ffi/c-types.dylan -%%DATADIR%%/sources/lib/c-ffi/c-utility-classes.dylan -%%DATADIR%%/sources/lib/c-ffi/make-destroy.dylan -%%DATADIR%%/sources/lib/c-ffi/memory-functions.dylan -%%DATADIR%%/sources/lib/c-ffi/pointer-ref.dylan -%%DATADIR%%/sources/lib/c-ffi/pointer-value.dylan -%%DATADIR%%/sources/lib/c-ffi/test/c-ffi-test-library.dylan -%%DATADIR%%/sources/lib/c-ffi/test/c-ffi-test.lid -%%DATADIR%%/sources/lib/c-ffi/test/main.c -%%DATADIR%%/sources/lib/c-ffi/test/main.h -%%DATADIR%%/sources/lib/c-ffi/test/tests.dylan -%%DATADIR%%/sources/lib/c-ffi/unix-c-ffi-library.dylan -%%DATADIR%%/sources/lib/c-ffi/unix-c-ffi.lid -%%DATADIR%%/sources/lib/c-ffi/unix-core-types.dylan -%%DATADIR%%/sources/lib/c-ffi/version.rc -%%DATADIR%%/sources/lib/c-ffi/win32-c-ffi-library.dylan -%%DATADIR%%/sources/lib/c-ffi/win32-c-ffi.lid -%%DATADIR%%/sources/lib/c-ffi/win32-core-types.dylan -%%DATADIR%%/sources/lib/c-lexer/c-lexer.lid -%%DATADIR%%/sources/lib/c-lexer/cpp/cpp-conditionals.dylan -%%DATADIR%%/sources/lib/c-lexer/cpp/cpp-tester-library.dylan -%%DATADIR%%/sources/lib/c-lexer/cpp/cpp-tester.dylan -%%DATADIR%%/sources/lib/c-lexer/cpp/cpp-tester.lid -%%DATADIR%%/sources/lib/c-lexer/cpp/cpp.dylan -%%DATADIR%%/sources/lib/c-lexer/lexer/c-lexer.dylan -%%DATADIR%%/sources/lib/c-lexer/lexer/c-plus-plus-reserved-words.dylan -%%DATADIR%%/sources/lib/c-lexer/lexer/characters.dylan -%%DATADIR%%/sources/lib/c-lexer/lexer/numbered-string-stream.dylan -%%DATADIR%%/sources/lib/c-lexer/lexer/pre-lexer.dylan -%%DATADIR%%/sources/lib/c-lexer/lexer/token-list.dylan -%%DATADIR%%/sources/lib/c-lexer/lexer/token.dylan -%%DATADIR%%/sources/lib/c-lexer/library.dylan -%%DATADIR%%/sources/lib/c-lexer/utilities/c-lexer-utilities.dylan -%%DATADIR%%/sources/lib/channels/channels-win32.lid -%%DATADIR%%/sources/lib/channels/channels.dylan -%%DATADIR%%/sources/lib/channels/channels.lid -%%DATADIR%%/sources/lib/channels/library.dylan -%%DATADIR%%/sources/lib/channels/tests/channels-tests.lid -%%DATADIR%%/sources/lib/channels/tests/channels.dylan -%%DATADIR%%/sources/lib/channels/tests/library.dylan -%%DATADIR%%/sources/lib/channels/version.rc -%%DATADIR%%/sources/lib/cl/cl-sequences.dylan -%%DATADIR%%/sources/lib/cl/cl-strings.dylan -%%DATADIR%%/sources/lib/cl/cl.lid -%%DATADIR%%/sources/lib/cl/library.dylan -%%DATADIR%%/sources/lib/cl/macros.dylan -%%DATADIR%%/sources/lib/cl/module.dylan -%%DATADIR%%/sources/lib/collection-extensions/Makegen -%%DATADIR%%/sources/lib/collection-extensions/collection-utils.dylan -%%DATADIR%%/sources/lib/collection-extensions/gd-collection-extensions.lid -%%DATADIR%%/sources/lib/collection-extensions/gd-library.dylan -%%DATADIR%%/sources/lib/collection-extensions/heap.dylan -%%DATADIR%%/sources/lib/collection-extensions/od-collection-extensions.lid -%%DATADIR%%/sources/lib/collection-extensions/od-library.dylan -%%DATADIR%%/sources/lib/collection-extensions/sde-vector.dylan -%%DATADIR%%/sources/lib/collection-extensions/sequence-diff.dylan -%%DATADIR%%/sources/lib/collection-extensions/sequence-utils.dylan -%%DATADIR%%/sources/lib/collection-extensions/solist.dylan -%%DATADIR%%/sources/lib/collection-extensions/strsearch.dylan -%%DATADIR%%/sources/lib/collection-extensions/subseq-copy-down.dylan -%%DATADIR%%/sources/lib/collection-extensions/subseq.dylan -%%DATADIR%%/sources/lib/collection-extensions/test/collection-extensions-test.dylan -%%DATADIR%%/sources/lib/collection-extensions/test/collection-extensions-test.lid -%%DATADIR%%/sources/lib/collection-extensions/test/collection-utils-suite.dylan -%%DATADIR%%/sources/lib/collection-extensions/test/heap-suite.dylan -%%DATADIR%%/sources/lib/collection-extensions/test/library.dylan -%%DATADIR%%/sources/lib/collection-extensions/test/module.dylan -%%DATADIR%%/sources/lib/collection-extensions/test/sde-vector-suite.dylan -%%DATADIR%%/sources/lib/collection-extensions/test/sequence-diff-suite.dylan -%%DATADIR%%/sources/lib/collection-extensions/test/sequence-utils-suite.dylan -%%DATADIR%%/sources/lib/collection-extensions/test/solist-suite.dylan -%%DATADIR%%/sources/lib/collection-extensions/test/subseq-suite.dylan -%%DATADIR%%/sources/lib/collection-extensions/test/vecsearch-suite.dylan -%%DATADIR%%/sources/lib/collection-extensions/vecsearch.dylan -%%DATADIR%%/sources/lib/command-line-parser/Makegen -%%DATADIR%%/sources/lib/command-line-parser/README.txt -%%DATADIR%%/sources/lib/command-line-parser/command-line-parser.dylan -%%DATADIR%%/sources/lib/command-line-parser/command-line-parser.lid -%%DATADIR%%/sources/lib/command-line-parser/library.dylan -%%DATADIR%%/sources/lib/command-line-parser/macros.dylan -%%DATADIR%%/sources/lib/command-line-parser/parsers.dylan -%%DATADIR%%/sources/lib/command-line-parser/tests/command-line-parser-test-suite-app-library.dylan -%%DATADIR%%/sources/lib/command-line-parser/tests/command-line-parser-test-suite-app.dylan -%%DATADIR%%/sources/lib/command-line-parser/tests/command-line-parser-test-suite-app.lid -%%DATADIR%%/sources/lib/command-line-parser/tests/command-line-parser-test-suite-library.dylan -%%DATADIR%%/sources/lib/command-line-parser/tests/command-line-parser-test-suite.dylan -%%DATADIR%%/sources/lib/command-line-parser/tests/command-line-parser-test-suite.lid -%%DATADIR%%/sources/lib/commands/commands-win32.lid -%%DATADIR%%/sources/lib/commands/commands.dylan -%%DATADIR%%/sources/lib/commands/commands.lid -%%DATADIR%%/sources/lib/commands/library.dylan -%%DATADIR%%/sources/lib/commands/module.dylan -%%DATADIR%%/sources/lib/commands/string-commands.dylan -%%DATADIR%%/sources/lib/commands/version.rc -%%DATADIR%%/sources/lib/disasm/disasm-class.dylan -%%DATADIR%%/sources/lib/disasm/disasm-decode.dylan -%%DATADIR%%/sources/lib/disasm/disasm-print.dylan -%%DATADIR%%/sources/lib/disasm/disasm-test/disasm-test.dylan -%%DATADIR%%/sources/lib/disasm/disasm-test/disasm-test.lid -%%DATADIR%%/sources/lib/disasm/disasm-test/library.dylan -%%DATADIR%%/sources/lib/disasm/disasm.lid -%%DATADIR%%/sources/lib/disasm/library.dylan -%%DATADIR%%/sources/lib/dispatch-profiler/dispatch-profiler-library.dylan -%%DATADIR%%/sources/lib/dispatch-profiler/dispatch-profiler.dylan -%%DATADIR%%/sources/lib/dispatch-profiler/dispatch-profiler.lid -%%DATADIR%%/sources/lib/dispatch-profiler/walk-dispatch.dylan -%%DATADIR%%/sources/lib/dood/class.dylan -%%DATADIR%%/sources/lib/dood/commit.dylan -%%DATADIR%%/sources/lib/dood/dood-64.lid -%%DATADIR%%/sources/lib/dood/dood-library.dylan -%%DATADIR%%/sources/lib/dood/dood.dylan -%%DATADIR%%/sources/lib/dood/dood.lid -%%DATADIR%%/sources/lib/dood/dumper.dylan -%%DATADIR%%/sources/lib/dood/io.dylan -%%DATADIR%%/sources/lib/dood/macros.dylan -%%DATADIR%%/sources/lib/dood/native-macros.dylan -%%DATADIR%%/sources/lib/dood/native.dylan -%%DATADIR%%/sources/lib/dood/object.dylan -%%DATADIR%%/sources/lib/dood/proxy.dylan -%%DATADIR%%/sources/lib/dood/queue.dylan -%%DATADIR%%/sources/lib/dood/speed.dylan -%%DATADIR%%/sources/lib/dood/statistics.dylan -%%DATADIR%%/sources/lib/dood/table-proxy.dylan -%%DATADIR%%/sources/lib/dood/tests/dood-test-suite-library.dylan -%%DATADIR%%/sources/lib/dood/tests/dood-test-suite.lid -%%DATADIR%%/sources/lib/dood/tests/test-suite.dylan -%%DATADIR%%/sources/lib/dood/types.dylan -%%DATADIR%%/sources/lib/dood/version.rc -%%DATADIR%%/sources/lib/dood/walk.dylan -%%DATADIR%%/sources/lib/dood/win32-dood.lid -%%DATADIR%%/sources/lib/dood/word-32.dylan -%%DATADIR%%/sources/lib/dood/word-64.dylan -%%DATADIR%%/sources/lib/dood/world.dylan -%%DATADIR%%/sources/lib/generic-arithmetic/generic-arithmetic-win32.lid -%%DATADIR%%/sources/lib/generic-arithmetic/generic-arithmetic.lid -%%DATADIR%%/sources/lib/generic-arithmetic/generic-for.dylan -%%DATADIR%%/sources/lib/generic-arithmetic/generic-integer.dylan -%%DATADIR%%/sources/lib/generic-arithmetic/generic-number.dylan -%%DATADIR%%/sources/lib/generic-arithmetic/generic-range.dylan -%%DATADIR%%/sources/lib/generic-arithmetic/library.dylan -%%DATADIR%%/sources/lib/generic-arithmetic/version.rc -%%DATADIR%%/sources/lib/grammar-compiler/grammar-compiler-library.dylan -%%DATADIR%%/sources/lib/grammar-compiler/grammar-compiler.dylan -%%DATADIR%%/sources/lib/grammar-compiler/grammar-compiler.lid -%%DATADIR%%/sources/lib/hash-algorithms/LICENSE -%%DATADIR%%/sources/lib/hash-algorithms/README.rst -%%DATADIR%%/sources/lib/hash-algorithms/hash-algorithms.dylan -%%DATADIR%%/sources/lib/hash-algorithms/hash-algorithms.lid -%%DATADIR%%/sources/lib/hash-algorithms/hash-macro.dylan -%%DATADIR%%/sources/lib/hash-algorithms/library.dylan -%%DATADIR%%/sources/lib/hash-algorithms/md5.c -%%DATADIR%%/sources/lib/hash-algorithms/registry/generic/hash-algorithms -%%DATADIR%%/sources/lib/hash-algorithms/registry/generic/hash-algorithms-test -%%DATADIR%%/sources/lib/hash-algorithms/sha1.c -%%DATADIR%%/sources/lib/hash-algorithms/sha2.c -%%DATADIR%%/sources/lib/hash-algorithms/test/hash-algorithms-test.dylan -%%DATADIR%%/sources/lib/hash-algorithms/test/hash-algorithms-test.lid -%%DATADIR%%/sources/lib/hash-algorithms/test/library.dylan -%%DATADIR%%/sources/lib/jam/jam-evaluator.dylan -%%DATADIR%%/sources/lib/jam/jam-glob.dylan -%%DATADIR%%/sources/lib/jam/jam-grist.dylan -%%DATADIR%%/sources/lib/jam/jam-header-scan.dylan -%%DATADIR%%/sources/lib/jam/jam-ir.dylan -%%DATADIR%%/sources/lib/jam/jam-parser.dylan -%%DATADIR%%/sources/lib/jam/jam-parser.dylgram -%%DATADIR%%/sources/lib/jam/jam-quote-unix.dylan -%%DATADIR%%/sources/lib/jam/jam-quote-win32.dylan -%%DATADIR%%/sources/lib/jam/jam-reader.dylan -%%DATADIR%%/sources/lib/jam/jam-regular-expression.dylan -%%DATADIR%%/sources/lib/jam/jam-state.dylan -%%DATADIR%%/sources/lib/jam/jam-target-build.dylan -%%DATADIR%%/sources/lib/jam/jam-target.dylan -%%DATADIR%%/sources/lib/jam/library.dylan -%%DATADIR%%/sources/lib/jam/regular-expression.dylan -%%DATADIR%%/sources/lib/jam/tests/jam-test-suite.lid -%%DATADIR%%/sources/lib/jam/tests/jam-test.dylan -%%DATADIR%%/sources/lib/jam/tests/library.dylan -%%DATADIR%%/sources/lib/jam/unix-jam.lid -%%DATADIR%%/sources/lib/jam/win32-jam.lid -%%DATADIR%%/sources/lib/lisp-reader/library.dylan -%%DATADIR%%/sources/lib/lisp-reader/lisp-reader.dylan -%%DATADIR%%/sources/lib/lisp-reader/lisp-reader.lid -%%DATADIR%%/sources/lib/llvm/bitcode.dylan -%%DATADIR%%/sources/lib/llvm/double-machine-word.dylan -%%DATADIR%%/sources/lib/llvm/llvm-asm-parser-library.dylan -%%DATADIR%%/sources/lib/llvm/llvm-asm-parser.dylan -%%DATADIR%%/sources/lib/llvm/llvm-asm-parser.dylgram -%%DATADIR%%/sources/lib/llvm/llvm-asm-parser.lid -%%DATADIR%%/sources/lib/llvm/llvm-asm-parser.spec -%%DATADIR%%/sources/lib/llvm/llvm-asm-reader.dylan -%%DATADIR%%/sources/lib/llvm/llvm-attribute.dylan -%%DATADIR%%/sources/lib/llvm/llvm-basic-block.dylan -%%DATADIR%%/sources/lib/llvm/llvm-bitcode.dylan -%%DATADIR%%/sources/lib/llvm/llvm-builder.dylan -%%DATADIR%%/sources/lib/llvm/llvm-constant.dylan -%%DATADIR%%/sources/lib/llvm/llvm-debug.dylan -%%DATADIR%%/sources/lib/llvm/llvm-function.dylan -%%DATADIR%%/sources/lib/llvm/llvm-global.dylan -%%DATADIR%%/sources/lib/llvm/llvm-instruction.dylan -%%DATADIR%%/sources/lib/llvm/llvm-intrinsics.dylan -%%DATADIR%%/sources/lib/llvm/llvm-library.dylan -%%DATADIR%%/sources/lib/llvm/llvm-metadata.dylan -%%DATADIR%%/sources/lib/llvm/llvm-module.dylan -%%DATADIR%%/sources/lib/llvm/llvm-operator.dylan -%%DATADIR%%/sources/lib/llvm/llvm-type-print.dylan -%%DATADIR%%/sources/lib/llvm/llvm-type.dylan -%%DATADIR%%/sources/lib/llvm/llvm-value.dylan -%%DATADIR%%/sources/lib/llvm/llvm.lid -%%DATADIR%%/sources/lib/llvm/tests/library.dylan -%%DATADIR%%/sources/lib/llvm/tests/llvm-asm-tests.dylan -%%DATADIR%%/sources/lib/llvm/tests/llvm-builder-test.dylan -%%DATADIR%%/sources/lib/llvm/tests/llvm-test-suite.lid -%%DATADIR%%/sources/lib/llvm/tests/llvm-test.dylan -%%DATADIR%%/sources/lib/llvm/tests/specification.dylan -%%DATADIR%%/sources/lib/logging/License.txt -%%DATADIR%%/sources/lib/logging/README.rst -%%DATADIR%%/sources/lib/logging/library.dylan -%%DATADIR%%/sources/lib/logging/logging.dylan -%%DATADIR%%/sources/lib/logging/logging.lid -%%DATADIR%%/sources/lib/logging/registry/generic/logging -%%DATADIR%%/sources/lib/logging/registry/generic/logging-test-suite -%%DATADIR%%/sources/lib/logging/registry/generic/logging-test-suite-app -%%DATADIR%%/sources/lib/logging/tests/app-library.dylan -%%DATADIR%%/sources/lib/logging/tests/app.dylan -%%DATADIR%%/sources/lib/logging/tests/library.dylan -%%DATADIR%%/sources/lib/logging/tests/logging-test-suite-app.lid -%%DATADIR%%/sources/lib/logging/tests/logging-test-suite.dylan -%%DATADIR%%/sources/lib/logging/tests/logging-test-suite.lid -%%DATADIR%%/sources/lib/logging/tests/spec.dylan -%%DATADIR%%/sources/lib/memory-manager/library.dylan -%%DATADIR%%/sources/lib/memory-manager/memory-manager.dylan -%%DATADIR%%/sources/lib/memory-manager/memory-manager.lid -%%DATADIR%%/sources/lib/memory-manager/native-memory-manager.dylan -%%DATADIR%%/sources/lib/midi/library.dylan -%%DATADIR%%/sources/lib/midi/midi-spec.dylan -%%DATADIR%%/sources/lib/midi/midi.dylan -%%DATADIR%%/sources/lib/midi/module.dylan -%%DATADIR%%/sources/lib/midi/win32-midi.dylan -%%DATADIR%%/sources/lib/midi/win32-midi.lid -%%DATADIR%%/sources/lib/motley/dummy-library.dylan -%%DATADIR%%/sources/lib/motley/dummy-motley.lid -%%DATADIR%%/sources/lib/motley/library.dylan -%%DATADIR%%/sources/lib/motley/motley.lid -%%DATADIR%%/sources/lib/motley/readme.txt -%%DATADIR%%/sources/lib/motley/tool-iface.dylan -%%DATADIR%%/sources/lib/motley/typeinfo.dylan -%%DATADIR%%/sources/lib/motley/wizard-iface.dylan -%%DATADIR%%/sources/lib/motley/word-wrap-stream.dylan -%%DATADIR%%/sources/lib/parser-generator/compile.dylan -%%DATADIR%%/sources/lib/parser-generator/library.dylan -%%DATADIR%%/sources/lib/parser-generator/module.dylan -%%DATADIR%%/sources/lib/parser-generator/output.dylan -%%DATADIR%%/sources/lib/parser-generator/parser-generator.lid -%%DATADIR%%/sources/lib/parser-generator/reader.dylan -%%DATADIR%%/sources/lib/parser-generator/tool/library.dylan -%%DATADIR%%/sources/lib/parser-generator/tool/module.dylan -%%DATADIR%%/sources/lib/parser-generator/tool/tool-parser-generator.dylan -%%DATADIR%%/sources/lib/parser-generator/tool/tool-parser-generator.lid -%%DATADIR%%/sources/lib/parser-run-time/ReadMe -%%DATADIR%%/sources/lib/parser-run-time/dispatch.dylan -%%DATADIR%%/sources/lib/parser-run-time/library.dylan -%%DATADIR%%/sources/lib/parser-run-time/parser-run-time.lid -%%DATADIR%%/sources/lib/parser-run-time/switch-states.dylan -%%DATADIR%%/sources/lib/ppml/ppml-library.dylan -%%DATADIR%%/sources/lib/ppml/ppml.dylan -%%DATADIR%%/sources/lib/ppml/ppml.lid -%%DATADIR%%/sources/lib/regular-expressions/character-sets.dylan -%%DATADIR%%/sources/lib/regular-expressions/interface.dylan -%%DATADIR%%/sources/lib/regular-expressions/library.dylan -%%DATADIR%%/sources/lib/regular-expressions/match.dylan -%%DATADIR%%/sources/lib/regular-expressions/parse.dylan -%%DATADIR%%/sources/lib/regular-expressions/registry/generic/regular-expressions -%%DATADIR%%/sources/lib/regular-expressions/registry/generic/regular-expressions-test-suite -%%DATADIR%%/sources/lib/regular-expressions/regular-expressions.lid -%%DATADIR%%/sources/lib/regular-expressions/tests/api.dylan -%%DATADIR%%/sources/lib/regular-expressions/tests/library.dylan -%%DATADIR%%/sources/lib/regular-expressions/tests/pcre-testoutput1.txt -%%DATADIR%%/sources/lib/regular-expressions/tests/pcre.dylan -%%DATADIR%%/sources/lib/regular-expressions/tests/regression-tests.txt -%%DATADIR%%/sources/lib/regular-expressions/tests/regular-expressions-test-suite.dylan -%%DATADIR%%/sources/lib/regular-expressions/tests/regular-expressions-test-suite.lid -%%DATADIR%%/sources/lib/release-info/common-info.dylan -%%DATADIR%%/sources/lib/release-info/functional-settings.dylan -%%DATADIR%%/sources/lib/release-info/libraries.dylan -%%DATADIR%%/sources/lib/release-info/library.dylan -%%DATADIR%%/sources/lib/release-info/module.dylan -%%DATADIR%%/sources/lib/release-info/release-info.lid -%%DATADIR%%/sources/lib/run-time/Makefile.in -%%DATADIR%%/sources/lib/run-time/Makefile.win32 -%%DATADIR%%/sources/lib/run-time/boehm-collector.c -%%DATADIR%%/sources/lib/run-time/break.c -%%DATADIR%%/sources/lib/run-time/c-primitives-debug.c -%%DATADIR%%/sources/lib/run-time/c-primitives-math.c -%%DATADIR%%/sources/lib/run-time/c-run-time.c -%%DATADIR%%/sources/lib/run-time/c-support.c -%%DATADIR%%/sources/lib/run-time/collector.c -%%DATADIR%%/sources/lib/run-time/debug-print.c -%%DATADIR%%/sources/lib/run-time/dummy-threads.c -%%DATADIR%%/sources/lib/run-time/exceptions.c -%%DATADIR%%/sources/lib/run-time/hacking.txt -%%DATADIR%%/sources/lib/run-time/harp-support/x86-freebsd/dylan-elf-dll.script -%%DATADIR%%/sources/lib/run-time/harp-support/x86-freebsd/dylan-elf-exe.script -%%DATADIR%%/sources/lib/run-time/harp-support/x86-freebsd/dylan-support.harp -%%DATADIR%%/sources/lib/run-time/harp-support/x86-freebsd/dylan-support.o -%%DATADIR%%/sources/lib/run-time/harp-support/x86-freebsd/dylan-support.s -%%DATADIR%%/sources/lib/run-time/harp-support/x86-freebsd/runtime-syms.diff -%%DATADIR%%/sources/lib/run-time/harp-support/x86-freebsd/runtime.harp -%%DATADIR%%/sources/lib/run-time/harp-support/x86-freebsd/runtime.o -%%DATADIR%%/sources/lib/run-time/harp-support/x86-freebsd/runtime.s -%%DATADIR%%/sources/lib/run-time/harp-support/x86-linux/dylan-elf-dll.script -%%DATADIR%%/sources/lib/run-time/harp-support/x86-linux/dylan-elf-exe.script -%%DATADIR%%/sources/lib/run-time/harp-support/x86-linux/dylan-support.harp -%%DATADIR%%/sources/lib/run-time/harp-support/x86-linux/dylan-support.o -%%DATADIR%%/sources/lib/run-time/harp-support/x86-linux/dylan-support.s -%%DATADIR%%/sources/lib/run-time/harp-support/x86-linux/runtime.harp -%%DATADIR%%/sources/lib/run-time/harp-support/x86-linux/runtime.o -%%DATADIR%%/sources/lib/run-time/harp-support/x86-linux/runtime.s -%%DATADIR%%/sources/lib/run-time/harp-support/x86-windows/dylan-support.def -%%DATADIR%%/sources/lib/run-time/harp-support/x86-windows/dylan-support.harp -%%DATADIR%%/sources/lib/run-time/harp-support/x86-windows/dylan-support.obj -%%DATADIR%%/sources/lib/run-time/harp-support/x86-windows/runtime.def -%%DATADIR%%/sources/lib/run-time/harp-support/x86-windows/runtime.harp -%%DATADIR%%/sources/lib/run-time/harp-support/x86-windows/runtime.obj -%%DATADIR%%/sources/lib/run-time/heap-display.c -%%DATADIR%%/sources/lib/run-time/heap-order1.c -%%DATADIR%%/sources/lib/run-time/heap-order2.c -%%DATADIR%%/sources/lib/run-time/heap-table.c -%%DATADIR%%/sources/lib/run-time/heap-trail.c -%%DATADIR%%/sources/lib/run-time/heap-utils.c -%%DATADIR%%/sources/lib/run-time/heap-utils.h -%%DATADIR%%/sources/lib/run-time/malloc-collector.c -%%DATADIR%%/sources/lib/run-time/minvcrt.def -%%DATADIR%%/sources/lib/run-time/mm.h -%%DATADIR%%/sources/lib/run-time/mps-collector.c -%%DATADIR%%/sources/lib/run-time/mps-dylan.c -%%DATADIR%%/sources/lib/run-time/mpsiowin32.c -%%DATADIR%%/sources/lib/run-time/plinth.c -%%DATADIR%%/sources/lib/run-time/posix-threads.c -%%DATADIR%%/sources/lib/run-time/posix-threads.h -%%DATADIR%%/sources/lib/run-time/rtsyms.obj -%%DATADIR%%/sources/lib/run-time/rtsyms.s -%%DATADIR%%/sources/lib/run-time/run-time.h -%%DATADIR%%/sources/lib/run-time/spy-interfaces.h -%%DATADIR%%/sources/lib/run-time/tests/queue_test.c -%%DATADIR%%/sources/lib/run-time/tests/threads_primitives_test.c -%%DATADIR%%/sources/lib/run-time/trace.c -%%DATADIR%%/sources/lib/run-time/trace.h -%%DATADIR%%/sources/lib/run-time/unix-spy-interfaces.c -%%DATADIR%%/sources/lib/run-time/unix-support.c -%%DATADIR%%/sources/lib/run-time/unix-threads-primitives.c -%%DATADIR%%/sources/lib/run-time/unix-threads-primitives.h -%%DATADIR%%/sources/lib/run-time/unix-types.h -%%DATADIR%%/sources/lib/run-time/windows-spy-interfaces.c -%%DATADIR%%/sources/lib/run-time/windows-threads-primitives.c -%%DATADIR%%/sources/lib/run-time/windows-threads-primitives.h -%%DATADIR%%/sources/lib/run-time/windows-types.h -%%DATADIR%%/sources/lib/run-time/wrapper-stats.h -%%DATADIR%%/sources/lib/run-time/x86-darwin-exceptions.c -%%DATADIR%%/sources/lib/run-time/x86-freebsd-exceptions.c -%%DATADIR%%/sources/lib/run-time/x86-linux-exceptions.c -%%DATADIR%%/sources/lib/run-time/x86-windows-exceptions.c -%%DATADIR%%/sources/lib/source-records/file-source-records-library.dylan -%%DATADIR%%/sources/lib/source-records/file-source-records.dylan -%%DATADIR%%/sources/lib/source-records/file-source-records.lid -%%DATADIR%%/sources/lib/source-records/flat-file-source-records.dylan -%%DATADIR%%/sources/lib/source-records/header-reader.dylan -%%DATADIR%%/sources/lib/source-records/interactive-source-records.dylan -%%DATADIR%%/sources/lib/source-records/line-source-locations.dylan -%%DATADIR%%/sources/lib/source-records/reader.dylan -%%DATADIR%%/sources/lib/source-records/source-location-tables.dylan -%%DATADIR%%/sources/lib/source-records/source-locations.dylan -%%DATADIR%%/sources/lib/source-records/source-records-library.dylan -%%DATADIR%%/sources/lib/source-records/source-records.dylan -%%DATADIR%%/sources/lib/source-records/source-records.lid -%%DATADIR%%/sources/lib/ssl/c-wrapper.dylan -%%DATADIR%%/sources/lib/ssl/examples/ssl-echo-client/library.dylan -%%DATADIR%%/sources/lib/ssl/examples/ssl-echo-client/ssl-echo-client.dylan -%%DATADIR%%/sources/lib/ssl/examples/ssl-echo-client/ssl-echo-client.hdp -%%DATADIR%%/sources/lib/ssl/examples/ssl-echo-server/certificate.pem -%%DATADIR%%/sources/lib/ssl/examples/ssl-echo-server/key.pem -%%DATADIR%%/sources/lib/ssl/examples/ssl-echo-server/library.dylan -%%DATADIR%%/sources/lib/ssl/examples/ssl-echo-server/ssl-echo-server.dylan -%%DATADIR%%/sources/lib/ssl/examples/ssl-echo-server/ssl-echo-server.hdp -%%DATADIR%%/sources/lib/ssl/examples/ssl-smtp-client/library.dylan -%%DATADIR%%/sources/lib/ssl/examples/ssl-smtp-client/module.dylan -%%DATADIR%%/sources/lib/ssl/examples/ssl-smtp-client/ssl-smtp-client.dylan -%%DATADIR%%/sources/lib/ssl/examples/ssl-smtp-client/ssl-smtp-client.lid -%%DATADIR%%/sources/lib/ssl/examples/ssl-smtp-server/library.dylan -%%DATADIR%%/sources/lib/ssl/examples/ssl-smtp-server/ssl-smtp-server.dylan -%%DATADIR%%/sources/lib/ssl/examples/ssl-smtp-server/ssl-smtp-server.hdp -%%DATADIR%%/sources/lib/ssl/library.dylan -%%DATADIR%%/sources/lib/ssl/openssl-wrapper.dylan -%%DATADIR%%/sources/lib/ssl/ssl.lid -%%DATADIR%%/sources/lib/ssl/support.c -%%DATADIR%%/sources/lib/stack-walker/getebp.c -%%DATADIR%%/sources/lib/stack-walker/library.dylan -%%DATADIR%%/sources/lib/stack-walker/stack-walker.dylan -%%DATADIR%%/sources/lib/stack-walker/stack-walker.lid -%%DATADIR%%/sources/lib/strings/README.rst -%%DATADIR%%/sources/lib/strings/library.dylan -%%DATADIR%%/sources/lib/strings/strings.dylan -%%DATADIR%%/sources/lib/strings/strings.lid -%%DATADIR%%/sources/lib/strings/substring-search.dylan -%%DATADIR%%/sources/lib/strings/tests/library.dylan -%%DATADIR%%/sources/lib/strings/tests/strings-test-suite.dylan -%%DATADIR%%/sources/lib/strings/tests/strings-test-suite.lid -%%DATADIR%%/sources/lib/t-lists/library.dylan -%%DATADIR%%/sources/lib/t-lists/t-lists.dylan -%%DATADIR%%/sources/lib/t-lists/t-lists.lid -%%DATADIR%%/sources/lib/variable-search/bsd-variable-search.lid -%%DATADIR%%/sources/lib/variable-search/library.dylan -%%DATADIR%%/sources/lib/variable-search/linux-variable-search.lid -%%DATADIR%%/sources/lib/variable-search/protocol.dylan -%%DATADIR%%/sources/lib/variable-search/unix-variable-search.dylan -%%DATADIR%%/sources/lib/variable-search/win32-variable-search.dylan -%%DATADIR%%/sources/lib/variable-search/win32-variable-search.lid -%%DATADIR%%/sources/lib/walker/class.dylan -%%DATADIR%%/sources/lib/walker/copier.dylan -%%DATADIR%%/sources/lib/walker/native.dylan -%%DATADIR%%/sources/lib/walker/statistics.dylan -%%DATADIR%%/sources/lib/walker/walker-library.dylan -%%DATADIR%%/sources/lib/walker/walker-statistics.dylan -%%DATADIR%%/sources/lib/walker/walker-win32.lid -%%DATADIR%%/sources/lib/walker/walker.dylan -%%DATADIR%%/sources/lib/walker/walker.lid -%%DATADIR%%/sources/network/examples/daytime-client/daytime-client.dylan -%%DATADIR%%/sources/network/examples/daytime-client/daytime-client.hdp -%%DATADIR%%/sources/network/examples/daytime-client/library.dylan -%%DATADIR%%/sources/network/examples/daytime-server/daytime-server.dylan -%%DATADIR%%/sources/network/examples/daytime-server/daytime-server.hdp -%%DATADIR%%/sources/network/examples/daytime-server/library.dylan -%%DATADIR%%/sources/network/examples/echo-client/echo-client.dylan -%%DATADIR%%/sources/network/examples/echo-client/echo-client.hdp -%%DATADIR%%/sources/network/examples/echo-client/library.dylan -%%DATADIR%%/sources/network/examples/echo-server/echo-server.dylan -%%DATADIR%%/sources/network/examples/echo-server/echo-server.hdp -%%DATADIR%%/sources/network/examples/echo-server/library.dylan -%%DATADIR%%/sources/network/examples/simple-daytime-client/daytime-client.dylan -%%DATADIR%%/sources/network/examples/simple-daytime-client/daytime-client.hdp -%%DATADIR%%/sources/network/examples/simple-daytime-client/library.dylan -%%DATADIR%%/sources/network/examples/simple-daytime-server/daytime-server.dylan -%%DATADIR%%/sources/network/examples/simple-daytime-server/daytime-server.hdp -%%DATADIR%%/sources/network/examples/simple-daytime-server/library.dylan -%%DATADIR%%/sources/network/linux-network-library.dylan -%%DATADIR%%/sources/network/nntp-client/library.dylan -%%DATADIR%%/sources/network/nntp-client/module.dylan -%%DATADIR%%/sources/network/nntp-client/nntp-client.dylan -%%DATADIR%%/sources/network/pop-client/library.dylan -%%DATADIR%%/sources/network/pop-client/module.dylan -%%DATADIR%%/sources/network/pop-client/pop-client.dylan -%%DATADIR%%/sources/network/pop-client/pop-client.lid -%%DATADIR%%/sources/network/smtp-client/library.dylan -%%DATADIR%%/sources/network/smtp-client/module.dylan -%%DATADIR%%/sources/network/smtp-client/smtp-client.dylan -%%DATADIR%%/sources/network/smtp-client/smtp-client.lid -%%DATADIR%%/sources/network/sockets/TCP-sockets.dylan -%%DATADIR%%/sources/network/sockets/UDP-sockets.dylan -%%DATADIR%%/sources/network/sockets/WSA-error-codes.dylan -%%DATADIR%%/sources/network/sockets/abstract-sockets.dylan -%%DATADIR%%/sources/network/sockets/client-sockets.dylan -%%DATADIR%%/sources/network/sockets/internet-address.dylan -%%DATADIR%%/sources/network/sockets/server-sockets.dylan -%%DATADIR%%/sources/network/sockets/socket-conditions.dylan -%%DATADIR%%/sources/network/sockets/unix-TCP-socket-accessor.dylan -%%DATADIR%%/sources/network/sockets/unix-UDP-sockets.dylan -%%DATADIR%%/sources/network/sockets/unix-socket-accessor.dylan -%%DATADIR%%/sources/network/sockets/win32-TCP-socket-accessor.dylan -%%DATADIR%%/sources/network/sockets/win32-UDP-sockets.dylan -%%DATADIR%%/sources/network/sockets/win32-socket-accessor.dylan -%%DATADIR%%/sources/network/tests/client/library.dylan -%%DATADIR%%/sources/network/tests/client/module.dylan -%%DATADIR%%/sources/network/tests/client/sockets-tests-client.dylan -%%DATADIR%%/sources/network/tests/client/sockets-tests-client.hdp -%%DATADIR%%/sources/network/tests/client/tcp-daytime-client.dylan -%%DATADIR%%/sources/network/tests/client/tcp-echo-client.dylan -%%DATADIR%%/sources/network/tests/client/udp-daytime-client.dylan -%%DATADIR%%/sources/network/tests/client/udp-echo-client.dylan -%%DATADIR%%/sources/network/tests/client/utilities.dylan -%%DATADIR%%/sources/network/tests/server/library.dylan -%%DATADIR%%/sources/network/tests/server/module.dylan -%%DATADIR%%/sources/network/tests/server/sockets-tests-server.dylan -%%DATADIR%%/sources/network/tests/server/sockets-tests-server.hdp -%%DATADIR%%/sources/network/tests/server/tcp-daytime-server.dylan -%%DATADIR%%/sources/network/tests/server/tcp-echo-server.dylan -%%DATADIR%%/sources/network/tests/server/udp-daytime-server.dylan -%%DATADIR%%/sources/network/tests/server/udp-echo-server.dylan -%%DATADIR%%/sources/network/tests/server/utilities.dylan -%%DATADIR%%/sources/network/unix-network-library.dylan -%%DATADIR%%/sources/network/unix-sockets/README.txt -%%DATADIR%%/sources/network/unix-sockets/address-interfaces.dylan -%%DATADIR%%/sources/network/unix-sockets/errno.dylan -%%DATADIR%%/sources/network/unix-sockets/poll.dylan -%%DATADIR%%/sources/network/unix-sockets/sockets-extras.dylan -%%DATADIR%%/sources/network/unix-sockets/sockets-interfaces.dylan -%%DATADIR%%/sources/network/unix-sockets/x86-freebsd-address-data.dylan -%%DATADIR%%/sources/network/unix-sockets/x86-freebsd-sockets-data.dylan -%%DATADIR%%/sources/network/unix-sockets/x86-linux-address-data.dylan -%%DATADIR%%/sources/network/unix-sockets/x86-linux-sockets-data.dylan -%%DATADIR%%/sources/network/unix-sockets/x86-unix-sockets-data.dylan -%%DATADIR%%/sources/network/version.rc -%%DATADIR%%/sources/network/win32-network-library.dylan -%%DATADIR%%/sources/network/win32-network.lid -%%DATADIR%%/sources/network/winsock2/README.txt -%%DATADIR%%/sources/network/winsock2/first.dylan -%%DATADIR%%/sources/network/winsock2/hand.dylan -%%DATADIR%%/sources/network/winsock2/make-sources -%%DATADIR%%/sources/network/winsock2/module.src -%%DATADIR%%/sources/network/winsock2/more.pat -%%DATADIR%%/sources/network/winsock2/mswsock.dylan -%%DATADIR%%/sources/network/winsock2/qos.dylan -%%DATADIR%%/sources/network/winsock2/winsock2.dylan -%%DATADIR%%/sources/network/x86-bsd-network.lid -%%DATADIR%%/sources/network/x86-linux-network.lid -%%DATADIR%%/sources/ole/com/after.dylan -%%DATADIR%%/sources/ole/com/c-com.c -%%DATADIR%%/sources/ole/com/c-com.h -%%DATADIR%%/sources/ole/com/cinterf.pat -%%DATADIR%%/sources/ole/com/cmisc.dylan -%%DATADIR%%/sources/ole/com/collage.pat -%%DATADIR%%/sources/ole/com/com-err.dylan -%%DATADIR%%/sources/ole/com/com-err.pat -%%DATADIR%%/sources/ole/com/com-intf.dylan -%%DATADIR%%/sources/ole/com/com-misc.dylan -%%DATADIR%%/sources/ole/com/com-utils.dylan -%%DATADIR%%/sources/ole/com/com.dylan -%%DATADIR%%/sources/ole/com/com.lid -%%DATADIR%%/sources/ole/com/com.pat -%%DATADIR%%/sources/ole/com/custom.dylan -%%DATADIR%%/sources/ole/com/dinterf.pat -%%DATADIR%%/sources/ole/com/dll-init.dylan -%%DATADIR%%/sources/ole/com/exports.pat -%%DATADIR%%/sources/ole/com/factory.dylan -%%DATADIR%%/sources/ole/com/interfaces.pat -%%DATADIR%%/sources/ole/com/istream.dylan -%%DATADIR%%/sources/ole/com/library.dylan -%%DATADIR%%/sources/ole/com/library.src -%%DATADIR%%/sources/ole/com/make-sources -%%DATADIR%%/sources/ole/com/ole.pat -%%DATADIR%%/sources/ole/com/tests/com-test.hdp -%%DATADIR%%/sources/ole/com/tests/istream.dylan -%%DATADIR%%/sources/ole/com/tests/library.dylan -%%DATADIR%%/sources/ole/com/tests/suite.dylan -%%DATADIR%%/sources/ole/com/version.rc -%%DATADIR%%/sources/ole/duim-ole-container/contained-object.dylan -%%DATADIR%%/sources/ole/duim-ole-container/duim-ole-container.lid -%%DATADIR%%/sources/ole/duim-ole-container/library.dylan -%%DATADIR%%/sources/ole/duim-ole-container/ocframe.dylan -%%DATADIR%%/sources/ole/duim-ole-container/ocsheet.dylan -%%DATADIR%%/sources/ole/duim-ole-container/oomirror.dylan -%%DATADIR%%/sources/ole/duim-ole-container/oosheet.dylan -%%DATADIR%%/sources/ole/duim-ole-container/version.rc -%%DATADIR%%/sources/ole/duim-ole-control/duim-ole-control.lid -%%DATADIR%%/sources/ole/duim-ole-control/library.dylan -%%DATADIR%%/sources/ole/duim-ole-control/ocx-draw.dylan -%%DATADIR%%/sources/ole/duim-ole-control/ocx-frame.dylan -%%DATADIR%%/sources/ole/duim-ole-control/ocx-gadgets.dylan -%%DATADIR%%/sources/ole/duim-ole-control/ocx-init.dylan -%%DATADIR%%/sources/ole/duim-ole-control/ocx-store.dylan -%%DATADIR%%/sources/ole/duim-ole-control/version.rc -%%DATADIR%%/sources/ole/duim-ole-server/README.text -%%DATADIR%%/sources/ole/duim-ole-server/actions.dylan -%%DATADIR%%/sources/ole/duim-ole-server/app.dylan -%%DATADIR%%/sources/ole/duim-ole-server/classes.dylan -%%DATADIR%%/sources/ole/duim-ole-server/duim-ole-server.lid -%%DATADIR%%/sources/ole/duim-ole-server/frame.dylan -%%DATADIR%%/sources/ole/duim-ole-server/library.dylan -%%DATADIR%%/sources/ole/duim-ole-server/start.dylan -%%DATADIR%%/sources/ole/duim-ole-server/storage.dylan -%%DATADIR%%/sources/ole/duim-ole-server/version.rc -%%DATADIR%%/sources/ole/examples/asp-view/README.html -%%DATADIR%%/sources/ole/examples/asp-view/asp-type-library.spec -%%DATADIR%%/sources/ole/examples/asp-view/asp-view.asp -%%DATADIR%%/sources/ole/examples/asp-view/asp-view.hdp -%%DATADIR%%/sources/ole/examples/asp-view/debugging.dylan -%%DATADIR%%/sources/ole/examples/asp-view/implementation.dylan -%%DATADIR%%/sources/ole/examples/asp-view/interface.dylan -%%DATADIR%%/sources/ole/examples/asp-view/library.dylan -%%DATADIR%%/sources/ole/examples/asp-view/module.dylan -%%DATADIR%%/sources/ole/examples/bank/Client/README.html -%%DATADIR%%/sources/ole/examples/bank/Client/bank-client.hdp -%%DATADIR%%/sources/ole/examples/bank/Client/client-frame.dylan -%%DATADIR%%/sources/ole/examples/bank/Client/client-library.dylan -%%DATADIR%%/sources/ole/examples/bank/Client/client-main.dylan -%%DATADIR%%/sources/ole/examples/bank/Client/client.dylan -%%DATADIR%%/sources/ole/examples/bank/Interface/bank-interface.hdp -%%DATADIR%%/sources/ole/examples/bank/Interface/interface-library.dylan -%%DATADIR%%/sources/ole/examples/bank/Interface/interface.dylan -%%DATADIR%%/sources/ole/examples/bank/README.html -%%DATADIR%%/sources/ole/examples/bank/Server/README.html -%%DATADIR%%/sources/ole/examples/bank/Server/bank-server.hdp -%%DATADIR%%/sources/ole/examples/bank/Server/bankDB.mdb -%%DATADIR%%/sources/ole/examples/bank/Server/database.dylan -%%DATADIR%%/sources/ole/examples/bank/Server/server-frame.dylan -%%DATADIR%%/sources/ole/examples/bank/Server/server-library.dylan -%%DATADIR%%/sources/ole/examples/bank/Server/server-main.dylan -%%DATADIR%%/sources/ole/examples/bank/Server/server.dylan -%%DATADIR%%/sources/ole/examples/bank/asp-vb-client/README.html -%%DATADIR%%/sources/ole/examples/bank/asp-vb-client/vb-bank-client.asp -%%DATADIR%%/sources/ole/examples/button-ocx/README.html -%%DATADIR%%/sources/ole/examples/button-ocx/button-ocx.lid -%%DATADIR%%/sources/ole/examples/button-ocx/control.dylan -%%DATADIR%%/sources/ole/examples/button-ocx/library.dylan -%%DATADIR%%/sources/ole/examples/button-ocx/run.dylan -%%DATADIR%%/sources/ole/examples/button-ocx/store.dylan -%%DATADIR%%/sources/ole/examples/ocx-scribble/README.html -%%DATADIR%%/sources/ole/examples/ocx-scribble/library.dylan -%%DATADIR%%/sources/ole/examples/ocx-scribble/ocx-scribble.lid -%%DATADIR%%/sources/ole/examples/ocx-scribble/run.dylan -%%DATADIR%%/sources/ole/examples/ocx-scribble/scribble.dylan -%%DATADIR%%/sources/ole/examples/ocx-scribble/storage.dylan -%%DATADIR%%/sources/ole/examples/ole-scribble/README.html -%%DATADIR%%/sources/ole/examples/ole-scribble/library.dylan -%%DATADIR%%/sources/ole/examples/ole-scribble/ole-scribble.lid -%%DATADIR%%/sources/ole/examples/ole-scribble/run.dylan -%%DATADIR%%/sources/ole/examples/ole-scribble/scribble.dylan -%%DATADIR%%/sources/ole/examples/ole-scribble/storage.dylan -%%DATADIR%%/sources/ole/examples/sample-automation-controller/README.html -%%DATADIR%%/sources/ole/examples/sample-automation-controller/VB-version/automation-controller.exe -%%DATADIR%%/sources/ole/examples/sample-automation-controller/VB-version/automation-controller.vbp -%%DATADIR%%/sources/ole/examples/sample-automation-controller/VB-version/form1.frm -%%DATADIR%%/sources/ole/examples/sample-automation-controller/VB-version/form1.frx -%%DATADIR%%/sources/ole/examples/sample-automation-controller/VB-version/readme.txt -%%DATADIR%%/sources/ole/examples/sample-automation-controller/control.dylan -%%DATADIR%%/sources/ole/examples/sample-automation-controller/library.dylan -%%DATADIR%%/sources/ole/examples/sample-automation-controller/sample-automation-controller.lid -%%DATADIR%%/sources/ole/examples/sample-automation-controller/winmain.dylan -%%DATADIR%%/sources/ole/examples/sample-automation-server/README.html -%%DATADIR%%/sources/ole/examples/sample-automation-server/drawing.dylan -%%DATADIR%%/sources/ole/examples/sample-automation-server/library.dylan -%%DATADIR%%/sources/ole/examples/sample-automation-server/sample-automation-server.lid -%%DATADIR%%/sources/ole/examples/sample-automation-server/windows.dylan -%%DATADIR%%/sources/ole/examples/sample-automation-server/winmain.dylan -%%DATADIR%%/sources/ole/examples/sample-duim-container/README.html -%%DATADIR%%/sources/ole/examples/sample-duim-container/commands.dylan -%%DATADIR%%/sources/ole/examples/sample-duim-container/frame.dylan -%%DATADIR%%/sources/ole/examples/sample-duim-container/library.dylan -%%DATADIR%%/sources/ole/examples/sample-duim-container/sample-duim-container.lid -%%DATADIR%%/sources/ole/examples/sample-duim-container/start.dylan -%%DATADIR%%/sources/ole/examples/sample-duim-container/version.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-container/README.html -%%DATADIR%%/sources/ole/examples/sample-ole-container/app.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-container/decls.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-container/doc.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-container/hack.c -%%DATADIR%%/sources/ole/examples/sample-ole-container/ias.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-container/iocs.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-container/ioipf.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-container/ioips.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-container/last.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-container/library.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-container/resdecl.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-container/resource.h -%%DATADIR%%/sources/ole/examples/sample-ole-container/sample-ole-container.lid -%%DATADIR%%/sources/ole/examples/sample-ole-container/simpcntr.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-container/simpcntr.ico -%%DATADIR%%/sources/ole/examples/sample-ole-container/simpcntr.rc -%%DATADIR%%/sources/ole/examples/sample-ole-container/site.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-container/stdpal.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-server/README.html -%%DATADIR%%/sources/ole/examples/sample-ole-server/app.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-server/declapp.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-server/declobj.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-server/doc.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-server/hatch.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-server/icf.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-server/ido.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-server/iec.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-server/ioipao.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-server/ioipo.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-server/ioo.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-server/ips.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-server/last.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-server/library.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-server/obj.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-server/oleutl.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-server/resdecl.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-server/resource.h -%%DATADIR%%/sources/ole/examples/sample-ole-server/sample-ole-server.lid -%%DATADIR%%/sources/ole/examples/sample-ole-server/sample.reg -%%DATADIR%%/sources/ole/examples/sample-ole-server/simpsvr.dylan -%%DATADIR%%/sources/ole/examples/sample-ole-server/simpsvr.ico -%%DATADIR%%/sources/ole/examples/sample-ole-server/simpsvr.rc -%%DATADIR%%/sources/ole/examples/win32-invisible-control/README.html -%%DATADIR%%/sources/ole/examples/win32-invisible-control/control.dylan -%%DATADIR%%/sources/ole/examples/win32-invisible-control/library.dylan -%%DATADIR%%/sources/ole/examples/win32-invisible-control/win32-invisible-control.lid -%%DATADIR%%/sources/ole/examples/win32-invisible-control/windows.dylan -%%DATADIR%%/sources/ole/examples/win32-ole-container/README.html -%%DATADIR%%/sources/ole/examples/win32-ole-container/appdoc.dylan -%%DATADIR%%/sources/ole/examples/win32-ole-container/frameui.dylan -%%DATADIR%%/sources/ole/examples/win32-ole-container/library.dylan -%%DATADIR%%/sources/ole/examples/win32-ole-container/main.dylan -%%DATADIR%%/sources/ole/examples/win32-ole-container/resource.h -%%DATADIR%%/sources/ole/examples/win32-ole-container/simpcntr.ico -%%DATADIR%%/sources/ole/examples/win32-ole-container/simpcntr.rc -%%DATADIR%%/sources/ole/examples/win32-ole-container/win32-ole-container.lid -%%DATADIR%%/sources/ole/examples/win32-ole-container/windows.dylan -%%DATADIR%%/sources/ole/examples/win32-ole-server/README.html -%%DATADIR%%/sources/ole/examples/win32-ole-server/app.dylan -%%DATADIR%%/sources/ole/examples/win32-ole-server/appdll.dylan -%%DATADIR%%/sources/ole/examples/win32-ole-server/appexe.dylan -%%DATADIR%%/sources/ole/examples/win32-ole-server/appobj.dylan -%%DATADIR%%/sources/ole/examples/win32-ole-server/library.dylan -%%DATADIR%%/sources/ole/examples/win32-ole-server/program.dylan -%%DATADIR%%/sources/ole/examples/win32-ole-server/resource.h -%%DATADIR%%/sources/ole/examples/win32-ole-server/simpsvr.ico -%%DATADIR%%/sources/ole/examples/win32-ole-server/simpsvr.rc -%%DATADIR%%/sources/ole/examples/win32-ole-server/win32-ole-server.lid -%%DATADIR%%/sources/ole/ole-automation/client-macros.dylan -%%DATADIR%%/sources/ole/ole-automation/coclass.dylan -%%DATADIR%%/sources/ole/ole-automation/dispatch.dylan -%%DATADIR%%/sources/ole/ole-automation/dual.dylan -%%DATADIR%%/sources/ole/ole-automation/factory.dylan -%%DATADIR%%/sources/ole/ole-automation/inproc-auto.dylan -%%DATADIR%%/sources/ole/ole-automation/library.dylan -%%DATADIR%%/sources/ole/ole-automation/macros.dylan -%%DATADIR%%/sources/ole/ole-automation/ole-automation.lid -%%DATADIR%%/sources/ole/ole-automation/register.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/custom-interface-test/coclass-test.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/custom-interface-test/custom-interface-test.lid -%%DATADIR%%/sources/ole/ole-automation/tests/custom-interface-test/custom-test.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/custom-interface-test/dual-test.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/custom-interface-test/inproc-test.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/custom-interface-test/library.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/custom-interface-test/run.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/custom-interface-test/typeinfo-test.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/inproc-dual/README.txt -%%DATADIR%%/sources/ole/ole-automation/tests/inproc-dual/coclass-server.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/inproc-dual/dual-server.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/inproc-dual/inproc-dual.lid -%%DATADIR%%/sources/ole/ole-automation/tests/inproc-dual/library.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/ole-coclass-test/library.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/ole-coclass-test/ole-coclass-initialize.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/ole-coclass-test/ole-coclass-test.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/ole-coclass-test/ole-coclass-test.lid -%%DATADIR%%/sources/ole/ole-automation/tests/ole-macro-test/initialize.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/ole-macro-test/library.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/ole-macro-test/macro-test.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/ole-macro-test/multiple-assign.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/ole-macro-test/ole-macro-test.lid -%%DATADIR%%/sources/ole/ole-automation/tests/ole-macro-test/test-OLE-macros.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/ole-test/library.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/ole-test/ole-argument-test.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/ole-test/ole-arrays.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/ole-test/ole-function-test.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/ole-test/ole-initialize.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/ole-test/ole-test.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/ole-test/ole-test.lid -%%DATADIR%%/sources/ole/ole-automation/tests/parameter-type-tests/README.txt -%%DATADIR%%/sources/ole/ole-automation/tests/parameter-type-tests/custom-test.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/parameter-type-tests/inproc.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/parameter-type-tests/library-server.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/parameter-type-tests/library.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/parameter-type-tests/parameter-type-tests-server.lid -%%DATADIR%%/sources/ole/ole-automation/tests/parameter-type-tests/parameter-type-tests.dylan -%%DATADIR%%/sources/ole/ole-automation/tests/parameter-type-tests/parameter-type-tests.lid -%%DATADIR%%/sources/ole/ole-automation/tests/parameter-type-tests/run.dylan -%%DATADIR%%/sources/ole/ole-automation/typeinfo.dylan -%%DATADIR%%/sources/ole/ole-automation/typelib.dylan -%%DATADIR%%/sources/ole/ole-automation/version.rc -%%DATADIR%%/sources/ole/ole-automation/vtable-macro.dylan -%%DATADIR%%/sources/ole/ole-automation/vtypeinfo.dylan -%%DATADIR%%/sources/ole/ole-container/contapp.dylan -%%DATADIR%%/sources/ole/ole-container/coord.dylan -%%DATADIR%%/sources/ole/ole-container/embdoc.dylan -%%DATADIR%%/sources/ole/ole-container/ias.dylan -%%DATADIR%%/sources/ole/ole-container/insert.dylan -%%DATADIR%%/sources/ole/ole-container/iocs.dylan -%%DATADIR%%/sources/ole/ole-container/ioipf.dylan -%%DATADIR%%/sources/ole/ole-container/ioips.dylan -%%DATADIR%%/sources/ole/ole-container/library.dylan -%%DATADIR%%/sources/ole/ole-container/ole-container.lid -%%DATADIR%%/sources/ole/ole-container/palette.dylan -%%DATADIR%%/sources/ole/ole-container/site.dylan -%%DATADIR%%/sources/ole/ole-container/version.rc -%%DATADIR%%/sources/ole/ole-control-framework/dll.dylan -%%DATADIR%%/sources/ole/ole-control-framework/framework.dylan -%%DATADIR%%/sources/ole/ole-control-framework/freeze.dylan -%%DATADIR%%/sources/ole/ole-control-framework/ioc.dylan -%%DATADIR%%/sources/ole/ole-control-framework/ipsi.dylan -%%DATADIR%%/sources/ole/ole-control-framework/library.dylan -%%DATADIR%%/sources/ole/ole-control-framework/ole-control-framework.lid -%%DATADIR%%/sources/ole/ole-control-framework/registration.dylan -%%DATADIR%%/sources/ole/ole-control-framework/version.rc -%%DATADIR%%/sources/ole/ole-control-framework/winhacks.dylan -%%DATADIR%%/sources/ole/ole-controls/c-ctl.c -%%DATADIR%%/sources/ole/ole-controls/c-ctl.h -%%DATADIR%%/sources/ole/ole-controls/cint.pat -%%DATADIR%%/sources/ole/ole-controls/ctl-aux.c -%%DATADIR%%/sources/ole/ole-controls/extra.dylan -%%DATADIR%%/sources/ole/ole-controls/interfaces.dylan -%%DATADIR%%/sources/ole/ole-controls/library.dylan -%%DATADIR%%/sources/ole/ole-controls/library.src -%%DATADIR%%/sources/ole/ole-controls/make-sources -%%DATADIR%%/sources/ole/ole-controls/misc-names.text -%%DATADIR%%/sources/ole/ole-controls/ocmisc.dylan -%%DATADIR%%/sources/ole/ole-controls/ole-controls.lid -%%DATADIR%%/sources/ole/ole-controls/olectl.dylan -%%DATADIR%%/sources/ole/ole-controls/special.pat -%%DATADIR%%/sources/ole/ole-controls/version.rc -%%DATADIR%%/sources/ole/ole-dialogs/extra.dylan -%%DATADIR%%/sources/ole/ole-dialogs/library.dylan -%%DATADIR%%/sources/ole/ole-dialogs/library.src -%%DATADIR%%/sources/ole/ole-dialogs/make-sources -%%DATADIR%%/sources/ole/ole-dialogs/ole-dialogs.lid -%%DATADIR%%/sources/ole/ole-dialogs/oledlg.dylan -%%DATADIR%%/sources/ole/ole-dialogs/special.pat -%%DATADIR%%/sources/ole/ole-dialogs/version.rc -%%DATADIR%%/sources/ole/ole-server/README.text -%%DATADIR%%/sources/ole/ole-server/appgen.dylan -%%DATADIR%%/sources/ole/ole-server/declobj.dylan -%%DATADIR%%/sources/ole/ole-server/enums.dylan -%%DATADIR%%/sources/ole/ole-server/factory.dylan -%%DATADIR%%/sources/ole/ole-server/hatch.dylan -%%DATADIR%%/sources/ole/ole-server/ido.dylan -%%DATADIR%%/sources/ole/ole-server/iec.dylan -%%DATADIR%%/sources/ole/ole-server/inp-ips.dylan -%%DATADIR%%/sources/ole/ole-server/inproc.dylan -%%DATADIR%%/sources/ole/ole-server/ioipao.dylan -%%DATADIR%%/sources/ole/ole-server/ioipo.dylan -%%DATADIR%%/sources/ole/ole-server/ioo.dylan -%%DATADIR%%/sources/ole/ole-server/ips.dylan -%%DATADIR%%/sources/ole/ole-server/iviewobj.dylan -%%DATADIR%%/sources/ole/ole-server/library.dylan -%%DATADIR%%/sources/ole/ole-server/obj.dylan -%%DATADIR%%/sources/ole/ole-server/ole-server.lid -%%DATADIR%%/sources/ole/ole-server/oleutl.dylan -%%DATADIR%%/sources/ole/ole-server/register.dylan -%%DATADIR%%/sources/ole/ole-server/util.dylan -%%DATADIR%%/sources/ole/ole-server/version.rc -%%DATADIR%%/sources/ole/ole/c-ole.c -%%DATADIR%%/sources/ole/ole/c-ole.h -%%DATADIR%%/sources/ole/ole/library.dylan -%%DATADIR%%/sources/ole/ole/library.src -%%DATADIR%%/sources/ole/ole/make-sources -%%DATADIR%%/sources/ole/ole/ole-aux.c -%%DATADIR%%/sources/ole/ole/ole-err.dylan -%%DATADIR%%/sources/ole/ole/ole-err.pat -%%DATADIR%%/sources/ole/ole/ole-intf.dylan -%%DATADIR%%/sources/ole/ole/ole-misc.dylan -%%DATADIR%%/sources/ole/ole/ole.dylan -%%DATADIR%%/sources/ole/ole/ole.lid -%%DATADIR%%/sources/ole/ole/omisc.dylan -%%DATADIR%%/sources/ole/ole/version.rc -%%DATADIR%%/sources/ole/win32-automation/amisc.dylan -%%DATADIR%%/sources/ole/win32-automation/arrays.dylan -%%DATADIR%%/sources/ole/win32-automation/auto-aux.c -%%DATADIR%%/sources/ole/win32-automation/auto-err.dylan -%%DATADIR%%/sources/ole/win32-automation/auto-err.pat -%%DATADIR%%/sources/ole/win32-automation/auto-intf.dylan -%%DATADIR%%/sources/ole/win32-automation/auto-misc.dylan -%%DATADIR%%/sources/ole/win32-automation/auto.pat -%%DATADIR%%/sources/ole/win32-automation/c-auto.c -%%DATADIR%%/sources/ole/win32-automation/c-auto.h -%%DATADIR%%/sources/ole/win32-automation/library.dylan -%%DATADIR%%/sources/ole/win32-automation/library.src -%%DATADIR%%/sources/ole/win32-automation/make-sources -%%DATADIR%%/sources/ole/win32-automation/strings.dylan -%%DATADIR%%/sources/ole/win32-automation/util.dylan -%%DATADIR%%/sources/ole/win32-automation/variant.dylan -%%DATADIR%%/sources/ole/win32-automation/win32-automation.lid -%%DATADIR%%/sources/project-manager/projects/compilation.dylan -%%DATADIR%%/sources/project-manager/projects/implementation.dylan -%%DATADIR%%/sources/project-manager/projects/lid-file.dylan -%%DATADIR%%/sources/project-manager/projects/lid-projects.dylan -%%DATADIR%%/sources/project-manager/projects/progress.dylan -%%DATADIR%%/sources/project-manager/projects/projects-library.dylan -%%DATADIR%%/sources/project-manager/projects/projects.dylan -%%DATADIR%%/sources/project-manager/projects/projects.lid -%%DATADIR%%/sources/project-manager/projects/template-projects.dylan -%%DATADIR%%/sources/project-manager/registry-projects/defaults.dylan -%%DATADIR%%/sources/project-manager/registry-projects/registry-projects-library.dylan -%%DATADIR%%/sources/project-manager/registry-projects/registry-projects.dylan -%%DATADIR%%/sources/project-manager/registry-projects/registry-projects.lid -%%DATADIR%%/sources/project-manager/registry-projects/registry.dylan -%%DATADIR%%/sources/project-manager/tools-interface/library.dylan -%%DATADIR%%/sources/project-manager/tools-interface/project-files.dylan -%%DATADIR%%/sources/project-manager/tools-interface/tools-interface.dylan -%%DATADIR%%/sources/project-manager/tools-interface/tools-interface.lid -%%DATADIR%%/sources/project-manager/user-projects/README.txt -%%DATADIR%%/sources/project-manager/user-projects/add-file.dylan -%%DATADIR%%/sources/project-manager/user-projects/binary-project.dylan -%%DATADIR%%/sources/project-manager/user-projects/build.dylan -%%DATADIR%%/sources/project-manager/user-projects/disk-layout.dylan -%%DATADIR%%/sources/project-manager/user-projects/interactive-project.dylan -%%DATADIR%%/sources/project-manager/user-projects/library.dylan -%%DATADIR%%/sources/project-manager/user-projects/project-search.dylan -%%DATADIR%%/sources/project-manager/user-projects/save-project.dylan -%%DATADIR%%/sources/project-manager/user-projects/user-projects.dylan -%%DATADIR%%/sources/project-manager/user-projects/user-projects.lid -%%DATADIR%%/sources/qa/apps/disk-usage/compare.dylan -%%DATADIR%%/sources/qa/apps/disk-usage/disk-usage.dylan -%%DATADIR%%/sources/qa/apps/disk-usage/disk-usage.hdp -%%DATADIR%%/sources/qa/apps/disk-usage/library.dylan -%%DATADIR%%/sources/qa/apps/disk-usage/start.dylan -%%DATADIR%%/sources/qa/gui-testworks/gui-testworks-lib.dylan -%%DATADIR%%/sources/qa/gui-testworks/gui-testworks.lid -%%DATADIR%%/sources/qa/gui-testworks/progress-window.dylan -%%DATADIR%%/sources/qa/gui-testworks/win32-gui-testworks.lid -%%DATADIR%%/sources/qa/scripts/environment-properties -%%DATADIR%%/sources/qa/scripts/interactive-threads -%%DATADIR%%/sources/qa/scripts/interactivity -%%DATADIR%%/sources/qa/scripts/profiling -%%DATADIR%%/sources/qa/scripts/redefinition -%%DATADIR%%/sources/qa/scripts/tracing -%%DATADIR%%/sources/qa/test-apps/apple-dylan-test-suite/apple-dylan-test-suite-app-lib.dylan -%%DATADIR%%/sources/qa/test-apps/apple-dylan-test-suite/apple-dylan-test-suite-app.dylan -%%DATADIR%%/sources/qa/test-apps/apple-dylan-test-suite/apple-dylan-test-suite-app.lid -%%DATADIR%%/sources/qa/test-apps/c-ffi-test-suite/c-ffi-test-suite-app-lib.dylan -%%DATADIR%%/sources/qa/test-apps/c-ffi-test-suite/c-ffi-test-suite-app.dylan -%%DATADIR%%/sources/qa/test-apps/c-ffi-test-suite/c-ffi-test-suite-app.lid -%%DATADIR%%/sources/qa/test-apps/collections-test-suite/collections-test-suite-app-lib.dylan -%%DATADIR%%/sources/qa/test-apps/collections-test-suite/collections-test-suite-app.dylan -%%DATADIR%%/sources/qa/test-apps/collections-test-suite/collections-test-suite-app.lid -%%DATADIR%%/sources/qa/test-apps/common-dylan-test-suite/common-dylan-test-suite-app-lib.dylan -%%DATADIR%%/sources/qa/test-apps/common-dylan-test-suite/common-dylan-test-suite-app.dylan -%%DATADIR%%/sources/qa/test-apps/common-dylan-test-suite/common-dylan-test-suite-app.lid -%%DATADIR%%/sources/qa/test-apps/deuce-test-suite/deuce-test-suite-app-lib.dylan -%%DATADIR%%/sources/qa/test-apps/deuce-test-suite/deuce-test-suite-app.dylan -%%DATADIR%%/sources/qa/test-apps/deuce-test-suite/deuce-test-suite-app.lid -%%DATADIR%%/sources/qa/test-apps/dfmc-environment-test-suite/dfmc-environment-test-suite-app.lid -%%DATADIR%%/sources/qa/test-apps/dfmc-environment-test-suite/library.dylan -%%DATADIR%%/sources/qa/test-apps/dfmc-environment-test-suite/start.dylan -%%DATADIR%%/sources/qa/test-apps/duim-test-suite/duim-test-suite-app-lib.dylan -%%DATADIR%%/sources/qa/test-apps/duim-test-suite/duim-test-suite-app.dylan -%%DATADIR%%/sources/qa/test-apps/duim-test-suite/duim-test-suite-app.lid -%%DATADIR%%/sources/qa/test-apps/dylan-test-suite/dylan-test-suite-app-lib.dylan -%%DATADIR%%/sources/qa/test-apps/dylan-test-suite/dylan-test-suite-app.dylan -%%DATADIR%%/sources/qa/test-apps/dylan-test-suite/dylan-test-suite-app.lid -%%DATADIR%%/sources/qa/test-apps/generic-test-suite/generic-test-suite-app-lib.dylan -%%DATADIR%%/sources/qa/test-apps/generic-test-suite/generic-test-suite-app.dylan -%%DATADIR%%/sources/qa/test-apps/generic-test-suite/generic-test-suite-app.lid -%%DATADIR%%/sources/qa/test-apps/io-test-suite/io-test-suite-app-lib.dylan -%%DATADIR%%/sources/qa/test-apps/io-test-suite/io-test-suite-app.dylan -%%DATADIR%%/sources/qa/test-apps/io-test-suite/io-test-suite-app.lid -%%DATADIR%%/sources/qa/test-apps/jam-test-suite/jam-test-suite-app-lib.dylan -%%DATADIR%%/sources/qa/test-apps/jam-test-suite/jam-test-suite-app.dylan -%%DATADIR%%/sources/qa/test-apps/jam-test-suite/jam-test-suite-app.lid -%%DATADIR%%/sources/qa/test-apps/libraries-test-suite/libraries-test-suite-app-lib.dylan -%%DATADIR%%/sources/qa/test-apps/libraries-test-suite/libraries-test-suite-app.dylan -%%DATADIR%%/sources/qa/test-apps/libraries-test-suite/libraries-test-suite-app.lid -%%DATADIR%%/sources/qa/test-apps/llvm-test-suite/llvm-test-suite-app-lib.dylan -%%DATADIR%%/sources/qa/test-apps/llvm-test-suite/llvm-test-suite-app.dylan -%%DATADIR%%/sources/qa/test-apps/llvm-test-suite/llvm-test-suite-app.lid -%%DATADIR%%/sources/qa/test-apps/pentium-test-suite/pentium-test-suite-app-lib.dylan -%%DATADIR%%/sources/qa/test-apps/pentium-test-suite/pentium-test-suite-app.dylan -%%DATADIR%%/sources/qa/test-apps/pentium-test-suite/pentium-test-suite-app.lid -%%DATADIR%%/sources/qa/test-apps/system-test-suite/system-test-suite-app-lib.dylan -%%DATADIR%%/sources/qa/test-apps/system-test-suite/system-test-suite-app.dylan -%%DATADIR%%/sources/qa/test-apps/system-test-suite/system-test-suite-app.lid -%%DATADIR%%/sources/qa/test-apps/testworks-test-suite/testworks-test-suite-app-lib.dylan -%%DATADIR%%/sources/qa/test-apps/testworks-test-suite/testworks-test-suite-app.dylan -%%DATADIR%%/sources/qa/test-apps/testworks-test-suite/testworks-test-suite-app.lid -%%DATADIR%%/sources/qa/test-apps/win32-test-suite/win32-test-suite-app-lib.dylan -%%DATADIR%%/sources/qa/test-apps/win32-test-suite/win32-test-suite-app.dylan -%%DATADIR%%/sources/qa/test-apps/win32-test-suite/win32-test-suite-app.lid -%%DATADIR%%/sources/qa/test-logs/1_2-win98-libraries-test-suite.log -%%DATADIR%%/sources/qa/test-logs/1_2-winnt-libraries-test-suite.log -%%DATADIR%%/sources/qa/test-logs/dylan-test-suite-1_2a1.log -%%DATADIR%%/sources/qa/test-suites/generic-test-suite/generic-test-suite-lib.dylan -%%DATADIR%%/sources/qa/test-suites/generic-test-suite/generic-test-suite.dylan -%%DATADIR%%/sources/qa/test-suites/generic-test-suite/generic-test-suite.lid -%%DATADIR%%/sources/qa/test-suites/libraries-test-suite/libraries-test-suite-lib.dylan -%%DATADIR%%/sources/qa/test-suites/libraries-test-suite/libraries-test-suite.dylan -%%DATADIR%%/sources/qa/test-suites/libraries-test-suite/libraries-test-suite.lid -%%DATADIR%%/sources/qa/test-suites/pentium-test-suite/pentium-test-suite-lib.dylan -%%DATADIR%%/sources/qa/test-suites/pentium-test-suite/pentium-test-suite.dylan -%%DATADIR%%/sources/qa/test-suites/pentium-test-suite/pentium-test-suite.lid -%%DATADIR%%/sources/qa/test-suites/win32-test-suite/win32-test-suite-lib.dylan -%%DATADIR%%/sources/qa/test-suites/win32-test-suite/win32-test-suite.dylan -%%DATADIR%%/sources/qa/test-suites/win32-test-suite/win32-test-suite.lid -%%DATADIR%%/sources/qa/testworks-report/initialize.dylan -%%DATADIR%%/sources/qa/testworks-report/library.dylan -%%DATADIR%%/sources/qa/testworks-report/log-reader.dylan -%%DATADIR%%/sources/qa/testworks-report/reports.dylan -%%DATADIR%%/sources/qa/testworks-report/start.dylan -%%DATADIR%%/sources/qa/testworks-report/test-diff.dylan -%%DATADIR%%/sources/qa/testworks-report/testworks-report.lid -%%DATADIR%%/sources/qa/testworks-specs/Makegen -%%DATADIR%%/sources/qa/testworks-specs/class-specs.dylan -%%DATADIR%%/sources/qa/testworks-specs/function-specs.dylan -%%DATADIR%%/sources/qa/testworks-specs/library.dylan -%%DATADIR%%/sources/qa/testworks-specs/macro-specs.dylan -%%DATADIR%%/sources/qa/testworks-specs/module-specs.dylan -%%DATADIR%%/sources/qa/testworks-specs/protocol-specs.dylan -%%DATADIR%%/sources/qa/testworks-specs/specs.dylan -%%DATADIR%%/sources/qa/testworks-specs/testworks-specs.lid -%%DATADIR%%/sources/qa/testworks-specs/variable-specs.dylan -%%DATADIR%%/sources/qa/testworks-specs/win32-testworks-specs.lid -%%DATADIR%%/sources/qa/testworks/assertions.dylan -%%DATADIR%%/sources/qa/testworks/command-line.dylan -%%DATADIR%%/sources/qa/testworks/components.dylan -%%DATADIR%%/sources/qa/testworks/documentation/users-guide/Makefile -%%DATADIR%%/sources/qa/testworks/documentation/users-guide/make.bat -%%DATADIR%%/sources/qa/testworks/documentation/users-guide/source/conf.py -%%DATADIR%%/sources/qa/testworks/documentation/users-guide/source/copyright.rst -%%DATADIR%%/sources/qa/testworks/documentation/users-guide/source/index.rst -%%DATADIR%%/sources/qa/testworks/documentation/users-guide/source/reference.rst -%%DATADIR%%/sources/qa/testworks/documentation/users-guide/source/usage.rst -%%DATADIR%%/sources/qa/testworks/gui/library.dylan -%%DATADIR%%/sources/qa/testworks/gui/progress-window.dylan -%%DATADIR%%/sources/qa/testworks/gui/testworks-gui.lid -%%DATADIR%%/sources/qa/testworks/gui/win32-testworks-gui.lid -%%DATADIR%%/sources/qa/testworks/library.dylan -%%DATADIR%%/sources/qa/testworks/registry/generic/testworks -%%DATADIR%%/sources/qa/testworks/registry/generic/testworks-gui -%%DATADIR%%/sources/qa/testworks/registry/generic/testworks-report -%%DATADIR%%/sources/qa/testworks/registry/generic/testworks-specs -%%DATADIR%%/sources/qa/testworks/registry/generic/testworks-test-suite -%%DATADIR%%/sources/qa/testworks/registry/generic/testworks-test-suite-app -%%DATADIR%%/sources/qa/testworks/registry/x86-win32/testworks-gui -%%DATADIR%%/sources/qa/testworks/report/initialize.dylan -%%DATADIR%%/sources/qa/testworks/report/library.dylan -%%DATADIR%%/sources/qa/testworks/report/log-reader.dylan -%%DATADIR%%/sources/qa/testworks/report/reports.dylan -%%DATADIR%%/sources/qa/testworks/report/start.dylan -%%DATADIR%%/sources/qa/testworks/report/test-diff.dylan -%%DATADIR%%/sources/qa/testworks/report/testworks-report.lid -%%DATADIR%%/sources/qa/testworks/reports.dylan -%%DATADIR%%/sources/qa/testworks/results.dylan -%%DATADIR%%/sources/qa/testworks/run.dylan -%%DATADIR%%/sources/qa/testworks/specs/class-specs.dylan -%%DATADIR%%/sources/qa/testworks/specs/function-specs.dylan -%%DATADIR%%/sources/qa/testworks/specs/library.dylan -%%DATADIR%%/sources/qa/testworks/specs/macro-specs.dylan -%%DATADIR%%/sources/qa/testworks/specs/module-specs.dylan -%%DATADIR%%/sources/qa/testworks/specs/protocol-specs.dylan -%%DATADIR%%/sources/qa/testworks/specs/specs.dylan -%%DATADIR%%/sources/qa/testworks/specs/testworks-specs.lid -%%DATADIR%%/sources/qa/testworks/specs/variable-specs.dylan -%%DATADIR%%/sources/qa/testworks/specs/win32-testworks-specs.lid -%%DATADIR%%/sources/qa/testworks/tests/test-command-line.dylan -%%DATADIR%%/sources/qa/testworks/tests/testworks-test-suite-app-library.dylan -%%DATADIR%%/sources/qa/testworks/tests/testworks-test-suite-app.dylan -%%DATADIR%%/sources/qa/testworks/tests/testworks-test-suite-app.lid -%%DATADIR%%/sources/qa/testworks/tests/testworks-test-suite-library.dylan -%%DATADIR%%/sources/qa/testworks/tests/testworks-test-suite.dylan -%%DATADIR%%/sources/qa/testworks/tests/testworks-test-suite.lid -%%DATADIR%%/sources/qa/testworks/testworks.lid -%%DATADIR%%/sources/qa/testworks/to-do.txt -%%DATADIR%%/sources/qa/testworks/utils.dylan -%%DATADIR%%/sources/qa/warnings-test-suite/functions.dylan -%%DATADIR%%/sources/qa/warnings-test-suite/library.dylan -%%DATADIR%%/sources/qa/warnings-test-suite/macros.dylan -%%DATADIR%%/sources/qa/warnings-test-suite/module.dylan -%%DATADIR%%/sources/qa/warnings-test-suite/references.dylan -%%DATADIR%%/sources/qa/warnings-test-suite/regressions.dylan -%%DATADIR%%/sources/qa/warnings-test-suite/syntax.dylan -%%DATADIR%%/sources/qa/warnings-test-suite/types.dylan -%%DATADIR%%/sources/qa/warnings-test-suite/undefined-module.dylan -%%DATADIR%%/sources/qa/warnings-test-suite/warnings-test-suite.lid -%%DATADIR%%/sources/registry/arm-linux/c-ffi -%%DATADIR%%/sources/registry/arm-linux/common-dylan -%%DATADIR%%/sources/registry/arm-linux/dood -%%DATADIR%%/sources/registry/arm-linux/duim -%%DATADIR%%/sources/registry/arm-linux/gtk -%%DATADIR%%/sources/registry/arm-linux/gtk-c-ffi -%%DATADIR%%/sources/registry/arm-linux/io -%%DATADIR%%/sources/registry/arm-linux/jam -%%DATADIR%%/sources/registry/arm-linux/network -%%DATADIR%%/sources/registry/arm-linux/ssl-network -%%DATADIR%%/sources/registry/arm-linux/stack-walker -%%DATADIR%%/sources/registry/arm-linux/system -%%DATADIR%%/sources/registry/arm-linux/variable-search -%%DATADIR%%/sources/registry/generic/access-path -%%DATADIR%%/sources/registry/generic/apple-dylan-test-suite -%%DATADIR%%/sources/registry/generic/apple-dylan-test-suite-app -%%DATADIR%%/sources/registry/generic/atk -%%DATADIR%%/sources/registry/generic/batch-debug -%%DATADIR%%/sources/registry/generic/big-integers -%%DATADIR%%/sources/registry/generic/binary-builder -%%DATADIR%%/sources/registry/generic/binary-manager -%%DATADIR%%/sources/registry/generic/binary-outputter -%%DATADIR%%/sources/registry/generic/build-system -%%DATADIR%%/sources/registry/generic/c-ffi-test -%%DATADIR%%/sources/registry/generic/c-ffi-test-suite-app -%%DATADIR%%/sources/registry/generic/c-lexer -%%DATADIR%%/sources/registry/generic/cairo -%%DATADIR%%/sources/registry/generic/channels -%%DATADIR%%/sources/registry/generic/channels-tests -%%DATADIR%%/sources/registry/generic/checkmate -%%DATADIR%%/sources/registry/generic/cl -%%DATADIR%%/sources/registry/generic/coff-builder -%%DATADIR%%/sources/registry/generic/coff-debug -%%DATADIR%%/sources/registry/generic/coff-manager -%%DATADIR%%/sources/registry/generic/collection-extensions -%%DATADIR%%/sources/registry/generic/collections -%%DATADIR%%/sources/registry/generic/collections-test-suite -%%DATADIR%%/sources/registry/generic/collections-test-suite-app -%%DATADIR%%/sources/registry/generic/command-line-parser -%%DATADIR%%/sources/registry/generic/command-line-parser-test-suite -%%DATADIR%%/sources/registry/generic/command-line-parser-test-suite-app -%%DATADIR%%/sources/registry/generic/commands -%%DATADIR%%/sources/registry/generic/common-dylan-test-suite -%%DATADIR%%/sources/registry/generic/common-dylan-test-suite-app -%%DATADIR%%/sources/registry/generic/console-scepter -%%DATADIR%%/sources/registry/generic/console-scepter-tests -%%DATADIR%%/sources/registry/generic/corba-dylan -%%DATADIR%%/sources/registry/generic/corba-protocol -%%DATADIR%%/sources/registry/generic/debugger-manager -%%DATADIR%%/sources/registry/generic/debugger-server -%%DATADIR%%/sources/registry/generic/deuce -%%DATADIR%%/sources/registry/generic/deuce-test-suite -%%DATADIR%%/sources/registry/generic/deuce-test-suite-app -%%DATADIR%%/sources/registry/generic/devel-dbg-ui -%%DATADIR%%/sources/registry/generic/dfmc-back-end -%%DATADIR%%/sources/registry/generic/dfmc-back-end-implementations -%%DATADIR%%/sources/registry/generic/dfmc-back-end-protocol -%%DATADIR%%/sources/registry/generic/dfmc-browser-support -%%DATADIR%%/sources/registry/generic/dfmc-c-back-end -%%DATADIR%%/sources/registry/generic/dfmc-c-ffi -%%DATADIR%%/sources/registry/generic/dfmc-c-linker -%%DATADIR%%/sources/registry/generic/dfmc-common -%%DATADIR%%/sources/registry/generic/dfmc-conditions -%%DATADIR%%/sources/registry/generic/dfmc-conversion -%%DATADIR%%/sources/registry/generic/dfmc-core -%%DATADIR%%/sources/registry/generic/dfmc-debug-back-end -%%DATADIR%%/sources/registry/generic/dfmc-definitions -%%DATADIR%%/sources/registry/generic/dfmc-environment -%%DATADIR%%/sources/registry/generic/dfmc-environment-application -%%DATADIR%%/sources/registry/generic/dfmc-environment-database -%%DATADIR%%/sources/registry/generic/dfmc-environment-database-test -%%DATADIR%%/sources/registry/generic/dfmc-environment-projects -%%DATADIR%%/sources/registry/generic/dfmc-environment-reports -%%DATADIR%%/sources/registry/generic/dfmc-environment-reports-test -%%DATADIR%%/sources/registry/generic/dfmc-environment-test-suite -%%DATADIR%%/sources/registry/generic/dfmc-environment-test-suite-app -%%DATADIR%%/sources/registry/generic/dfmc-flow-graph -%%DATADIR%%/sources/registry/generic/dfmc-harp-browser-support -%%DATADIR%%/sources/registry/generic/dfmc-harp-cg -%%DATADIR%%/sources/registry/generic/dfmc-harp-cg-linker -%%DATADIR%%/sources/registry/generic/dfmc-harp-native-cg -%%DATADIR%%/sources/registry/generic/dfmc-harp-x86-cg -%%DATADIR%%/sources/registry/generic/dfmc-linker -%%DATADIR%%/sources/registry/generic/dfmc-llvm-back-end -%%DATADIR%%/sources/registry/generic/dfmc-llvm-linker -%%DATADIR%%/sources/registry/generic/dfmc-macro-expander -%%DATADIR%%/sources/registry/generic/dfmc-management -%%DATADIR%%/sources/registry/generic/dfmc-mangling -%%DATADIR%%/sources/registry/generic/dfmc-modeling -%%DATADIR%%/sources/registry/generic/dfmc-namespace -%%DATADIR%%/sources/registry/generic/dfmc-optimization -%%DATADIR%%/sources/registry/generic/dfmc-reader -%%DATADIR%%/sources/registry/generic/dfmc-typist -%%DATADIR%%/sources/registry/generic/disasm -%%DATADIR%%/sources/registry/generic/disasm-test -%%DATADIR%%/sources/registry/generic/dispatch-profiler -%%DATADIR%%/sources/registry/generic/djam -%%DATADIR%%/sources/registry/generic/dood-test-suite -%%DATADIR%%/sources/registry/generic/dswank -%%DATADIR%%/sources/registry/generic/duim-core -%%DATADIR%%/sources/registry/generic/duim-dcs -%%DATADIR%%/sources/registry/generic/duim-deuce -%%DATADIR%%/sources/registry/generic/duim-examples -%%DATADIR%%/sources/registry/generic/duim-extended-geometry -%%DATADIR%%/sources/registry/generic/duim-frames -%%DATADIR%%/sources/registry/generic/duim-gadget-panes -%%DATADIR%%/sources/registry/generic/duim-gadgets -%%DATADIR%%/sources/registry/generic/duim-geometry -%%DATADIR%%/sources/registry/generic/duim-graphics -%%DATADIR%%/sources/registry/generic/duim-gui-test-suite -%%DATADIR%%/sources/registry/generic/duim-layouts -%%DATADIR%%/sources/registry/generic/duim-recording -%%DATADIR%%/sources/registry/generic/duim-sheets -%%DATADIR%%/sources/registry/generic/duim-test-suite -%%DATADIR%%/sources/registry/generic/duim-test-suite-app -%%DATADIR%%/sources/registry/generic/duim-user -%%DATADIR%%/sources/registry/generic/duim-utilities -%%DATADIR%%/sources/registry/generic/dylan -%%DATADIR%%/sources/registry/generic/dylan-compiler -%%DATADIR%%/sources/registry/generic/dylan-compiler-with-tools -%%DATADIR%%/sources/registry/generic/dylan-environment -%%DATADIR%%/sources/registry/generic/dylan-environment-with-tools -%%DATADIR%%/sources/registry/generic/dylan-orb -%%DATADIR%%/sources/registry/generic/dylan-playground -%%DATADIR%%/sources/registry/generic/dylan-test-suite -%%DATADIR%%/sources/registry/generic/dylan-test-suite-app -%%DATADIR%%/sources/registry/generic/echo-client -%%DATADIR%%/sources/registry/generic/echo-server -%%DATADIR%%/sources/registry/generic/editor-deuce-backend -%%DATADIR%%/sources/registry/generic/editor-emacsserver-backend -%%DATADIR%%/sources/registry/generic/editor-exe-backend -%%DATADIR%%/sources/registry/generic/editor-gnuserv-backend -%%DATADIR%%/sources/registry/generic/editor-manager -%%DATADIR%%/sources/registry/generic/editor-vi-backend -%%DATADIR%%/sources/registry/generic/environment-application-commands -%%DATADIR%%/sources/registry/generic/environment-commands -%%DATADIR%%/sources/registry/generic/environment-debugger -%%DATADIR%%/sources/registry/generic/environment-deuce -%%DATADIR%%/sources/registry/generic/environment-framework -%%DATADIR%%/sources/registry/generic/environment-internal-commands -%%DATADIR%%/sources/registry/generic/environment-manager -%%DATADIR%%/sources/registry/generic/environment-profiler -%%DATADIR%%/sources/registry/generic/environment-project-wizard -%%DATADIR%%/sources/registry/generic/environment-property-pages -%%DATADIR%%/sources/registry/generic/environment-protocols -%%DATADIR%%/sources/registry/generic/environment-reports -%%DATADIR%%/sources/registry/generic/environment-server -%%DATADIR%%/sources/registry/generic/environment-server-parsers -%%DATADIR%%/sources/registry/generic/environment-test-suite -%%DATADIR%%/sources/registry/generic/environment-tools -%%DATADIR%%/sources/registry/generic/factorial-big -%%DATADIR%%/sources/registry/generic/factorial-small -%%DATADIR%%/sources/registry/generic/file-source-records -%%DATADIR%%/sources/registry/generic/functional-dylan-orb -%%DATADIR%%/sources/registry/generic/gctest -%%DATADIR%%/sources/registry/generic/gdk -%%DATADIR%%/sources/registry/generic/gdkpixbuf -%%DATADIR%%/sources/registry/generic/generic-arithmetic -%%DATADIR%%/sources/registry/generic/generic-test-suite -%%DATADIR%%/sources/registry/generic/generic-test-suite-app -%%DATADIR%%/sources/registry/generic/gio -%%DATADIR%%/sources/registry/generic/glib -%%DATADIR%%/sources/registry/generic/gmodule -%%DATADIR%%/sources/registry/generic/gnu-as-outputter -%%DATADIR%%/sources/registry/generic/gobject -%%DATADIR%%/sources/registry/generic/goodbye-world -%%DATADIR%%/sources/registry/generic/grammar-compiler -%%DATADIR%%/sources/registry/generic/gtk -%%DATADIR%%/sources/registry/generic/gtk-duim -%%DATADIR%%/sources/registry/generic/gtk-duim-gadget-panes -%%DATADIR%%/sources/registry/generic/gtk-unit-converter -%%DATADIR%%/sources/registry/generic/gui-dylan-playground -%%DATADIR%%/sources/registry/generic/harp -%%DATADIR%%/sources/registry/generic/harp-cg-back-end -%%DATADIR%%/sources/registry/generic/harp-coff -%%DATADIR%%/sources/registry/generic/harp-native -%%DATADIR%%/sources/registry/generic/harp-native-rtg -%%DATADIR%%/sources/registry/generic/harp-unix-rtg -%%DATADIR%%/sources/registry/generic/harp-x86 -%%DATADIR%%/sources/registry/generic/harp-x86-darwin-runtime-generator -%%DATADIR%%/sources/registry/generic/harp-x86-freebsd-runtime-generator -%%DATADIR%%/sources/registry/generic/harp-x86-linux-runtime-generator -%%DATADIR%%/sources/registry/generic/harp-x86-rtg -%%DATADIR%%/sources/registry/generic/harp-x86-unix-rtg -%%DATADIR%%/sources/registry/generic/harp-x86-windows-rtg -%%DATADIR%%/sources/registry/generic/harp-x86-windows-runtime-generator -%%DATADIR%%/sources/registry/generic/hash-algorithms -%%DATADIR%%/sources/registry/generic/hash-algorithms-test -%%DATADIR%%/sources/registry/generic/hello-world -%%DATADIR%%/sources/registry/generic/interactive-downloader -%%DATADIR%%/sources/registry/generic/interactive-symbol-table -%%DATADIR%%/sources/registry/generic/io-test-suite -%%DATADIR%%/sources/registry/generic/io-test-suite-app -%%DATADIR%%/sources/registry/generic/iop-protocol -%%DATADIR%%/sources/registry/generic/ir-protocol -%%DATADIR%%/sources/registry/generic/ir-stubs -%%DATADIR%%/sources/registry/generic/jam-test-suite -%%DATADIR%%/sources/registry/generic/jam-test-suite-app -%%DATADIR%%/sources/registry/generic/libraries-test-suite -%%DATADIR%%/sources/registry/generic/libraries-test-suite-app -%%DATADIR%%/sources/registry/generic/life -%%DATADIR%%/sources/registry/generic/lisp-reader -%%DATADIR%%/sources/registry/generic/llvm -%%DATADIR%%/sources/registry/generic/llvm-as -%%DATADIR%%/sources/registry/generic/llvm-asm-parser -%%DATADIR%%/sources/registry/generic/llvm-runtime-generator -%%DATADIR%%/sources/registry/generic/llvm-tablegen -%%DATADIR%%/sources/registry/generic/llvm-test-suite -%%DATADIR%%/sources/registry/generic/llvm-test-suite-app -%%DATADIR%%/sources/registry/generic/logging -%%DATADIR%%/sources/registry/generic/logging-test-suite -%%DATADIR%%/sources/registry/generic/logging-test-suite-app -%%DATADIR%%/sources/registry/generic/make-dylan-app -%%DATADIR%%/sources/registry/generic/map-statistics -%%DATADIR%%/sources/registry/generic/memory-manager -%%DATADIR%%/sources/registry/generic/minimal-console-scepter -%%DATADIR%%/sources/registry/generic/minimal-scepter -%%DATADIR%%/sources/registry/generic/mm-debugger -%%DATADIR%%/sources/registry/generic/mnemonic-assembler -%%DATADIR%%/sources/registry/generic/motley -%%DATADIR%%/sources/registry/generic/naming-client -%%DATADIR%%/sources/registry/generic/naming-protocol -%%DATADIR%%/sources/registry/generic/naming-service -%%DATADIR%%/sources/registry/generic/naming-skeletons -%%DATADIR%%/sources/registry/generic/naming-stubs -%%DATADIR%%/sources/registry/generic/odbc-ffi -%%DATADIR%%/sources/registry/generic/orb-connections -%%DATADIR%%/sources/registry/generic/orb-core -%%DATADIR%%/sources/registry/generic/orb-iiop -%%DATADIR%%/sources/registry/generic/orb-ir -%%DATADIR%%/sources/registry/generic/orb-poa -%%DATADIR%%/sources/registry/generic/orb-streams -%%DATADIR%%/sources/registry/generic/orb-utilities -%%DATADIR%%/sources/registry/generic/pango -%%DATADIR%%/sources/registry/generic/parser-compiler -%%DATADIR%%/sources/registry/generic/parser-generator -%%DATADIR%%/sources/registry/generic/parser-run-time -%%DATADIR%%/sources/registry/generic/pente -%%DATADIR%%/sources/registry/generic/pop-client -%%DATADIR%%/sources/registry/generic/portableserver-protocol -%%DATADIR%%/sources/registry/generic/ppml -%%DATADIR%%/sources/registry/generic/projects -%%DATADIR%%/sources/registry/generic/registry-projects -%%DATADIR%%/sources/registry/generic/regular-expressions -%%DATADIR%%/sources/registry/generic/release-info -%%DATADIR%%/sources/registry/generic/remote-access-path -%%DATADIR%%/sources/registry/generic/remote-nub -%%DATADIR%%/sources/registry/generic/remote-nub-client -%%DATADIR%%/sources/registry/generic/remote-nub-protocol -%%DATADIR%%/sources/registry/generic/remote-nub-skeletons -%%DATADIR%%/sources/registry/generic/remote-nub-stubs -%%DATADIR%%/sources/registry/generic/reversi -%%DATADIR%%/sources/registry/generic/scepter -%%DATADIR%%/sources/registry/generic/scepter-ast -%%DATADIR%%/sources/registry/generic/scepter-core -%%DATADIR%%/sources/registry/generic/scepter-dump-back-end -%%DATADIR%%/sources/registry/generic/scepter-dylan-back-end -%%DATADIR%%/sources/registry/generic/scepter-file-front-end -%%DATADIR%%/sources/registry/generic/scepter-ir-back-end -%%DATADIR%%/sources/registry/generic/scepter-tests -%%DATADIR%%/sources/registry/generic/scepter-utilities -%%DATADIR%%/sources/registry/generic/scribble -%%DATADIR%%/sources/registry/generic/simple-downloader -%%DATADIR%%/sources/registry/generic/smtp-client -%%DATADIR%%/sources/registry/generic/source-control-hope-backend -%%DATADIR%%/sources/registry/generic/source-control-manager -%%DATADIR%%/sources/registry/generic/source-records -%%DATADIR%%/sources/registry/generic/sql -%%DATADIR%%/sources/registry/generic/sql-example -%%DATADIR%%/sources/registry/generic/sql-odbc -%%DATADIR%%/sources/registry/generic/sql-odbc-test -%%DATADIR%%/sources/registry/generic/ssl-echo-client -%%DATADIR%%/sources/registry/generic/ssl-echo-server -%%DATADIR%%/sources/registry/generic/ssl-smtp-client -%%DATADIR%%/sources/registry/generic/ssl-smtp-server -%%DATADIR%%/sources/registry/generic/standalone-deuce -%%DATADIR%%/sources/registry/generic/strings -%%DATADIR%%/sources/registry/generic/system-test-suite -%%DATADIR%%/sources/registry/generic/system-test-suite-app -%%DATADIR%%/sources/registry/generic/t-lists -%%DATADIR%%/sources/registry/generic/target-application -%%DATADIR%%/sources/registry/generic/test-editor-manager-common -%%DATADIR%%/sources/registry/generic/test-profiler -%%DATADIR%%/sources/registry/generic/testworks -%%DATADIR%%/sources/registry/generic/testworks-gui -%%DATADIR%%/sources/registry/generic/testworks-report -%%DATADIR%%/sources/registry/generic/testworks-specs -%%DATADIR%%/sources/registry/generic/testworks-test-suite -%%DATADIR%%/sources/registry/generic/testworks-test-suite-app -%%DATADIR%%/sources/registry/generic/tether-downloader -%%DATADIR%%/sources/registry/generic/tetris -%%DATADIR%%/sources/registry/generic/thread-test -%%DATADIR%%/sources/registry/generic/tic-tac-toe -%%DATADIR%%/sources/registry/generic/tool-invoke -%%DATADIR%%/sources/registry/generic/tool-parser-generator -%%DATADIR%%/sources/registry/generic/tool-scepter -%%DATADIR%%/sources/registry/generic/tools-interface -%%DATADIR%%/sources/registry/generic/user-projects -%%DATADIR%%/sources/registry/generic/walker -%%DATADIR%%/sources/registry/generic/warnings-test-suite -%%DATADIR%%/sources/registry/generic/xlib -%%DATADIR%%/sources/registry/ppc-darwin/c-ffi -%%DATADIR%%/sources/registry/ppc-darwin/common-dylan -%%DATADIR%%/sources/registry/ppc-darwin/dood -%%DATADIR%%/sources/registry/ppc-darwin/io -%%DATADIR%%/sources/registry/ppc-darwin/jam -%%DATADIR%%/sources/registry/ppc-darwin/network -%%DATADIR%%/sources/registry/ppc-darwin/odbc-ffi -%%DATADIR%%/sources/registry/ppc-darwin/system -%%DATADIR%%/sources/registry/ppc-darwin/variable-search -%%DATADIR%%/sources/registry/x86-darwin/c-ffi -%%DATADIR%%/sources/registry/x86-darwin/common-dylan -%%DATADIR%%/sources/registry/x86-darwin/dood -%%DATADIR%%/sources/registry/x86-darwin/duim -%%DATADIR%%/sources/registry/x86-darwin/io -%%DATADIR%%/sources/registry/x86-darwin/jam -%%DATADIR%%/sources/registry/x86-darwin/network -%%DATADIR%%/sources/registry/x86-darwin/odbc-ffi -%%DATADIR%%/sources/registry/x86-darwin/ssl-network -%%DATADIR%%/sources/registry/x86-darwin/system -%%DATADIR%%/sources/registry/x86-darwin/variable-search -%%DATADIR%%/sources/registry/x86-freebsd/c-ffi -%%DATADIR%%/sources/registry/x86-freebsd/common-dylan -%%DATADIR%%/sources/registry/x86-freebsd/dood -%%DATADIR%%/sources/registry/x86-freebsd/duim -%%DATADIR%%/sources/registry/x86-freebsd/gtk -%%DATADIR%%/sources/registry/x86-freebsd/gtk-c-ffi -%%DATADIR%%/sources/registry/x86-freebsd/io -%%DATADIR%%/sources/registry/x86-freebsd/jam -%%DATADIR%%/sources/registry/x86-freebsd/network -%%DATADIR%%/sources/registry/x86-freebsd/ssl-network -%%DATADIR%%/sources/registry/x86-freebsd/stack-walker -%%DATADIR%%/sources/registry/x86-freebsd/system -%%DATADIR%%/sources/registry/x86-freebsd/variable-search -%%DATADIR%%/sources/registry/x86-linux/c-ffi -%%DATADIR%%/sources/registry/x86-linux/common-dylan -%%DATADIR%%/sources/registry/x86-linux/dood -%%DATADIR%%/sources/registry/x86-linux/duim -%%DATADIR%%/sources/registry/x86-linux/gtk -%%DATADIR%%/sources/registry/x86-linux/gtk-c-ffi -%%DATADIR%%/sources/registry/x86-linux/io -%%DATADIR%%/sources/registry/x86-linux/jam -%%DATADIR%%/sources/registry/x86-linux/network -%%DATADIR%%/sources/registry/x86-linux/ssl-network -%%DATADIR%%/sources/registry/x86-linux/stack-walker -%%DATADIR%%/sources/registry/x86-linux/system -%%DATADIR%%/sources/registry/x86-linux/variable-search -%%DATADIR%%/sources/registry/x86-win32/SourceSafeTypeLib -%%DATADIR%%/sources/registry/x86-win32/access-path -%%DATADIR%%/sources/registry/x86-win32/big-integers -%%DATADIR%%/sources/registry/x86-win32/c-ffi -%%DATADIR%%/sources/registry/x86-win32/channels -%%DATADIR%%/sources/registry/x86-win32/checkmate -%%DATADIR%%/sources/registry/x86-win32/collections -%%DATADIR%%/sources/registry/x86-win32/com -%%DATADIR%%/sources/registry/x86-win32/commands -%%DATADIR%%/sources/registry/x86-win32/common-dylan -%%DATADIR%%/sources/registry/x86-win32/create-id -%%DATADIR%%/sources/registry/x86-win32/custom-interface-test -%%DATADIR%%/sources/registry/x86-win32/database-viewer -%%DATADIR%%/sources/registry/x86-win32/deuce -%%DATADIR%%/sources/registry/x86-win32/dfmc-mangling -%%DATADIR%%/sources/registry/x86-win32/dll-wrap -%%DATADIR%%/sources/registry/x86-win32/dood -%%DATADIR%%/sources/registry/x86-win32/duim -%%DATADIR%%/sources/registry/x86-win32/duim-core -%%DATADIR%%/sources/registry/x86-win32/duim-dcs -%%DATADIR%%/sources/registry/x86-win32/duim-deuce -%%DATADIR%%/sources/registry/x86-win32/duim-examples -%%DATADIR%%/sources/registry/x86-win32/duim-extended-geometry -%%DATADIR%%/sources/registry/x86-win32/duim-frames -%%DATADIR%%/sources/registry/x86-win32/duim-gadget-panes -%%DATADIR%%/sources/registry/x86-win32/duim-gadgets -%%DATADIR%%/sources/registry/x86-win32/duim-geometry -%%DATADIR%%/sources/registry/x86-win32/duim-gl-demo -%%DATADIR%%/sources/registry/x86-win32/duim-graphics -%%DATADIR%%/sources/registry/x86-win32/duim-gui-test-suite -%%DATADIR%%/sources/registry/x86-win32/duim-layouts -%%DATADIR%%/sources/registry/x86-win32/duim-ole-container -%%DATADIR%%/sources/registry/x86-win32/duim-ole-control -%%DATADIR%%/sources/registry/x86-win32/duim-ole-server -%%DATADIR%%/sources/registry/x86-win32/duim-recording -%%DATADIR%%/sources/registry/x86-win32/duim-resource-example -%%DATADIR%%/sources/registry/x86-win32/duim-sheets -%%DATADIR%%/sources/registry/x86-win32/duim-user -%%DATADIR%%/sources/registry/x86-win32/duim-utilities -%%DATADIR%%/sources/registry/x86-win32/dylan -%%DATADIR%%/sources/registry/x86-win32/editor-manager -%%DATADIR%%/sources/registry/x86-win32/environment-dde-server -%%DATADIR%%/sources/registry/x86-win32/environment-server -%%DATADIR%%/sources/registry/x86-win32/environment-splash-screen -%%DATADIR%%/sources/registry/x86-win32/flying-squares -%%DATADIR%%/sources/registry/x86-win32/generic-arithmetic -%%DATADIR%%/sources/registry/x86-win32/gtk -%%DATADIR%%/sources/registry/x86-win32/gtk-c-ffi -%%DATADIR%%/sources/registry/x86-win32/gtk-duim-gui-test-suite -%%DATADIR%%/sources/registry/x86-win32/inproc-dual -%%DATADIR%%/sources/registry/x86-win32/io -%%DATADIR%%/sources/registry/x86-win32/jam -%%DATADIR%%/sources/registry/x86-win32/life -%%DATADIR%%/sources/registry/x86-win32/map-statistics -%%DATADIR%%/sources/registry/x86-win32/midi -%%DATADIR%%/sources/registry/x86-win32/motley -%%DATADIR%%/sources/registry/x86-win32/naming-client -%%DATADIR%%/sources/registry/x86-win32/network -%%DATADIR%%/sources/registry/x86-win32/ocx-scribble -%%DATADIR%%/sources/registry/x86-win32/odbc-ffi -%%DATADIR%%/sources/registry/x86-win32/ole -%%DATADIR%%/sources/registry/x86-win32/ole-automation -%%DATADIR%%/sources/registry/x86-win32/ole-coclass-test -%%DATADIR%%/sources/registry/x86-win32/ole-container -%%DATADIR%%/sources/registry/x86-win32/ole-control-framework -%%DATADIR%%/sources/registry/x86-win32/ole-controls -%%DATADIR%%/sources/registry/x86-win32/ole-dialogs -%%DATADIR%%/sources/registry/x86-win32/ole-macro-test -%%DATADIR%%/sources/registry/x86-win32/ole-scribble -%%DATADIR%%/sources/registry/x86-win32/ole-server -%%DATADIR%%/sources/registry/x86-win32/ole-test -%%DATADIR%%/sources/registry/x86-win32/pente -%%DATADIR%%/sources/registry/x86-win32/pentium-test-suite -%%DATADIR%%/sources/registry/x86-win32/pentium-test-suite-app -%%DATADIR%%/sources/registry/x86-win32/plonker -%%DATADIR%%/sources/registry/x86-win32/reversi -%%DATADIR%%/sources/registry/x86-win32/sample-automation-controller -%%DATADIR%%/sources/registry/x86-win32/sample-automation-server -%%DATADIR%%/sources/registry/x86-win32/sample-duim-container -%%DATADIR%%/sources/registry/x86-win32/sample-ole-container -%%DATADIR%%/sources/registry/x86-win32/sample-ole-server -%%DATADIR%%/sources/registry/x86-win32/scribble -%%DATADIR%%/sources/registry/x86-win32/source-control-vss-backend -%%DATADIR%%/sources/registry/x86-win32/standalone-deuce -%%DATADIR%%/sources/registry/x86-win32/system -%%DATADIR%%/sources/registry/x86-win32/testworks-gui -%%DATADIR%%/sources/registry/x86-win32/tetris -%%DATADIR%%/sources/registry/x86-win32/tic-tac-toe -%%DATADIR%%/sources/registry/x86-win32/variable-search -%%DATADIR%%/sources/registry/x86-win32/walker -%%DATADIR%%/sources/registry/x86-win32/win32-automation -%%DATADIR%%/sources/registry/x86-win32/win32-common -%%DATADIR%%/sources/registry/x86-win32/win32-controls -%%DATADIR%%/sources/registry/x86-win32/win32-dde -%%DATADIR%%/sources/registry/x86-win32/win32-dialog -%%DATADIR%%/sources/registry/x86-win32/win32-duim -%%DATADIR%%/sources/registry/x86-win32/win32-duim-gui-test-suite -%%DATADIR%%/sources/registry/x86-win32/win32-duim-regression-test-suite -%%DATADIR%%/sources/registry/x86-win32/win32-environment -%%DATADIR%%/sources/registry/x86-win32/win32-gdi -%%DATADIR%%/sources/registry/x86-win32/win32-gl -%%DATADIR%%/sources/registry/x86-win32/win32-glu -%%DATADIR%%/sources/registry/x86-win32/win32-html-help -%%DATADIR%%/sources/registry/x86-win32/win32-invisible-control -%%DATADIR%%/sources/registry/x86-win32/win32-kernel -%%DATADIR%%/sources/registry/x86-win32/win32-multimedia -%%DATADIR%%/sources/registry/x86-win32/win32-ole-container -%%DATADIR%%/sources/registry/x86-win32/win32-ole-server -%%DATADIR%%/sources/registry/x86-win32/win32-registry -%%DATADIR%%/sources/registry/x86-win32/win32-resources -%%DATADIR%%/sources/registry/x86-win32/win32-rich-edit -%%DATADIR%%/sources/registry/x86-win32/win32-shell -%%DATADIR%%/sources/registry/x86-win32/win32-test-suite -%%DATADIR%%/sources/registry/x86-win32/win32-test-suite-app -%%DATADIR%%/sources/registry/x86-win32/win32-user -%%DATADIR%%/sources/registry/x86-win32/win32-util-test -%%DATADIR%%/sources/registry/x86-win32/win32-version -%%DATADIR%%/sources/registry/x86-win32/windows-ffi-example -%%DATADIR%%/sources/registry/x86-win32/windows-gadgets-example -%%DATADIR%%/sources/registry/x86-win32/windows-hook -%%DATADIR%%/sources/registry/x86-win32/windows-resource-example -%%DATADIR%%/sources/registry/x86-win32/windows-viewer -%%DATADIR%%/sources/registry/x86-win32/with-splash-screen -%%DATADIR%%/sources/registry/x86_64-darwin/c-ffi -%%DATADIR%%/sources/registry/x86_64-darwin/common-dylan -%%DATADIR%%/sources/registry/x86_64-darwin/dood -%%DATADIR%%/sources/registry/x86_64-darwin/duim -%%DATADIR%%/sources/registry/x86_64-darwin/io -%%DATADIR%%/sources/registry/x86_64-darwin/jam -%%DATADIR%%/sources/registry/x86_64-darwin/network -%%DATADIR%%/sources/registry/x86_64-darwin/odbc-ffi -%%DATADIR%%/sources/registry/x86_64-darwin/ssl-network -%%DATADIR%%/sources/registry/x86_64-darwin/system -%%DATADIR%%/sources/registry/x86_64-darwin/variable-search -%%DATADIR%%/sources/registry/x86_64-freebsd/c-ffi -%%DATADIR%%/sources/registry/x86_64-freebsd/common-dylan -%%DATADIR%%/sources/registry/x86_64-freebsd/dood -%%DATADIR%%/sources/registry/x86_64-freebsd/duim -%%DATADIR%%/sources/registry/x86_64-freebsd/gtk -%%DATADIR%%/sources/registry/x86_64-freebsd/gtk-c-ffi -%%DATADIR%%/sources/registry/x86_64-freebsd/io -%%DATADIR%%/sources/registry/x86_64-freebsd/jam -%%DATADIR%%/sources/registry/x86_64-freebsd/network -%%DATADIR%%/sources/registry/x86_64-freebsd/ssl-network -%%DATADIR%%/sources/registry/x86_64-freebsd/system -%%DATADIR%%/sources/registry/x86_64-freebsd/variable-search -%%DATADIR%%/sources/registry/x86_64-linux/c-ffi -%%DATADIR%%/sources/registry/x86_64-linux/common-dylan -%%DATADIR%%/sources/registry/x86_64-linux/dood -%%DATADIR%%/sources/registry/x86_64-linux/duim -%%DATADIR%%/sources/registry/x86_64-linux/io -%%DATADIR%%/sources/registry/x86_64-linux/jam -%%DATADIR%%/sources/registry/x86_64-linux/network -%%DATADIR%%/sources/registry/x86_64-linux/ssl-network -%%DATADIR%%/sources/registry/x86_64-linux/stack-walker -%%DATADIR%%/sources/registry/x86_64-linux/system -%%DATADIR%%/sources/registry/x86_64-linux/variable-search -%%DATADIR%%/sources/runtime-manager/access-path/access-connections.dylan -%%DATADIR%%/sources/runtime-manager/access-path/access-path-callbacks.dylan -%%DATADIR%%/sources/runtime-manager/access-path/access-path.dylan -%%DATADIR%%/sources/runtime-manager/access-path/access-path.lid -%%DATADIR%%/sources/runtime-manager/access-path/app-control.dylan -%%DATADIR%%/sources/runtime-manager/access-path/debug-points.dylan -%%DATADIR%%/sources/runtime-manager/access-path/dylan-utilities.dylan -%%DATADIR%%/sources/runtime-manager/access-path/enhanced-nub-interfacing.dylan -%%DATADIR%%/sources/runtime-manager/access-path/instruction-interpret.dylan -%%DATADIR%%/sources/runtime-manager/access-path/library.dylan -%%DATADIR%%/sources/runtime-manager/access-path/memory-access.dylan -%%DATADIR%%/sources/runtime-manager/access-path/module.dylan -%%DATADIR%%/sources/runtime-manager/access-path/nub-ffi-defs.dylan -%%DATADIR%%/sources/runtime-manager/access-path/profile.dylan -%%DATADIR%%/sources/runtime-manager/access-path/remote-function-call.dylan -%%DATADIR%%/sources/runtime-manager/access-path/remote-objects.dylan -%%DATADIR%%/sources/runtime-manager/access-path/remote-value.dylan -%%DATADIR%%/sources/runtime-manager/access-path/source-locator-map.dylan -%%DATADIR%%/sources/runtime-manager/access-path/stack-frames.dylan -%%DATADIR%%/sources/runtime-manager/access-path/stop-reasons.dylan -%%DATADIR%%/sources/runtime-manager/access-path/symbol-lookup.dylan -%%DATADIR%%/sources/runtime-manager/access-path/win32-access-path.lid -%%DATADIR%%/sources/runtime-manager/debugger-manager/debug-points.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/debug-target.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/dfmc-accessors.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/dfmc-debugger-manager.lid -%%DATADIR%%/sources/runtime-manager/debugger-manager/dynamic-environment.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/execution-context.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/frames.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/initialization-tracking.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/integration-place-holders.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/invoke-dylan.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/lexical-maps.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/library.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/management.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/new-name-context.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/object-directory.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/print-inspect.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/profile.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/queries.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/registration.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/remote-object-registration.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/remote-restarts.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/runtime-compiled-lambda.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/source-code-mapping.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/spy-catalogue.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/stack-backtrace.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/stepping.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/stop-cases.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/stop-reason-interpret.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/threads.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/trace.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/transaction.dylan -%%DATADIR%%/sources/runtime-manager/debugger-manager/utilities.dylan -%%DATADIR%%/sources/runtime-manager/debugger-nub/client/library.dylan -%%DATADIR%%/sources/runtime-manager/debugger-nub/client/module.dylan -%%DATADIR%%/sources/runtime-manager/debugger-nub/client/remote-nub-client.hdp -%%DATADIR%%/sources/runtime-manager/debugger-nub/client/remote-nub-client.spec -%%DATADIR%%/sources/runtime-manager/debugger-nub/debugger-server.ico -%%DATADIR%%/sources/runtime-manager/debugger-nub/debugger-server.rc -%%DATADIR%%/sources/runtime-manager/debugger-nub/debugger-server/debugger-server-ffi-defs.dylan -%%DATADIR%%/sources/runtime-manager/debugger-nub/debugger-server/debugger-server-frame.dylan -%%DATADIR%%/sources/runtime-manager/debugger-nub/debugger-server/debugger-server.dylan -%%DATADIR%%/sources/runtime-manager/debugger-nub/debugger-server/debugger-server.hdp -%%DATADIR%%/sources/runtime-manager/debugger-nub/debugger-server/debugger-server.spec -%%DATADIR%%/sources/runtime-manager/debugger-nub/debugger-server/library.dylan -%%DATADIR%%/sources/runtime-manager/debugger-nub/debugger-server/module.dylan -%%DATADIR%%/sources/runtime-manager/debugger-nub/linux/README -%%DATADIR%%/sources/runtime-manager/debugger-nub/linux/app_control.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/linux/basic-test.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/linux/compat.h -%%DATADIR%%/sources/runtime-manager/debugger-nub/linux/nub-core-types.h -%%DATADIR%%/sources/runtime-manager/debugger-nub/linux/nub-core.h -%%DATADIR%%/sources/runtime-manager/debugger-nub/linux/nub_interface.h -%%DATADIR%%/sources/runtime-manager/debugger-nub/linux/proxy.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/linux/server.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/linux/utilities.h -%%DATADIR%%/sources/runtime-manager/debugger-nub/protocol/remote-nub-protocol-library.dylan -%%DATADIR%%/sources/runtime-manager/debugger-nub/protocol/remote-nub-protocol-module.dylan -%%DATADIR%%/sources/runtime-manager/debugger-nub/protocol/remote-nub-protocol.dylan -%%DATADIR%%/sources/runtime-manager/debugger-nub/remote-nub.idl -%%DATADIR%%/sources/runtime-manager/debugger-nub/server/access-path-callbacks.dylan -%%DATADIR%%/sources/runtime-manager/debugger-nub/server/enhanced-nub-interfacing.dylan -%%DATADIR%%/sources/runtime-manager/debugger-nub/server/library.dylan -%%DATADIR%%/sources/runtime-manager/debugger-nub/server/module.dylan -%%DATADIR%%/sources/runtime-manager/debugger-nub/server/remote-nub-defs.dylan -%%DATADIR%%/sources/runtime-manager/debugger-nub/server/remote-nub-ffi-defs.dylan -%%DATADIR%%/sources/runtime-manager/debugger-nub/server/remote-nub.dylan -%%DATADIR%%/sources/runtime-manager/debugger-nub/server/remote-nub.hdp -%%DATADIR%%/sources/runtime-manager/debugger-nub/server/remote-nub.spec -%%DATADIR%%/sources/runtime-manager/debugger-nub/skeletons/remote-nub-skeletons-library.dylan -%%DATADIR%%/sources/runtime-manager/debugger-nub/skeletons/remote-nub-skeletons-module.dylan -%%DATADIR%%/sources/runtime-manager/debugger-nub/skeletons/remote-nub-skeletons.dylan -%%DATADIR%%/sources/runtime-manager/debugger-nub/stubs/remote-nub-stubs-library.dylan -%%DATADIR%%/sources/runtime-manager/debugger-nub/stubs/remote-nub-stubs-module.dylan -%%DATADIR%%/sources/runtime-manager/debugger-nub/stubs/remote-nub-stubs.dylan -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/How2Build.text -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/accept-password.rc -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/address-print.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/app_control.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/basic-test.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/coff-extract.h -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/coff_map.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/coff_map.h -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/coff_relocations.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/cv-extract.h -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/cv-types.h -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/debug-server.ico -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/debug-server.rc -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/debug_map.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/debug_map.h -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/debug_points.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/describe.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/dia-types.h -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/dummy_page_fault_count.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/dylan-extensions.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/dylan-extensions.h -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/eproxy.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/lproxy.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/makefile -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/memory_access.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/misc_utils.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/nub-core-types.h -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/nub-core.h -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/nub_interface.h -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/nubserve.idl -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/page_fault_count.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/page_protection.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/process_walker.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/profile.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/proxy.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/quick_and_dirty.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/rap_stubs.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/register_access.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/remote_function_call.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/remote_nub_main.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/remote_object_registration.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/remote_objects.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/resource.h -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/rnub.idl -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/server.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/server_locals.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/server_main.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/server_remote.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/server_starter.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/server_stopper.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/source_location_info.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/stack_backtrace2.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/stop_reasons.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/symbol_lookup.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/synch_glue_remote.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/transport_protocols.c -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/transport_protocols.h -%%DATADIR%%/sources/runtime-manager/debugger-nub/x86-win32/utils.h -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/application.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/batch-button-check-callback.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/batch-debug.lid -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/batch-debugger-defaults.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/batch-library.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/batch-stop-mode.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/batch-top-level.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/button-check-callback.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/c-interactor.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/command-reader.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/console-debugger-defaults.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/counter-group.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/counter.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/debug-handlers.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/debugger-commands.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/debugger-message.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/devel-dbg-ui.lid -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/download-expressions.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/execute-without-dfmc.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/expressions.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/inspection-extensions.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/library.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/mm-debugger-defaults.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/mm-debugger-library.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/mm-debugger.lid -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/new-execute.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/new-lexer.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/option-processing.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/parse.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/previous-results.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/primread-ffi-defs.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/print-directive-macros.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/profile-processing.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/profiler.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/remote-walker.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/resource.h -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/stack-print.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/stop-button.c -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/stop-button.rc -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/stop-mode.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/stop-reason-callback.dylan -%%DATADIR%%/sources/runtime-manager/devel-dbg-ui/top-level-loop.dylan -%%DATADIR%%/sources/runtime-manager/interactive-downloader/coff-repr.dylan -%%DATADIR%%/sources/runtime-manager/interactive-downloader/interactive-downloader.lid -%%DATADIR%%/sources/runtime-manager/interactive-downloader/interactive-memory.dylan -%%DATADIR%%/sources/runtime-manager/interactive-downloader/interactive-transactions.dylan -%%DATADIR%%/sources/runtime-manager/interactive-downloader/interfaces.dylan -%%DATADIR%%/sources/runtime-manager/interactive-downloader/library-no-dfmc.dylan -%%DATADIR%%/sources/runtime-manager/interactive-downloader/library.dylan -%%DATADIR%%/sources/runtime-manager/interactive-downloader/raw-data-download.dylan -%%DATADIR%%/sources/runtime-manager/interactive-downloader/registration.dylan -%%DATADIR%%/sources/runtime-manager/interactive-downloader/relocation.dylan -%%DATADIR%%/sources/runtime-manager/interactive-downloader/section-download.dylan -%%DATADIR%%/sources/runtime-manager/interactive-downloader/simple-downloader.lid -%%DATADIR%%/sources/runtime-manager/interactive-downloader/symbols.dylan -%%DATADIR%%/sources/runtime-manager/interactive-symbol-table/debug-display.dylan -%%DATADIR%%/sources/runtime-manager/interactive-symbol-table/definitions.dylan -%%DATADIR%%/sources/runtime-manager/interactive-symbol-table/function-boundaries.dylan -%%DATADIR%%/sources/runtime-manager/interactive-symbol-table/interactive-symbol-table.dylan -%%DATADIR%%/sources/runtime-manager/interactive-symbol-table/interactive-symbol-table.lid -%%DATADIR%%/sources/runtime-manager/interactive-symbol-table/internal-utilities.dylan -%%DATADIR%%/sources/runtime-manager/interactive-symbol-table/library.dylan -%%DATADIR%%/sources/runtime-manager/interactive-symbol-table/searches-by-address.dylan -%%DATADIR%%/sources/runtime-manager/interactive-symbol-table/searches-by-name.dylan -%%DATADIR%%/sources/runtime-manager/remote-access-path/access-connections.dylan -%%DATADIR%%/sources/runtime-manager/remote-access-path/access-path-callbacks.dylan -%%DATADIR%%/sources/runtime-manager/remote-access-path/access-path.dylan -%%DATADIR%%/sources/runtime-manager/remote-access-path/app-control.dylan -%%DATADIR%%/sources/runtime-manager/remote-access-path/debug-points.dylan -%%DATADIR%%/sources/runtime-manager/remote-access-path/dylan-utilities.dylan -%%DATADIR%%/sources/runtime-manager/remote-access-path/instruction-interpret.dylan -%%DATADIR%%/sources/runtime-manager/remote-access-path/library.dylan -%%DATADIR%%/sources/runtime-manager/remote-access-path/memory-access.dylan -%%DATADIR%%/sources/runtime-manager/remote-access-path/module.dylan -%%DATADIR%%/sources/runtime-manager/remote-access-path/nub-ffi-defs.dylan -%%DATADIR%%/sources/runtime-manager/remote-access-path/profile.dylan -%%DATADIR%%/sources/runtime-manager/remote-access-path/remote-access-path.lid -%%DATADIR%%/sources/runtime-manager/remote-access-path/remote-function-call.dylan -%%DATADIR%%/sources/runtime-manager/remote-access-path/remote-objects.dylan -%%DATADIR%%/sources/runtime-manager/remote-access-path/remote-value.dylan -%%DATADIR%%/sources/runtime-manager/remote-access-path/source-locator-map.dylan -%%DATADIR%%/sources/runtime-manager/remote-access-path/stack-frames.dylan -%%DATADIR%%/sources/runtime-manager/remote-access-path/stop-reasons.dylan -%%DATADIR%%/sources/runtime-manager/remote-access-path/symbol-lookup.dylan -%%DATADIR%%/sources/runtime-manager/test-profiler/counter-group.dylan -%%DATADIR%%/sources/runtime-manager/test-profiler/counter-sequence.dylan -%%DATADIR%%/sources/runtime-manager/test-profiler/counter.dylan -%%DATADIR%%/sources/runtime-manager/test-profiler/library.dylan -%%DATADIR%%/sources/runtime-manager/test-profiler/module.dylan -%%DATADIR%%/sources/runtime-manager/test-profiler/profile-target.dylan -%%DATADIR%%/sources/runtime-manager/test-profiler/profiler-counter-groups.dylan -%%DATADIR%%/sources/runtime-manager/test-profiler/test-profiler.dylan -%%DATADIR%%/sources/runtime-manager/test-profiler/test-profiler.lid -%%DATADIR%%/sources/runtime-manager/tether-downloader/alignment.dylan -%%DATADIR%%/sources/runtime-manager/tether-downloader/allocate-via-spy.dylan -%%DATADIR%%/sources/runtime-manager/tether-downloader/download.dylan -%%DATADIR%%/sources/runtime-manager/tether-downloader/experimental-downloader.lid -%%DATADIR%%/sources/runtime-manager/tether-downloader/library.dylan -%%DATADIR%%/sources/runtime-manager/tether-downloader/static-block.dylan -%%DATADIR%%/sources/system/arm-linux-magic-numbers.dylan -%%DATADIR%%/sources/system/arm-linux-operating-system.dylan -%%DATADIR%%/sources/system/arm-linux-system.lid -%%DATADIR%%/sources/system/date.dylan -%%DATADIR%%/sources/system/dump-magic-numbers.c -%%DATADIR%%/sources/system/durations.dylan -%%DATADIR%%/sources/system/file-system/file-stream.dylan -%%DATADIR%%/sources/system/file-system/file-system.dylan -%%DATADIR%%/sources/system/file-system/microsoft-locators.dylan -%%DATADIR%%/sources/system/file-system/native-microsoft-locators.dylan -%%DATADIR%%/sources/system/file-system/native-posix-locators.dylan -%%DATADIR%%/sources/system/file-system/posix-locators.dylan -%%DATADIR%%/sources/system/file-system/unix-ffi.dylan -%%DATADIR%%/sources/system/file-system/unix-file-accessor.dylan -%%DATADIR%%/sources/system/file-system/unix-file-system.dylan -%%DATADIR%%/sources/system/file-system/unix-interface.dylan -%%DATADIR%%/sources/system/file-system/win32-ffi.dylan -%%DATADIR%%/sources/system/file-system/win32-file-accessor.dylan -%%DATADIR%%/sources/system/file-system/win32-file-system.dylan -%%DATADIR%%/sources/system/file-system/win32-interface.dylan -%%DATADIR%%/sources/system/file-system/wrapper-file-accessor.dylan -%%DATADIR%%/sources/system/library.dylan -%%DATADIR%%/sources/system/locators/locators.dylan -%%DATADIR%%/sources/system/locators/utilities.dylan -%%DATADIR%%/sources/system/locators/web-locators.dylan -%%DATADIR%%/sources/system/operating-system.dylan -%%DATADIR%%/sources/system/ppc-darwin-magic-numbers.dylan -%%DATADIR%%/sources/system/ppc-darwin-operating-system.dylan -%%DATADIR%%/sources/system/ppc-darwin-system.lid -%%DATADIR%%/sources/system/settings/dummy-settings.dylan -%%DATADIR%%/sources/system/settings/settings.dylan -%%DATADIR%%/sources/system/settings/win32-settings.dylan -%%DATADIR%%/sources/system/tests/date.dylan -%%DATADIR%%/sources/system/tests/file-system.dylan -%%DATADIR%%/sources/system/tests/library.dylan -%%DATADIR%%/sources/system/tests/locators.dylan -%%DATADIR%%/sources/system/tests/macros.dylan -%%DATADIR%%/sources/system/tests/operating-system.dylan -%%DATADIR%%/sources/system/tests/regressions.dylan -%%DATADIR%%/sources/system/tests/settings.dylan -%%DATADIR%%/sources/system/tests/simple-xml.dylan -%%DATADIR%%/sources/system/tests/specification.dylan -%%DATADIR%%/sources/system/tests/system-test-suite.lid -%%DATADIR%%/sources/system/tests/temp-files.dylan -%%DATADIR%%/sources/system/tests/variables.dylan -%%DATADIR%%/sources/system/tokenize-variable.dylan -%%DATADIR%%/sources/system/unix-date-interface.dylan -%%DATADIR%%/sources/system/unix-operating-system.dylan -%%DATADIR%%/sources/system/unix-portability.c -%%DATADIR%%/sources/system/version.rc -%%DATADIR%%/sources/system/win32-date-interface.dylan -%%DATADIR%%/sources/system/x86-darwin-magic-numbers.dylan -%%DATADIR%%/sources/system/x86-darwin-operating-system.dylan -%%DATADIR%%/sources/system/x86-darwin-system.lid -%%DATADIR%%/sources/system/x86-freebsd-magic-numbers.dylan -%%DATADIR%%/sources/system/x86-freebsd-operating-system.dylan -%%DATADIR%%/sources/system/x86-freebsd-system.lid -%%DATADIR%%/sources/system/x86-linux-magic-numbers.dylan -%%DATADIR%%/sources/system/x86-linux-operating-system.dylan -%%DATADIR%%/sources/system/x86-linux-system.lid -%%DATADIR%%/sources/system/x86-win32-operating-system.dylan -%%DATADIR%%/sources/system/x86-win32-system.lid -%%DATADIR%%/sources/system/x86_64-darwin-magic-numbers.dylan -%%DATADIR%%/sources/system/x86_64-darwin-operating-system.dylan -%%DATADIR%%/sources/system/x86_64-darwin-system.lid -%%DATADIR%%/sources/system/x86_64-freebsd-magic-numbers.dylan -%%DATADIR%%/sources/system/x86_64-freebsd-operating-system.dylan -%%DATADIR%%/sources/system/x86_64-freebsd-system.lid -%%DATADIR%%/sources/system/x86_64-linux-magic-numbers.dylan -%%DATADIR%%/sources/system/x86_64-linux-operating-system.dylan -%%DATADIR%%/sources/system/x86_64-linux-system.lid -%%DATADIR%%/sources/system/xml.dylan -%%DATADIR%%/sources/tools/make-dylan-app/README.rst -%%DATADIR%%/sources/tools/make-dylan-app/library.dylan -%%DATADIR%%/sources/tools/make-dylan-app/make-dylan-app.dylan -%%DATADIR%%/sources/tools/make-dylan-app/make-dylan-app.lid -%%DATADIR%%/sources/tools/make-dylan-app/template-constants.dylan -%%DATADIR%%/sources/tools/map-statistics/initialization.dylan -%%DATADIR%%/sources/tools/map-statistics/library.dylan -%%DATADIR%%/sources/tools/map-statistics/map-statistics.lid -%%DATADIR%%/sources/tools/map-statistics/module.dylan -%%DATADIR%%/sources/tools/map-statistics/reports.dylan -%%DATADIR%%/sources/tools/map-statistics/win32-map-statistics.lid -%%DATADIR%%/sources/tools/templates/bug-report.txt -%%DATADIR%%/sources/win32/microsoft-headers/README.txt -%%DATADIR%%/sources/win32/tests/win32-util-test/library.dylan -%%DATADIR%%/sources/win32/tests/win32-util-test/run.dylan -%%DATADIR%%/sources/win32/tests/win32-util-test/test.dylan -%%DATADIR%%/sources/win32/tests/win32-util-test/types.dylan -%%DATADIR%%/sources/win32/tests/win32-util-test/win32-util-test.lid -%%DATADIR%%/sources/win32/win32-common/appnames.text -%%DATADIR%%/sources/win32/win32-common/callback.pat -%%DATADIR%%/sources/win32/win32-common/callbacks.dylan -%%DATADIR%%/sources/win32/win32-common/ce-only.text -%%DATADIR%%/sources/win32/win32-common/comlib.dylan -%%DATADIR%%/sources/win32/win32-common/comlib.src -%%DATADIR%%/sources/win32/win32-common/copyright.pat -%%DATADIR%%/sources/win32/win32-common/first.dylan -%%DATADIR%%/sources/win32/win32-common/how-to-generate.text -%%DATADIR%%/sources/win32/win32-common/include.pat -%%DATADIR%%/sources/win32/win32-common/make-sources -%%DATADIR%%/sources/win32/win32-common/modcopyr.pat -%%DATADIR%%/sources/win32/win32-common/moretype.dylan -%%DATADIR%%/sources/win32/win32-common/nt-only.text -%%DATADIR%%/sources/win32/win32-common/obsolete-names.text -%%DATADIR%%/sources/win32/win32-common/patterns.pat -%%DATADIR%%/sources/win32/win32-common/sources.mak -%%DATADIR%%/sources/win32/win32-common/version.rc -%%DATADIR%%/sources/win32/win32-common/w95-only.text -%%DATADIR%%/sources/win32/win32-common/win32-common.lid -%%DATADIR%%/sources/win32/win32-common/wincom.pat -%%DATADIR%%/sources/win32/win32-common/windef.dylan -%%DATADIR%%/sources/win32/win32-common/winerror.dylan -%%DATADIR%%/sources/win32/win32-common/winpat.pat -%%DATADIR%%/sources/win32/win32-controls/commctrl.dylan -%%DATADIR%%/sources/win32/win32-controls/library.dylan -%%DATADIR%%/sources/win32/win32-controls/library.src -%%DATADIR%%/sources/win32/win32-controls/make-sources -%%DATADIR%%/sources/win32/win32-controls/more.pat -%%DATADIR%%/sources/win32/win32-controls/prsht.dylan -%%DATADIR%%/sources/win32/win32-controls/special.dylan -%%DATADIR%%/sources/win32/win32-controls/version.rc -%%DATADIR%%/sources/win32/win32-controls/win32-controls.lid -%%DATADIR%%/sources/win32/win32-dde/after.pat -%%DATADIR%%/sources/win32/win32-dde/dde.dylan -%%DATADIR%%/sources/win32/win32-dde/ddeml.dylan -%%DATADIR%%/sources/win32/win32-dde/library.dylan -%%DATADIR%%/sources/win32/win32-dde/library.src -%%DATADIR%%/sources/win32/win32-dde/make-sources -%%DATADIR%%/sources/win32/win32-dde/more.dylan -%%DATADIR%%/sources/win32/win32-dde/security.dylan -%%DATADIR%%/sources/win32/win32-dde/version.rc -%%DATADIR%%/sources/win32/win32-dde/win32-dde.lid -%%DATADIR%%/sources/win32/win32-dialog/cderr.dylan -%%DATADIR%%/sources/win32/win32-dialog/commdlg.dylan -%%DATADIR%%/sources/win32/win32-dialog/dlgs.dylan -%%DATADIR%%/sources/win32/win32-dialog/library.dylan -%%DATADIR%%/sources/win32/win32-dialog/library.src -%%DATADIR%%/sources/win32/win32-dialog/make-sources -%%DATADIR%%/sources/win32/win32-dialog/preface.dylan -%%DATADIR%%/sources/win32/win32-dialog/version.rc -%%DATADIR%%/sources/win32/win32-dialog/win32-dialog.lid -%%DATADIR%%/sources/win32/win32-gdi/library.dylan -%%DATADIR%%/sources/win32/win32-gdi/library.src -%%DATADIR%%/sources/win32/win32-gdi/make-sources -%%DATADIR%%/sources/win32/win32-gdi/moregdi.dylan -%%DATADIR%%/sources/win32/win32-gdi/moregdi.pat -%%DATADIR%%/sources/win32/win32-gdi/pregdi.dylan -%%DATADIR%%/sources/win32/win32-gdi/version.rc -%%DATADIR%%/sources/win32/win32-gdi/win32-gdi.lid -%%DATADIR%%/sources/win32/win32-gdi/wingdi.dylan -%%DATADIR%%/sources/win32/win32-gl/extras.dylan -%%DATADIR%%/sources/win32/win32-gl/gl.dylan -%%DATADIR%%/sources/win32/win32-gl/library.dylan -%%DATADIR%%/sources/win32/win32-gl/module.dylan -%%DATADIR%%/sources/win32/win32-gl/version.rc -%%DATADIR%%/sources/win32/win32-gl/win32-gl.lid -%%DATADIR%%/sources/win32/win32-glu/glu.dylan -%%DATADIR%%/sources/win32/win32-glu/library.dylan -%%DATADIR%%/sources/win32/win32-glu/module.dylan -%%DATADIR%%/sources/win32/win32-glu/version.rc -%%DATADIR%%/sources/win32/win32-glu/win32-glu.lid -%%DATADIR%%/sources/win32/win32-html-help/html-help.dylan -%%DATADIR%%/sources/win32/win32-html-help/library.dylan -%%DATADIR%%/sources/win32/win32-html-help/library.src -%%DATADIR%%/sources/win32/win32-html-help/make-sources -%%DATADIR%%/sources/win32/win32-html-help/version.rc -%%DATADIR%%/sources/win32/win32-html-help/win32-html-help.lid -%%DATADIR%%/sources/win32/win32-kernel/basepat.pat -%%DATADIR%%/sources/win32/win32-kernel/exclude.text -%%DATADIR%%/sources/win32/win32-kernel/kernfirst.dylan -%%DATADIR%%/sources/win32/win32-kernel/kernhack.dylan -%%DATADIR%%/sources/win32/win32-kernel/library.dylan -%%DATADIR%%/sources/win32/win32-kernel/library.src -%%DATADIR%%/sources/win32/win32-kernel/make-sources -%%DATADIR%%/sources/win32/win32-kernel/nt.pat -%%DATADIR%%/sources/win32/win32-kernel/version.rc -%%DATADIR%%/sources/win32/win32-kernel/win32-kernel.lid -%%DATADIR%%/sources/win32/win32-kernel/winbase.dylan -%%DATADIR%%/sources/win32/win32-kernel/winnls.dylan -%%DATADIR%%/sources/win32/win32-kernel/winnt.dylan -%%DATADIR%%/sources/win32/win32-main/Makefile -%%DATADIR%%/sources/win32/win32-main/main.c -%%DATADIR%%/sources/win32/win32-multimedia/auxil.dylan -%%DATADIR%%/sources/win32/win32-multimedia/library.dylan -%%DATADIR%%/sources/win32/win32-multimedia/library.src -%%DATADIR%%/sources/win32/win32-multimedia/make-sources -%%DATADIR%%/sources/win32/win32-multimedia/mmsystem.dylan -%%DATADIR%%/sources/win32/win32-multimedia/more.pat -%%DATADIR%%/sources/win32/win32-multimedia/version.rc -%%DATADIR%%/sources/win32/win32-multimedia/win32-multimedia.lid -%%DATADIR%%/sources/win32/win32-registry/constants.dat -%%DATADIR%%/sources/win32/win32-registry/library.dylan -%%DATADIR%%/sources/win32/win32-registry/library.src -%%DATADIR%%/sources/win32/win32-registry/make-sources -%%DATADIR%%/sources/win32/win32-registry/more.pat -%%DATADIR%%/sources/win32/win32-registry/regconst.dylan -%%DATADIR%%/sources/win32/win32-registry/regutil.dylan -%%DATADIR%%/sources/win32/win32-registry/version.rc -%%DATADIR%%/sources/win32/win32-registry/win32-registry.lid -%%DATADIR%%/sources/win32/win32-registry/winreg.dylan -%%DATADIR%%/sources/win32/win32-resources/database.dylan -%%DATADIR%%/sources/win32/win32-resources/decode.dylan -%%DATADIR%%/sources/win32/win32-resources/enumerate.dylan -%%DATADIR%%/sources/win32/win32-resources/grok-dialog.dylan -%%DATADIR%%/sources/win32/win32-resources/grok-toolbar.dylan -%%DATADIR%%/sources/win32/win32-resources/grok.dylan -%%DATADIR%%/sources/win32/win32-resources/interface.dylan -%%DATADIR%%/sources/win32/win32-resources/library.dylan -%%DATADIR%%/sources/win32/win32-resources/module.dylan -%%DATADIR%%/sources/win32/win32-resources/resources.dylan -%%DATADIR%%/sources/win32/win32-resources/utilities.dylan -%%DATADIR%%/sources/win32/win32-resources/version.rc -%%DATADIR%%/sources/win32/win32-resources/win32-resources.lid -%%DATADIR%%/sources/win32/win32-rich-edit/after.pat -%%DATADIR%%/sources/win32/win32-rich-edit/before.pat -%%DATADIR%%/sources/win32/win32-rich-edit/library.dylan -%%DATADIR%%/sources/win32/win32-rich-edit/library.src -%%DATADIR%%/sources/win32/win32-rich-edit/make-sources -%%DATADIR%%/sources/win32/win32-rich-edit/richedit.dylan -%%DATADIR%%/sources/win32/win32-rich-edit/version.rc -%%DATADIR%%/sources/win32/win32-rich-edit/win32-rich-edit.lid -%%DATADIR%%/sources/win32/win32-shell/before.pat -%%DATADIR%%/sources/win32/win32-shell/defs.dylan -%%DATADIR%%/sources/win32/win32-shell/library.dylan -%%DATADIR%%/sources/win32/win32-shell/library.src -%%DATADIR%%/sources/win32/win32-shell/make-sources -%%DATADIR%%/sources/win32/win32-shell/shellapi.dylan -%%DATADIR%%/sources/win32/win32-shell/special.pat -%%DATADIR%%/sources/win32/win32-shell/version.rc -%%DATADIR%%/sources/win32/win32-shell/win32-shell.lid -%%DATADIR%%/sources/win32/win32-user/handler.dylan -%%DATADIR%%/sources/win32/win32-user/library.dylan -%%DATADIR%%/sources/win32/win32-user/library.src -%%DATADIR%%/sources/win32/win32-user/make-sources -%%DATADIR%%/sources/win32/win32-user/moreuser.dylan -%%DATADIR%%/sources/win32/win32-user/predecl.dylan -%%DATADIR%%/sources/win32/win32-user/userpat.pat -%%DATADIR%%/sources/win32/win32-user/version.rc -%%DATADIR%%/sources/win32/win32-user/win32-user.lid -%%DATADIR%%/sources/win32/win32-user/winuser.dylan -%%DATADIR%%/sources/win32/win32-version/library.dylan -%%DATADIR%%/sources/win32/win32-version/library.src -%%DATADIR%%/sources/win32/win32-version/make-sources -%%DATADIR%%/sources/win32/win32-version/version.rc -%%DATADIR%%/sources/win32/win32-version/win32-version.lid -%%DATADIR%%/sources/win32/win32-version/winver.dylan -%%PORTDOCS%%%%DOCSDIR%%/README -@dir %%DATADIR%%/sources/qa/testworks/documentation/sphinx-extensions -@dir %%DATADIR%%/sources/app/dlp diff --git a/lang/phc/Makefile b/lang/phc/Makefile deleted file mode 100644 index 8082ce27ab9f..000000000000 --- a/lang/phc/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Conor McDermottroe <ports@mcdermottroe.com> -# $FreeBSD$ - -PORTNAME= phc -PORTVERSION= 0.1.7 -CATEGORIES= lang -MASTER_SITES= http://www.phpcompiler.org/src/archive/ - -MAINTAINER= eg@fbsd.lt -COMMENT= Compiler for the PHP language - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/license/LICENSE - -USES= gmake -USE_CSTD= gnu89 -GNU_CONFIGURE= yes - -post-patch: .SILENT - ${REINPLACE_CMD} 's/g++/$$CXX/' \ - ${WRKSRC}/phc_compile_plugin.in - ${REINPLACE_CMD} 's/insert/this->&/' \ - ${WRKSRC}/lib/List.h - -.include <bsd.port.mk> diff --git a/lang/phc/distinfo b/lang/phc/distinfo deleted file mode 100644 index 2050283bfda9..000000000000 --- a/lang/phc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (phc-0.1.7.tar.gz) = 4dd770e223bd4557478444c14a880fc7ab45144b2b911fa25080300bdee1bd85 -SIZE (phc-0.1.7.tar.gz) = 292450 diff --git a/lang/phc/pkg-descr b/lang/phc/pkg-descr deleted file mode 100644 index d850e0efe5e7..000000000000 --- a/lang/phc/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -phc is a framework for static analysis of PHP scripts, PHP source to source -transformations, and ultimately compiling PHP scripts down to native machine -code. - -The current release does not yet compile PHP and is therefore not yet useful -for end-users. It is however useful for writing tools that operate on PHP -scripts, such as refactoring tools, aspect weavers, or obfuscators. See the -website to get an idea of what is planned for coming releases of phc. - -WWW: http://www.phpcompiler.org/ diff --git a/lang/phc/pkg-plist b/lang/phc/pkg-plist deleted file mode 100644 index 8e626f0f7be3..000000000000 --- a/lang/phc/pkg-plist +++ /dev/null @@ -1,39 +0,0 @@ -bin/phc -bin/phc_compile_plugin -include/phc/Tree_transform.h -include/phc/Tree_visitor.h -include/phc/ast.h -include/phc/config.h -include/phc/lib/AttrMap.h -include/phc/lib/Boolean.h -include/phc/lib/Integer.h -include/phc/lib/List.h -include/phc/lib/Object.h -include/phc/lib/String.h -include/phc/lib/base64.h -include/phc/lib/demangle.h -include/phc/lib/error.h -include/phc/parse.h -include/phc/process_ast/DOT_unparser.h -include/phc/process_ast/Generate_IR.h -include/phc/process_ast/PHP_unparser.h -include/phc/process_ast/Process_includes.h -include/phc/process_ast/Remove_concat_null.h -include/phc/process_ast/Visit_everything.h -include/phc/process_ast/XML_unparser.h -%%DATADIR%%/phc-1.0.xsd -%%DATADIR%%/plugins/tests/cloning.so -%%DATADIR%%/plugins/tests/linear.so -%%DATADIR%%/plugins/tests/pre_vs_post_count.so -%%DATADIR%%/plugins/tests/source_vs_semantic_values.so -%%DATADIR%%/plugins/tests/xml_roundtrip.so -%%DATADIR%%/plugins/tools/purity_test.so -%%DATADIR%%/plugins/tutorials/Comment_ifs.so -%%DATADIR%%/plugins/tutorials/Expand_includes.so -%%DATADIR%%/plugins/tutorials/InsertDB.so -%%DATADIR%%/plugins/tutorials/MySQL2DBX.so -%%DATADIR%%/plugins/tutorials/count_classes.so -%%DATADIR%%/plugins/tutorials/count_function_calls_difficult.so -%%DATADIR%%/plugins/tutorials/count_function_calls_easy.so -%%DATADIR%%/plugins/tutorials/count_statements.so -%%DATADIR%%/plugins/tutorials/show_traversal_order.so diff --git a/lang/starlogo/Makefile b/lang/starlogo/Makefile deleted file mode 100644 index 80b797e3aa0f..000000000000 --- a/lang/starlogo/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: Jose Marques -# $FreeBSD$ - -PORTNAME= starlogo -PORTVERSION= 2.0.2 -PORTREVISION= 3 -CATEGORIES= lang java -MASTER_SITES= http://education.mit.edu/starlogo/download/ -DISTNAME= ${PORTNAME}-2.0 - -MAINTAINER= java@FreeBSD.org -COMMENT= Specialized version of the Logo programming language written in Java - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -USES= zip -USE_JAVA= yes - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -DATADIR= ${JAVASHAREDIR}/${PORTNAME} - -NO_BUILD= yes -SUB_FILES= starlogo.sh - -do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/starlogo.sh ${STAGEDIR}${PREFIX}/bin/starlogo - cd ${WRKSRC} \ - && ${FIND} . -type d -exec ${MKDIR} ${STAGEDIR}${DATADIR}/{} \; \ - && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${DATADIR}/{} \; - -.include <bsd.port.mk> diff --git a/lang/starlogo/distinfo b/lang/starlogo/distinfo deleted file mode 100644 index df6a6e9e3c55..000000000000 --- a/lang/starlogo/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (starlogo-2.0.zip) = 32b9988ec4def904adc50ae0ec50c3c22019104bbf7f7de1f96d5a7bba998a63 -SIZE (starlogo-2.0.zip) = 3713922 diff --git a/lang/starlogo/files/starlogo.sh.in b/lang/starlogo/files/starlogo.sh.in deleted file mode 100644 index 2d1556c3f2bf..000000000000 --- a/lang/starlogo/files/starlogo.sh.in +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -cd %%DATADIR%%/sample-projects && \ -"%%LOCALBASE%%/bin/java" -cp "%%DATADIR%%/starlogo.jar" starlogo.Toplevel compiler english "init 100" "$@" diff --git a/lang/starlogo/pkg-descr b/lang/starlogo/pkg-descr deleted file mode 100644 index 057e1199e25f..000000000000 --- a/lang/starlogo/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -StarLogo is a specialized version of the Logo programming language written -in Java. See: - -WWW: http://education.mit.edu/starlogo/ - -For more details. diff --git a/lang/starlogo/pkg-plist b/lang/starlogo/pkg-plist deleted file mode 100644 index c1d5a7cc2bcb..000000000000 --- a/lang/starlogo/pkg-plist +++ /dev/null @@ -1,742 +0,0 @@ -bin/starlogo -%%DATADIR%%/LICENSE.txt -%%DATADIR%%/README.txt -%%DATADIR%%/adventure-projects/(1) Painted Turtles.slogo -%%DATADIR%%/adventure-projects/(10) Predators Prey Grass.slogo -%%DATADIR%%/adventure-projects/(10) Traffic.slogo -%%DATADIR%%/adventure-projects/(10) Turtle Demographics.slogo -%%DATADIR%%/adventure-projects/(2) Return of the Painted Turtles.slogo -%%DATADIR%%/adventure-projects/(3) Big Bumper Turtles.slogo -%%DATADIR%%/adventure-projects/(3) Bumper Turtles.slogo -%%DATADIR%%/adventure-projects/(3) Follow the Leader.slogo -%%DATADIR%%/adventure-projects/(3) Tortoise Hare.slogo -%%DATADIR%%/adventure-projects/(3) Yellow Brick Road.slogo -%%DATADIR%%/adventure-projects/(4) Speeding Bumper Turtles.slogo -%%DATADIR%%/adventure-projects/(4) Termites.slogo -%%DATADIR%%/adventure-projects/(4) Turtledozers.slogo -%%DATADIR%%/adventure-projects/(5) Energizer Turtles.slogo -%%DATADIR%%/adventure-projects/(5) Rabbits.slogo -%%DATADIR%%/adventure-projects/(6) Shiny Happy Turtles 1.slogo -%%DATADIR%%/adventure-projects/(6) Shiny Happy Turtles 2.slogo -%%DATADIR%%/adventure-projects/(7) Castle Invasion.slogo -%%DATADIR%%/adventure-projects/(7) Collisions.slogo -%%DATADIR%%/adventure-projects/(8) Disease.slogo -%%DATADIR%%/adventure-projects/(8) Reaction.slogo -%%DATADIR%%/adventure-projects/(9) Gotya.slogo -%%DATADIR%%/adventure-projects/(9) King of the Hill.slogo -%%DATADIR%%/adventure-projects/(9) Slime.slogo -%%DATADIR%%/adventure-projects/(Ch 5) Enzyme.slogo -%%DATADIR%%/adventure-projects/(Ch 5) Epidemic.slogo -%%DATADIR%%/adventure-projects/(Ch 5) Gaussian.slogo -%%DATADIR%%/documentation/CHANGES.txt -%%DATADIR%%/documentation/documentation.html -%%DATADIR%%/documentation/html/All_Commands.html -%%DATADIR%%/documentation/html/CommandsList.html -%%DATADIR%%/documentation/html/CommandsPopUp.html -%%DATADIR%%/documentation/html/FAQ.html -%%DATADIR%%/documentation/html/New.html -%%DATADIR%%/documentation/html/Procedure.html -%%DATADIR%%/documentation/html/TTTJ.htm -%%DATADIR%%/documentation/html/behind.htm -%%DATADIR%%/documentation/html/both/abs.htm -%%DATADIR%%/documentation/html/both/acos.htm -%%DATADIR%%/documentation/html/both/ageat.htm -%%DATADIR%%/documentation/html/both/ageof.htm -%%DATADIR%%/documentation/html/both/agetowards.htm -%%DATADIR%%/documentation/html/both/alive-of.htm -%%DATADIR%%/documentation/html/both/alive.htm -%%DATADIR%%/documentation/html/both/and.htm -%%DATADIR%%/documentation/html/both/asin.htm -%%DATADIR%%/documentation/html/both/asklistofturtles.htm -%%DATADIR%%/documentation/html/both/askpatchat.htm -%%DATADIR%%/documentation/html/both/askturtle.htm -%%DATADIR%%/documentation/html/both/atan.htm -%%DATADIR%%/documentation/html/both/average-of-frogs-with.htm -%%DATADIR%%/documentation/html/both/average-of-frogs.htm -%%DATADIR%%/documentation/html/both/average-of-list.htm -%%DATADIR%%/documentation/html/both/average-of-patches-with.htm -%%DATADIR%%/documentation/html/both/average-of-patches.htm -%%DATADIR%%/documentation/html/both/average-of-turtles-with.htm -%%DATADIR%%/documentation/html/both/average-of-turtles.htm -%%DATADIR%%/documentation/html/both/bf.htm -%%DATADIR%%/documentation/html/both/bitand.htm -%%DATADIR%%/documentation/html/both/bitnot.htm -%%DATADIR%%/documentation/html/both/bitor.htm -%%DATADIR%%/documentation/html/both/bitxor.htm -%%DATADIR%%/documentation/html/both/bl.htm -%%DATADIR%%/documentation/html/both/black.htm -%%DATADIR%%/documentation/html/both/blue.htm -%%DATADIR%%/documentation/html/both/breedat.htm -%%DATADIR%%/documentation/html/both/breedof.htm -%%DATADIR%%/documentation/html/both/breedtowards.htm -%%DATADIR%%/documentation/html/both/brown.htm -%%DATADIR%%/documentation/html/both/case.htm -%%DATADIR%%/documentation/html/both/cc.htm -%%DATADIR%%/documentation/html/both/clearplot.htm -%%DATADIR%%/documentation/html/both/clearplots.htm -%%DATADIR%%/documentation/html/both/colorat.htm -%%DATADIR%%/documentation/html/both/colorof.htm -%%DATADIR%%/documentation/html/both/colortowards.htm -%%DATADIR%%/documentation/html/both/condition.htm -%%DATADIR%%/documentation/html/both/copylist.htm -%%DATADIR%%/documentation/html/both/cos.htm -%%DATADIR%%/documentation/html/both/countcolor.htm -%%DATADIR%%/documentation/html/both/countcolorrange.htm -%%DATADIR%%/documentation/html/both/countfrogs.htm -%%DATADIR%%/documentation/html/both/countfrogsat.htm -%%DATADIR%%/documentation/html/both/countfrogstowards.htm -%%DATADIR%%/documentation/html/both/countfrogswith.htm -%%DATADIR%%/documentation/html/both/countpatches.htm -%%DATADIR%%/documentation/html/both/countpatcheswith.htm -%%DATADIR%%/documentation/html/both/countpc.htm -%%DATADIR%%/documentation/html/both/countpcrange.htm -%%DATADIR%%/documentation/html/both/countplotpens.htm -%%DATADIR%%/documentation/html/both/countturtles.htm -%%DATADIR%%/documentation/html/both/countturtlesat.htm -%%DATADIR%%/documentation/html/both/countturtlestowards.htm -%%DATADIR%%/documentation/html/both/countturtleswith.htm -%%DATADIR%%/documentation/html/both/cyan.htm -%%DATADIR%%/documentation/html/both/distance.htm -%%DATADIR%%/documentation/html/both/distancenowrap.htm -%%DATADIR%%/documentation/html/both/div.htm -%%DATADIR%%/documentation/html/both/dolist.htm -%%DATADIR%%/documentation/html/both/dotimes.htm -%%DATADIR%%/documentation/html/both/e.htm -%%DATADIR%%/documentation/html/both/empty.htm -%%DATADIR%%/documentation/html/both/end.htm -%%DATADIR%%/documentation/html/both/every.htm -%%DATADIR%%/documentation/html/both/exp.htm -%%DATADIR%%/documentation/html/both/first.htm -%%DATADIR%%/documentation/html/both/food.htm -%%DATADIR%%/documentation/html/both/foodat.htm -%%DATADIR%%/documentation/html/both/foodtowards.htm -%%DATADIR%%/documentation/html/both/fput.htm -%%DATADIR%%/documentation/html/both/getrandomseed.htm -%%DATADIR%%/documentation/html/both/globals.htm -%%DATADIR%%/documentation/html/both/grab.htm -%%DATADIR%%/documentation/html/both/gray.htm -%%DATADIR%%/documentation/html/both/green.htm -%%DATADIR%%/documentation/html/both/headingat.htm -%%DATADIR%%/documentation/html/both/headingof.htm -%%DATADIR%%/documentation/html/both/headingtowards.htm -%%DATADIR%%/documentation/html/both/if.htm -%%DATADIR%%/documentation/html/both/ifelse.htm -%%DATADIR%%/documentation/html/both/ignore.htm -%%DATADIR%%/documentation/html/both/insert.htm -%%DATADIR%%/documentation/html/both/int.htm -%%DATADIR%%/documentation/html/both/item.htm -%%DATADIR%%/documentation/html/both/kill.htm -%%DATADIR%%/documentation/html/both/last.htm -%%DATADIR%%/documentation/html/both/length.htm -%%DATADIR%%/documentation/html/both/let.htm -%%DATADIR%%/documentation/html/both/lime.htm -%%DATADIR%%/documentation/html/both/list.htm -%%DATADIR%%/documentation/html/both/listoffrogs.htm -%%DATADIR%%/documentation/html/both/listoffrogsat.htm -%%DATADIR%%/documentation/html/both/listoffrogstowards.htm -%%DATADIR%%/documentation/html/both/listoffrogswith.htm -%%DATADIR%%/documentation/html/both/listofturtles.htm -%%DATADIR%%/documentation/html/both/listofturtlesat.htm -%%DATADIR%%/documentation/html/both/listofturtlestowards.htm -%%DATADIR%%/documentation/html/both/listofturtleswith.htm -%%DATADIR%%/documentation/html/both/listqu.htm -%%DATADIR%%/documentation/html/both/ln.htm -%%DATADIR%%/documentation/html/both/log.htm -%%DATADIR%%/documentation/html/both/loop.htm -%%DATADIR%%/documentation/html/both/lput.htm -%%DATADIR%%/documentation/html/both/magenta.htm -%%DATADIR%%/documentation/html/both/makelist.htm -%%DATADIR%%/documentation/html/both/max-of-list.htm -%%DATADIR%%/documentation/html/both/max.htm -%%DATADIR%%/documentation/html/both/maxnum.htm -%%DATADIR%%/documentation/html/both/maxoffrogs.htm -%%DATADIR%%/documentation/html/both/maxoffrogswith.htm -%%DATADIR%%/documentation/html/both/maxofpatches.htm -%%DATADIR%%/documentation/html/both/maxofpatcheswith.htm -%%DATADIR%%/documentation/html/both/maxofturtles.htm -%%DATADIR%%/documentation/html/both/maxofturtleswith.htm -%%DATADIR%%/documentation/html/both/median-of-frogs-with.htm -%%DATADIR%%/documentation/html/both/median-of-frogs.htm -%%DATADIR%%/documentation/html/both/median-of-list.htm -%%DATADIR%%/documentation/html/both/median-of-patches-with.htm -%%DATADIR%%/documentation/html/both/median-of-turtles-with.htm -%%DATADIR%%/documentation/html/both/medianoffrogs.htm -%%DATADIR%%/documentation/html/both/medianoffrogswith.htm -%%DATADIR%%/documentation/html/both/medianofpatches.htm -%%DATADIR%%/documentation/html/both/medianofpatcheswith.htm -%%DATADIR%%/documentation/html/both/medianofturtles.htm -%%DATADIR%%/documentation/html/both/medianofturtleswith.htm -%%DATADIR%%/documentation/html/both/memberqu.htm -%%DATADIR%%/documentation/html/both/min-of-list.htm -%%DATADIR%%/documentation/html/both/min.htm -%%DATADIR%%/documentation/html/both/minnum.htm -%%DATADIR%%/documentation/html/both/minoffrogs.htm -%%DATADIR%%/documentation/html/both/minoffrogswith.htm -%%DATADIR%%/documentation/html/both/minofpatches.htm -%%DATADIR%%/documentation/html/both/minofpatcheswith.htm -%%DATADIR%%/documentation/html/both/minofturtles.htm -%%DATADIR%%/documentation/html/both/minofturtleswith.htm -%%DATADIR%%/documentation/html/both/mod.htm -%%DATADIR%%/documentation/html/both/mode-of-frogs-with.htm -%%DATADIR%%/documentation/html/both/mode-of-frogs.htm -%%DATADIR%%/documentation/html/both/mode-of-list.htm -%%DATADIR%%/documentation/html/both/mode-of-patches-with.htm -%%DATADIR%%/documentation/html/both/mode-of-patches.htm -%%DATADIR%%/documentation/html/both/mode-of-turtles-with.htm -%%DATADIR%%/documentation/html/both/mode-of-turtles.htm -%%DATADIR%%/documentation/html/both/mousedown.html -%%DATADIR%%/documentation/html/both/mousexcor.htm -%%DATADIR%%/documentation/html/both/mouseycor.htm -%%DATADIR%%/documentation/html/both/nobody.htm -%%DATADIR%%/documentation/html/both/not.htm -%%DATADIR%%/documentation/html/both/numberqu.htm -%%DATADIR%%/documentation/html/both/oneoffrogs.htm -%%DATADIR%%/documentation/html/both/oneoffrogsat.htm -%%DATADIR%%/documentation/html/both/oneoffrogstowards.htm -%%DATADIR%%/documentation/html/both/oneoffrogswith.htm -%%DATADIR%%/documentation/html/both/oneofturtles.htm -%%DATADIR%%/documentation/html/both/oneofturtlesat.htm -%%DATADIR%%/documentation/html/both/oneofturtlestowards.htm -%%DATADIR%%/documentation/html/both/oneofturtleswith.htm -%%DATADIR%%/documentation/html/both/or.htm -%%DATADIR%%/documentation/html/both/orange.htm -%%DATADIR%%/documentation/html/both/output.htm -%%DATADIR%%/documentation/html/both/partner.htm -%%DATADIR%%/documentation/html/both/partners.htm -%%DATADIR%%/documentation/html/both/patchesown.htm -%%DATADIR%%/documentation/html/both/pc.htm -%%DATADIR%%/documentation/html/both/pcat.htm -%%DATADIR%%/documentation/html/both/pctowards.htm -%%DATADIR%%/documentation/html/both/pendownquat.htm -%%DATADIR%%/documentation/html/both/pendownquof.htm -%%DATADIR%%/documentation/html/both/pendownqutowards.htm -%%DATADIR%%/documentation/html/both/pi.htm -%%DATADIR%%/documentation/html/both/pick.htm -%%DATADIR%%/documentation/html/both/pink.htm -%%DATADIR%%/documentation/html/both/plot.htm -%%DATADIR%%/documentation/html/both/plotgrid.htm -%%DATADIR%%/documentation/html/both/plotgridoff.htm -%%DATADIR%%/documentation/html/both/plotgridon.htm -%%DATADIR%%/documentation/html/both/plotid.htm -%%DATADIR%%/documentation/html/both/plottitle.htm -%%DATADIR%%/documentation/html/both/plotxlabel.htm -%%DATADIR%%/documentation/html/both/plotxmax.htm -%%DATADIR%%/documentation/html/both/plotxmin.htm -%%DATADIR%%/documentation/html/both/plotxy.htm -%%DATADIR%%/documentation/html/both/plotylabel.htm -%%DATADIR%%/documentation/html/both/plotymax.htm -%%DATADIR%%/documentation/html/both/plotymin.htm -%%DATADIR%%/documentation/html/both/position.htm -%%DATADIR%%/documentation/html/both/pp.htm -%%DATADIR%%/documentation/html/both/ppc.htm -%%DATADIR%%/documentation/html/both/ppd.htm -%%DATADIR%%/documentation/html/both/ppreset.htm -%%DATADIR%%/documentation/html/both/ppu.htm -%%DATADIR%%/documentation/html/both/ppxcor.htm -%%DATADIR%%/documentation/html/both/ppycor.htm -%%DATADIR%%/documentation/html/both/print.htm -%%DATADIR%%/documentation/html/both/printstatus.htm -%%DATADIR%%/documentation/html/both/random.htm -%%DATADIR%%/documentation/html/both/randomgaussian.htm -%%DATADIR%%/documentation/html/both/red.htm -%%DATADIR%%/documentation/html/both/remove.htm -%%DATADIR%%/documentation/html/both/removeelement.htm -%%DATADIR%%/documentation/html/both/repeat.htm -%%DATADIR%%/documentation/html/both/resett.htm -%%DATADIR%%/documentation/html/both/reverse.htm -%%DATADIR%%/documentation/html/both/round.htm -%%DATADIR%%/documentation/html/both/screenhalfheight.htm -%%DATADIR%%/documentation/html/both/screenhalfwidth.htm -%%DATADIR%%/documentation/html/both/screenheight.htm -%%DATADIR%%/documentation/html/both/screenwidth.htm -%%DATADIR%%/documentation/html/both/sdev-of-frogs-with.htm -%%DATADIR%%/documentation/html/both/sdev-of-frogs.htm -%%DATADIR%%/documentation/html/both/sdev-of-list.htm -%%DATADIR%%/documentation/html/both/sdev-of-patches-with.htm -%%DATADIR%%/documentation/html/both/sdev-of-patches.htm -%%DATADIR%%/documentation/html/both/sdev-of-turtles-with.htm -%%DATADIR%%/documentation/html/both/sdev-of-turtles.htm -%%DATADIR%%/documentation/html/both/se.htm -%%DATADIR%%/documentation/html/both/set.htm -%%DATADIR%%/documentation/html/both/setageat.htm -%%DATADIR%%/documentation/html/both/setageof.htm -%%DATADIR%%/documentation/html/both/setagetowards.htm -%%DATADIR%%/documentation/html/both/setbarwidth.htm -%%DATADIR%%/documentation/html/both/setbreedat.htm -%%DATADIR%%/documentation/html/both/setbreedof.htm -%%DATADIR%%/documentation/html/both/setbreedtowards.htm -%%DATADIR%%/documentation/html/both/setcat.htm -%%DATADIR%%/documentation/html/both/setcof.htm -%%DATADIR%%/documentation/html/both/setctowards.htm -%%DATADIR%%/documentation/html/both/setfood.htm -%%DATADIR%%/documentation/html/both/setfoodat.htm -%%DATADIR%%/documentation/html/both/setfoodtowards.htm -%%DATADIR%%/documentation/html/both/sethat.htm -%%DATADIR%%/documentation/html/both/sethof.htm -%%DATADIR%%/documentation/html/both/sethtowards.htm -%%DATADIR%%/documentation/html/both/setitem.htm -%%DATADIR%%/documentation/html/both/setpendownquat.htm -%%DATADIR%%/documentation/html/both/setpendownquof.htm -%%DATADIR%%/documentation/html/both/setpendownqutowards.htm -%%DATADIR%%/documentation/html/both/setplottitle.htm -%%DATADIR%%/documentation/html/both/setplotxlabel.htm -%%DATADIR%%/documentation/html/both/setplotxmax.htm -%%DATADIR%%/documentation/html/both/setplotxmin.htm -%%DATADIR%%/documentation/html/both/setplotxrange.htm -%%DATADIR%%/documentation/html/both/setplotylabel.htm -%%DATADIR%%/documentation/html/both/setplotymax.htm -%%DATADIR%%/documentation/html/both/setplotymin.htm -%%DATADIR%%/documentation/html/both/setplotyrange.htm -%%DATADIR%%/documentation/html/both/setppc.htm -%%DATADIR%%/documentation/html/both/setshapeat.htm -%%DATADIR%%/documentation/html/both/setshapeof.htm -%%DATADIR%%/documentation/html/both/setshapetowards.htm -%%DATADIR%%/documentation/html/both/setshownquat.htm -%%DATADIR%%/documentation/html/both/setshownquof.htm -%%DATADIR%%/documentation/html/both/setshownqutowards.htm -%%DATADIR%%/documentation/html/both/setslidervar.htm -%%DATADIR%%/documentation/html/both/setxcorat.htm -%%DATADIR%%/documentation/html/both/setxcorof.htm -%%DATADIR%%/documentation/html/both/setxcortowards.htm -%%DATADIR%%/documentation/html/both/setxyat.htm -%%DATADIR%%/documentation/html/both/setxyof.htm -%%DATADIR%%/documentation/html/both/setxytowards.htm -%%DATADIR%%/documentation/html/both/setycorat.htm -%%DATADIR%%/documentation/html/both/setycorof.htm -%%DATADIR%%/documentation/html/both/setycortowards.htm -%%DATADIR%%/documentation/html/both/shape.htm -%%DATADIR%%/documentation/html/both/shapeat.htm -%%DATADIR%%/documentation/html/both/shapetowards.htm -%%DATADIR%%/documentation/html/both/show.htm -%%DATADIR%%/documentation/html/both/shownquat.htm -%%DATADIR%%/documentation/html/both/shownquof.htm -%%DATADIR%%/documentation/html/both/shownqutowards.htm -%%DATADIR%%/documentation/html/both/sin.htm -%%DATADIR%%/documentation/html/both/sky.htm -%%DATADIR%%/documentation/html/both/sprout.htm -%%DATADIR%%/documentation/html/both/sqrt.htm -%%DATADIR%%/documentation/html/both/stampat.htm -%%DATADIR%%/documentation/html/both/stamptowards.htm -%%DATADIR%%/documentation/html/both/stop.htm -%%DATADIR%%/documentation/html/both/stopall.htm -%%DATADIR%%/documentation/html/both/sublist.htm -%%DATADIR%%/documentation/html/both/sumoffrogs.htm -%%DATADIR%%/documentation/html/both/sumoffrogswith.htm -%%DATADIR%%/documentation/html/both/sumofpatches.htm -%%DATADIR%%/documentation/html/both/sumofpatcheswith.htm -%%DATADIR%%/documentation/html/both/sumofturtles.htm -%%DATADIR%%/documentation/html/both/sumofturtleswith.htm -%%DATADIR%%/documentation/html/both/symbolsequiv.htm -%%DATADIR%%/documentation/html/both/symbolsmath.htm -%%DATADIR%%/documentation/html/both/tan.htm -%%DATADIR%%/documentation/html/both/timer.htm -%%DATADIR%%/documentation/html/both/to.htm -%%DATADIR%%/documentation/html/both/todelimitedstring.htm -%%DATADIR%%/documentation/html/both/tolist.htm -%%DATADIR%%/documentation/html/both/tostring.htm -%%DATADIR%%/documentation/html/both/towards.htm -%%DATADIR%%/documentation/html/both/towardsnowrap.htm -%%DATADIR%%/documentation/html/both/turquoise.htm -%%DATADIR%%/documentation/html/both/turtlesown.htm -%%DATADIR%%/documentation/html/both/type.htm -%%DATADIR%%/documentation/html/both/variance-of-frogs-with.htm -%%DATADIR%%/documentation/html/both/variance-of-frogs.htm -%%DATADIR%%/documentation/html/both/variance-of-list.htm -%%DATADIR%%/documentation/html/both/variance-of-patches-with.htm -%%DATADIR%%/documentation/html/both/variance-of-patches.htm -%%DATADIR%%/documentation/html/both/variance-of-turtles-with.htm -%%DATADIR%%/documentation/html/both/variance-of-turtles.htm -%%DATADIR%%/documentation/html/both/viewplot.htm -%%DATADIR%%/documentation/html/both/violet.htm -%%DATADIR%%/documentation/html/both/wait.htm -%%DATADIR%%/documentation/html/both/waituntil.htm -%%DATADIR%%/documentation/html/both/white.htm -%%DATADIR%%/documentation/html/both/whomaxoffrogs.htm -%%DATADIR%%/documentation/html/both/whomaxoffrogswith.htm -%%DATADIR%%/documentation/html/both/whomaxofturtles.htm -%%DATADIR%%/documentation/html/both/whomaxofturtleswith.htm -%%DATADIR%%/documentation/html/both/whominoffrogs.htm -%%DATADIR%%/documentation/html/both/whominoffrogswith.htm -%%DATADIR%%/documentation/html/both/whominofturtles.htm -%%DATADIR%%/documentation/html/both/whominofturtleswith.htm -%%DATADIR%%/documentation/html/both/wordqu.htm -%%DATADIR%%/documentation/html/both/xcorat.htm -%%DATADIR%%/documentation/html/both/xcorof.htm -%%DATADIR%%/documentation/html/both/xcortowards.htm -%%DATADIR%%/documentation/html/both/xor.htm -%%DATADIR%%/documentation/html/both/ycorat.htm -%%DATADIR%%/documentation/html/both/ycorof.htm -%%DATADIR%%/documentation/html/both/ycortowards.htm -%%DATADIR%%/documentation/html/both/yellow.htm -%%DATADIR%%/documentation/html/breeds.html -%%DATADIR%%/documentation/html/colors.html -%%DATADIR%%/documentation/html/commands.html -%%DATADIR%%/documentation/html/commands_patches.html -%%DATADIR%%/documentation/html/commands_turtles.html -%%DATADIR%%/documentation/html/community.html -%%DATADIR%%/documentation/html/community/mailinglist.htm -%%DATADIR%%/documentation/html/control_flow.html -%%DATADIR%%/documentation/html/data_types.html -%%DATADIR%%/documentation/html/display.html -%%DATADIR%%/documentation/html/documentationtitlenewlocal.html -%%DATADIR%%/documentation/html/files-page.html -%%DATADIR%%/documentation/html/gettingstarted/getting_started.html -%%DATADIR%%/documentation/html/gettingstarted/images/BackToTop.gif -%%DATADIR%%/documentation/html/gettingstarted/images/EndBar.gif -%%DATADIR%%/documentation/html/gettingstarted/images/observcom.gif -%%DATADIR%%/documentation/html/gettingstarted/images/ss_starlogo.gif -%%DATADIR%%/documentation/html/gettingstarted/images/turtlecom.gif -%%DATADIR%%/documentation/html/gettingstarted/images/turtlesblind.gif -%%DATADIR%%/documentation/html/graphing/graphing.html -%%DATADIR%%/documentation/html/graphing/images/BackToTop.gif -%%DATADIR%%/documentation/html/graphing/images/graphchooser.gif -%%DATADIR%%/documentation/html/graphing/images/graphingicon.gif -%%DATADIR%%/documentation/html/graphing/images/plotdatabar.gif -%%DATADIR%%/documentation/html/graphing/images/plotdataxy.gif -%%DATADIR%%/documentation/html/graphing/images/plotformatmenu.gif -%%DATADIR%%/documentation/html/graphing/images/plotpropertiesbar.gif -%%DATADIR%%/documentation/html/graphing/images/plotpropertieshisto.gif -%%DATADIR%%/documentation/html/graphing/images/plotpropertiesline.gif -%%DATADIR%%/documentation/html/graphing/images/plotpropertiesscatter.gif -%%DATADIR%%/documentation/html/graphing/images/plotpropertiesxy.gif -%%DATADIR%%/documentation/html/graphing/images/turtlesblind.gif -%%DATADIR%%/documentation/html/images/BackToTop.gif -%%DATADIR%%/documentation/html/images/EndBar.gif -%%DATADIR%%/documentation/html/images/arrowbreedcommands.gif -%%DATADIR%%/documentation/html/images/arrowcolorcommands.gif -%%DATADIR%%/documentation/html/images/arrowcommands_patches.gif -%%DATADIR%%/documentation/html/images/arrowcommands_turtles.gif -%%DATADIR%%/documentation/html/images/arrowcontrolflow.gif -%%DATADIR%%/documentation/html/images/arrowdatatypes.gif -%%DATADIR%%/documentation/html/images/arrowdisplaycommands.gif -%%DATADIR%%/documentation/html/images/arrowfiles.gif -%%DATADIR%%/documentation/html/images/arrowlistcommands.gif -%%DATADIR%%/documentation/html/images/arrowmathcommands.gif -%%DATADIR%%/documentation/html/images/arrownewcommands.gif -%%DATADIR%%/documentation/html/images/arrowplottingcommands.gif -%%DATADIR%%/documentation/html/images/arrowvariables.gif -%%DATADIR%%/documentation/html/images/breedcommands.gif -%%DATADIR%%/documentation/html/images/colorcommands.gif -%%DATADIR%%/documentation/html/images/commands_patches.gif -%%DATADIR%%/documentation/html/images/commands_turtles.gif -%%DATADIR%%/documentation/html/images/controlflow.gif -%%DATADIR%%/documentation/html/images/datatypes.gif -%%DATADIR%%/documentation/html/images/displaycommands.gif -%%DATADIR%%/documentation/html/images/files.gif -%%DATADIR%%/documentation/html/images/listcommands.gif -%%DATADIR%%/documentation/html/images/mathcommands.gif -%%DATADIR%%/documentation/html/images/newcommands.gif -%%DATADIR%%/documentation/html/images/plottingcommands.gif -%%DATADIR%%/documentation/html/images/turtleengineer.gif -%%DATADIR%%/documentation/html/images/turtlesblind.gif -%%DATADIR%%/documentation/html/images/turtlesgrid.gif -%%DATADIR%%/documentation/html/images/variables.gif -%%DATADIR%%/documentation/html/info.html -%%DATADIR%%/documentation/html/links.htm -%%DATADIR%%/documentation/html/lists.html -%%DATADIR%%/documentation/html/mailinglist.html -%%DATADIR%%/documentation/html/math.html -%%DATADIR%%/documentation/html/newcommands.html -%%DATADIR%%/documentation/html/obs/askfrogs.htm -%%DATADIR%%/documentation/html/obs/askfrogswith.htm -%%DATADIR%%/documentation/html/obs/askpatches.htm -%%DATADIR%%/documentation/html/obs/askpatcheswith.htm -%%DATADIR%%/documentation/html/obs/askturtles.htm -%%DATADIR%%/documentation/html/obs/askturtleswith.htm -%%DATADIR%%/documentation/html/obs/ca.htm -%%DATADIR%%/documentation/html/obs/cct.htm -%%DATADIR%%/documentation/html/obs/cctanddo.htm -%%DATADIR%%/documentation/html/obs/cg.htm -%%DATADIR%%/documentation/html/obs/clearinfo.htm -%%DATADIR%%/documentation/html/obs/clock.htm -%%DATADIR%%/documentation/html/obs/co.htm -%%DATADIR%%/documentation/html/obs/cp.htm -%%DATADIR%%/documentation/html/obs/createanddo.htm -%%DATADIR%%/documentation/html/obs/createfrogs.htm -%%DATADIR%%/documentation/html/obs/createfrogsanddo.htm -%%DATADIR%%/documentation/html/obs/crt.htm -%%DATADIR%%/documentation/html/obs/ct.htm -%%DATADIR%%/documentation/html/obs/diffuse.htm -%%DATADIR%%/documentation/html/obs/diffuse4.htm -%%DATADIR%%/documentation/html/obs/display.htm -%%DATADIR%%/documentation/html/obs/getschedulerrandomseed.htm -%%DATADIR%%/documentation/html/obs/importpicture.htm -%%DATADIR%%/documentation/html/obs/importpicturename.htm -%%DATADIR%%/documentation/html/obs/infoname.htm -%%DATADIR%%/documentation/html/obs/inspectpatch.htm -%%DATADIR%%/documentation/html/obs/inspectturtle.htm -%%DATADIR%%/documentation/html/obs/nodisplay.htm -%%DATADIR%%/documentation/html/obs/nsum.htm -%%DATADIR%%/documentation/html/obs/nsum4.htm -%%DATADIR%%/documentation/html/obs/outputname.htm -%%DATADIR%%/documentation/html/obs/projectname.htm -%%DATADIR%%/documentation/html/obs/pstamp.htm -%%DATADIR%%/documentation/html/obs/pstampat.htm -%%DATADIR%%/documentation/html/obs/pstamptowards.htm -%%DATADIR%%/documentation/html/obs/saveinfo.htm -%%DATADIR%%/documentation/html/obs/saveinfoas.htm -%%DATADIR%%/documentation/html/obs/savenextversion.htm -%%DATADIR%%/documentation/html/obs/saveoutput.htm -%%DATADIR%%/documentation/html/obs/saveoutputas.htm -%%DATADIR%%/documentation/html/obs/saveproject.htm -%%DATADIR%%/documentation/html/obs/saveprojectas.htm -%%DATADIR%%/documentation/html/obs/scalepc.htm -%%DATADIR%%/documentation/html/obs/scheduler.htm -%%DATADIR%%/documentation/html/obs/setbg.htm -%%DATADIR%%/documentation/html/obs/setclock.htm -%%DATADIR%%/documentation/html/obs/setcountplotpens.htm -%%DATADIR%%/documentation/html/obs/setinfoname.htm -%%DATADIR%%/documentation/html/obs/setoutputname.htm -%%DATADIR%%/documentation/html/obs/setpc.htm -%%DATADIR%%/documentation/html/obs/setprojectname.htm -%%DATADIR%%/documentation/html/obs/setrandomseed.htm -%%DATADIR%%/documentation/html/obs/setschedulerrandomseed.htm -%%DATADIR%%/documentation/html/obs/startup.htm -%%DATADIR%%/documentation/html/obs/switchscheduler.htm -%%DATADIR%%/documentation/html/olist.html -%%DATADIR%%/documentation/html/plist.html -%%DATADIR%%/documentation/html/plotting.html -%%DATADIR%%/documentation/html/printable/breeds.htm -%%DATADIR%%/documentation/html/printable/color.htm -%%DATADIR%%/documentation/html/printable/commands_patches.htm -%%DATADIR%%/documentation/html/printable/commands_turtles.htm -%%DATADIR%%/documentation/html/printable/control_flow.htm -%%DATADIR%%/documentation/html/printable/display.htm -%%DATADIR%%/documentation/html/printable/files.htm -%%DATADIR%%/documentation/html/printable/index.html -%%DATADIR%%/documentation/html/printable/list.htm -%%DATADIR%%/documentation/html/printable/math.htm -%%DATADIR%%/documentation/html/printable/new.html -%%DATADIR%%/documentation/html/printable/plotting.htm -%%DATADIR%%/documentation/html/printable/variables.htm -%%DATADIR%%/documentation/html/projectSelector.html -%%DATADIR%%/documentation/html/projectTitle.html -%%DATADIR%%/documentation/html/projectViewer.html -%%DATADIR%%/documentation/html/projects.html -%%DATADIR%%/documentation/html/release.txt -%%DATADIR%%/documentation/html/researchers.htm -%%DATADIR%%/documentation/html/samples/bees.htm -%%DATADIR%%/documentation/html/samples/circle.htm -%%DATADIR%%/documentation/html/samples/collisions.htm -%%DATADIR%%/documentation/html/samples/dla.htm -%%DATADIR%%/documentation/html/samples/firefly.htm -%%DATADIR%%/documentation/html/samples/gaussian.htm -%%DATADIR%%/documentation/html/samples/horn.htm -%%DATADIR%%/documentation/html/samples/images/ant1.gif -%%DATADIR%%/documentation/html/samples/images/ant2.gif -%%DATADIR%%/documentation/html/samples/images/ant3.gif -%%DATADIR%%/documentation/html/samples/images/bees1.gif -%%DATADIR%%/documentation/html/samples/images/bees2.gif -%%DATADIR%%/documentation/html/samples/images/bees3.gif -%%DATADIR%%/documentation/html/samples/images/circle4.gif -%%DATADIR%%/documentation/html/samples/images/circle5.gif -%%DATADIR%%/documentation/html/samples/images/circle6.gif -%%DATADIR%%/documentation/html/samples/images/collisions1.gif -%%DATADIR%%/documentation/html/samples/images/collisions2.gif -%%DATADIR%%/documentation/html/samples/images/collisions3.gif -%%DATADIR%%/documentation/html/samples/images/dla5.gif -%%DATADIR%%/documentation/html/samples/images/dla6.gif -%%DATADIR%%/documentation/html/samples/images/dla7.gif -%%DATADIR%%/documentation/html/samples/images/firefly1.gif -%%DATADIR%%/documentation/html/samples/images/firefly2.gif -%%DATADIR%%/documentation/html/samples/images/firefly3.gif -%%DATADIR%%/documentation/html/samples/images/gaussian1.gif -%%DATADIR%%/documentation/html/samples/images/gaussian2.gif -%%DATADIR%%/documentation/html/samples/images/gaussian3.gif -%%DATADIR%%/documentation/html/samples/images/graphics1.gif -%%DATADIR%%/documentation/html/samples/images/graphics2.gif -%%DATADIR%%/documentation/html/samples/images/graphics3.gif -%%DATADIR%%/documentation/html/samples/images/horn1.gif -%%DATADIR%%/documentation/html/samples/images/horn2.gif -%%DATADIR%%/documentation/html/samples/images/horn3.gif -%%DATADIR%%/documentation/html/samples/images/perfume1.gif -%%DATADIR%%/documentation/html/samples/images/perfume2.gif -%%DATADIR%%/documentation/html/samples/images/perfume3.gif -%%DATADIR%%/documentation/html/samples/images/rabbits1.gif -%%DATADIR%%/documentation/html/samples/images/rabbits2.gif -%%DATADIR%%/documentation/html/samples/images/rabbits3.gif -%%DATADIR%%/documentation/html/samples/images/rope1.gif -%%DATADIR%%/documentation/html/samples/images/rope2.gif -%%DATADIR%%/documentation/html/samples/images/rope3.gif -%%DATADIR%%/documentation/html/samples/images/sirpinski1.gif -%%DATADIR%%/documentation/html/samples/images/sirpinski2.gif -%%DATADIR%%/documentation/html/samples/images/sirpinski3.gif -%%DATADIR%%/documentation/html/samples/images/slime1.gif -%%DATADIR%%/documentation/html/samples/images/slime2.gif -%%DATADIR%%/documentation/html/samples/images/slime3.gif -%%DATADIR%%/documentation/html/samples/images/smallbees.gif -%%DATADIR%%/documentation/html/samples/images/smallcircles.gif -%%DATADIR%%/documentation/html/samples/images/smallcollisions.gif -%%DATADIR%%/documentation/html/samples/images/smalldla.gif -%%DATADIR%%/documentation/html/samples/images/smallfirefly.gif -%%DATADIR%%/documentation/html/samples/images/smallgaussian.gif -%%DATADIR%%/documentation/html/samples/images/smallgraphics.gif -%%DATADIR%%/documentation/html/samples/images/smallhorn.gif -%%DATADIR%%/documentation/html/samples/images/smallperfume.gif -%%DATADIR%%/documentation/html/samples/images/smallrabbits.gif -%%DATADIR%%/documentation/html/samples/images/smallrope.gif -%%DATADIR%%/documentation/html/samples/images/smallsirpinski.gif -%%DATADIR%%/documentation/html/samples/images/smallslime.gif -%%DATADIR%%/documentation/html/samples/images/smallsugarscape.gif -%%DATADIR%%/documentation/html/samples/images/smalltermite.gif -%%DATADIR%%/documentation/html/samples/images/smalltraffic.gif -%%DATADIR%%/documentation/html/samples/images/smalltrails.gif -%%DATADIR%%/documentation/html/samples/images/smalltree.gif -%%DATADIR%%/documentation/html/samples/images/ss_bees_interface.gif -%%DATADIR%%/documentation/html/samples/images/ss_circle_interface.gif -%%DATADIR%%/documentation/html/samples/images/ss_collisions_interface.gif -%%DATADIR%%/documentation/html/samples/images/ss_dla_interface.gif -%%DATADIR%%/documentation/html/samples/images/ss_firefly_interface.gif -%%DATADIR%%/documentation/html/samples/images/ss_gaussian_interface.gif -%%DATADIR%%/documentation/html/samples/images/ss_horn_interface.gif -%%DATADIR%%/documentation/html/samples/images/ss_perfume_interface.gif -%%DATADIR%%/documentation/html/samples/images/ss_rabbits_interface.gif -%%DATADIR%%/documentation/html/samples/images/ss_rope_interface.gif -%%DATADIR%%/documentation/html/samples/images/ss_sirpinski_interface.gif -%%DATADIR%%/documentation/html/samples/images/ss_slime_interface.gif -%%DATADIR%%/documentation/html/samples/images/ss_sugarscape_interface.gif -%%DATADIR%%/documentation/html/samples/images/ss_termite_interface.gif -%%DATADIR%%/documentation/html/samples/images/ss_traffic_interface.gif -%%DATADIR%%/documentation/html/samples/images/ss_tree_interface.gif -%%DATADIR%%/documentation/html/samples/images/ss_turtle_interface1.gif -%%DATADIR%%/documentation/html/samples/images/ss_turtle_interface2.gif -%%DATADIR%%/documentation/html/samples/images/sugarscape1.gif -%%DATADIR%%/documentation/html/samples/images/sugarscape2.gif -%%DATADIR%%/documentation/html/samples/images/sugarscape3.gif -%%DATADIR%%/documentation/html/samples/images/termite2.gif -%%DATADIR%%/documentation/html/samples/images/termite3.gif -%%DATADIR%%/documentation/html/samples/images/termite4.gif -%%DATADIR%%/documentation/html/samples/images/traffic1.gif -%%DATADIR%%/documentation/html/samples/images/traffic2.gif -%%DATADIR%%/documentation/html/samples/images/traffic3.gif -%%DATADIR%%/documentation/html/samples/images/tree1.gif -%%DATADIR%%/documentation/html/samples/images/tree2.gif -%%DATADIR%%/documentation/html/samples/images/tree3.gif -%%DATADIR%%/documentation/html/samples/perfume.htm -%%DATADIR%%/documentation/html/samples/rabbits.htm -%%DATADIR%%/documentation/html/samples/rope.htm -%%DATADIR%%/documentation/html/samples/sirpinski.htm -%%DATADIR%%/documentation/html/samples/slime.htm -%%DATADIR%%/documentation/html/samples/sugarscape.htm -%%DATADIR%%/documentation/html/samples/termites.htm -%%DATADIR%%/documentation/html/samples/traffic.htm -%%DATADIR%%/documentation/html/samples/trails.htm -%%DATADIR%%/documentation/html/samples/tree.htm -%%DATADIR%%/documentation/html/samples/turtle.htm -%%DATADIR%%/documentation/html/shapes.htm -%%DATADIR%%/documentation/html/starterpage.html -%%DATADIR%%/documentation/html/teachers.htm -%%DATADIR%%/documentation/html/templates/images/chilinewfunction.gif -%%DATADIR%%/documentation/html/templates/images/chilitemplate.gif -%%DATADIR%%/documentation/html/templates/images/ecotemplate.GIF -%%DATADIR%%/documentation/html/templates/images/templatenewfunction.gif -%%DATADIR%%/documentation/html/templates/images/templatewindow.jpg -%%DATADIR%%/documentation/html/templates/templates.html -%%DATADIR%%/documentation/html/tlist.html -%%DATADIR%%/documentation/html/trial images/cutuplocal/1.gif -%%DATADIR%%/documentation/html/trial images/cutuplocal/1r.gif -%%DATADIR%%/documentation/html/trial images/cutuplocal/2.gif -%%DATADIR%%/documentation/html/trial images/cutuplocal/2r.gif -%%DATADIR%%/documentation/html/trial images/cutuplocal/3.gif -%%DATADIR%%/documentation/html/trial images/cutuplocal/3r.gif -%%DATADIR%%/documentation/html/trial images/cutuplocal/4.gif -%%DATADIR%%/documentation/html/trial images/cutuplocal/4r.gif -%%DATADIR%%/documentation/html/trial images/cutuplocal/5.gif -%%DATADIR%%/documentation/html/trial images/cutuplocal/6.gif -%%DATADIR%%/documentation/html/trial images/cutuplocal/6r.gif -%%DATADIR%%/documentation/html/trial images/cutuplocal/7.gif -%%DATADIR%%/documentation/html/trial images/cutuplocal/7r.gif -%%DATADIR%%/documentation/html/trial images/cutuplocal/8.gif -%%DATADIR%%/documentation/html/trial images/cutuplocal/8r.gif -%%DATADIR%%/documentation/html/trial images/cutuplocal/9.gif -%%DATADIR%%/documentation/html/trial images/cutuplocal/9r.gif -%%DATADIR%%/documentation/html/trial images/cutuplocal/StarLogo.gif -%%DATADIR%%/documentation/html/tur/age.htm -%%DATADIR%%/documentation/html/tur/bk.htm -%%DATADIR%%/documentation/html/tur/breed.htm -%%DATADIR%%/documentation/html/tur/color.htm -%%DATADIR%%/documentation/html/tur/countfrogshere.htm -%%DATADIR%%/documentation/html/tur/countturtleshere.htm -%%DATADIR%%/documentation/html/tur/die.htm -%%DATADIR%%/documentation/html/tur/dx.htm -%%DATADIR%%/documentation/html/tur/dy.htm -%%DATADIR%%/documentation/html/tur/fd.htm -%%DATADIR%%/documentation/html/tur/grabbed.htm -%%DATADIR%%/documentation/html/tur/hatch.htm -%%DATADIR%%/documentation/html/tur/heading.htm -%%DATADIR%%/documentation/html/tur/home.htm -%%DATADIR%%/documentation/html/tur/ht.htm -%%DATADIR%%/documentation/html/tur/ifbreedfrogs.htm -%%DATADIR%%/documentation/html/tur/jump.htm -%%DATADIR%%/documentation/html/tur/leap.htm -%%DATADIR%%/documentation/html/tur/listoffrogshere.htm -%%DATADIR%%/documentation/html/tur/listofturtleshere.htm -%%DATADIR%%/documentation/html/tur/lt.htm -%%DATADIR%%/documentation/html/tur/myself.htm -%%DATADIR%%/documentation/html/tur/oneoffrogshere.htm -%%DATADIR%%/documentation/html/tur/oneofturtleshere.htm -%%DATADIR%%/documentation/html/tur/pc.htm -%%DATADIR%%/documentation/html/tur/pcahead.htm -%%DATADIR%%/documentation/html/tur/pd.htm -%%DATADIR%%/documentation/html/tur/pendownqu.htm -%%DATADIR%%/documentation/html/tur/pstamp.htm -%%DATADIR%%/documentation/html/tur/pstampat.htm -%%DATADIR%%/documentation/html/tur/pstamptowards.htm -%%DATADIR%%/documentation/html/tur/pu.htm -%%DATADIR%%/documentation/html/tur/rt.htm -%%DATADIR%%/documentation/html/tur/scalecolor.htm -%%DATADIR%%/documentation/html/tur/setage.htm -%%DATADIR%%/documentation/html/tur/setbreed.htm -%%DATADIR%%/documentation/html/tur/setc.htm -%%DATADIR%%/documentation/html/tur/seth.htm -%%DATADIR%%/documentation/html/tur/setshape.htm -%%DATADIR%%/documentation/html/tur/setx.htm -%%DATADIR%%/documentation/html/tur/setxy.htm -%%DATADIR%%/documentation/html/tur/sety.htm -%%DATADIR%%/documentation/html/tur/shownqu.htm -%%DATADIR%%/documentation/html/tur/st.htm -%%DATADIR%%/documentation/html/tur/stamp.htm -%%DATADIR%%/documentation/html/tur/stampat.htm -%%DATADIR%%/documentation/html/tur/stamptowards.htm -%%DATADIR%%/documentation/html/tur/step.htm -%%DATADIR%%/documentation/html/tur/who.htm -%%DATADIR%%/documentation/html/tur/xcor.htm -%%DATADIR%%/documentation/html/tur/ycor.htm -%%DATADIR%%/documentation/html/tutorial/images/EndBar.gif -%%DATADIR%%/documentation/html/tutorial/images/button.gif -%%DATADIR%%/documentation/html/tutorial/images/observcom.gif -%%DATADIR%%/documentation/html/tutorial/images/paint.gif -%%DATADIR%%/documentation/html/tutorial/images/setup.gif -%%DATADIR%%/documentation/html/tutorial/images/shapechooser.gif -%%DATADIR%%/documentation/html/tutorial/images/shapeeditor.gif -%%DATADIR%%/documentation/html/tutorial/images/termite.2.gif -%%DATADIR%%/documentation/html/tutorial/images/termites.gif -%%DATADIR%%/documentation/html/tutorial/images/termitesexample.gif -%%DATADIR%%/documentation/html/tutorial/images/turtlecom.gif -%%DATADIR%%/documentation/html/tutorial/transparent.gif -%%DATADIR%%/documentation/html/tutorial/tutorial.html -%%DATADIR%%/documentation/html/variables.html -%%DATADIR%%/documentation/style.css -%%DATADIR%%/sample-projects/biology/bees.slogo -%%DATADIR%%/sample-projects/biology/firefly.slogo -%%DATADIR%%/sample-projects/biology/rabbits.slogo -%%DATADIR%%/sample-projects/biology/slime.slogo -%%DATADIR%%/sample-projects/biology/termites.slogo -%%DATADIR%%/sample-projects/graphics/ant-trails.slogo -%%DATADIR%%/sample-projects/graphics/graphics.slogo -%%DATADIR%%/sample-projects/graphics/horn.slogo -%%DATADIR%%/sample-projects/math/circle.slogo -%%DATADIR%%/sample-projects/math/gaussian.slogo -%%DATADIR%%/sample-projects/math/life.slogo -%%DATADIR%%/sample-projects/math/sirpinksi.slogo -%%DATADIR%%/sample-projects/math/tree.slogo -%%DATADIR%%/sample-projects/physics/collisions.slogo -%%DATADIR%%/sample-projects/physics/dla.slogo -%%DATADIR%%/sample-projects/physics/perfume.slogo -%%DATADIR%%/sample-projects/physics/rope.slogo -%%DATADIR%%/sample-projects/social-systems/sugarscape.slogo -%%DATADIR%%/sample-projects/social-systems/traffic.slogo -%%DATADIR%%/starlogo.bat -%%DATADIR%%/starlogo.jar -%%DATADIR%%/templates/chili.slogt -%%DATADIR%%/templates/ecology.slogt diff --git a/lang/yap-devel/Makefile b/lang/yap-devel/Makefile deleted file mode 100644 index 10cb99ebbffe..000000000000 --- a/lang/yap-devel/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= yap -PORTVERSION= 6.3.3 -PORTREVISION= 11 -CATEGORIES= lang -MASTER_SITES= http://www.dcc.fc.up.pt/~vsc/Yap/ -PKGNAMESUFFIX= -devel - -MAINTAINER= danilo@FreeBSD.org -COMMENT= High-performance Prolog compiler - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LICENSE= ART20 LGPL3 -LICENSE_COMB= dual - -BROKEN_armv6= fails to install: tar: Pathname can't be converted from UTF-8 to current locale -BROKEN_armv7= fails to install: tar: Pathname can't be converted from UTF-8 to current locale -BROKEN_powerpc64= fails to build: YAP Fatal Error: startup.yss in saved state formatting mismatch in saved space exiting.... - -LIB_DEPENDS= libgmp.so:math/gmp - -CONFLICTS= yap-6.2.* - -OPTIONS_DEFINE= DOCS MYDDAS -OPTIONS_SUB= yes -MYDDAS_DESC= Enable MySQL support - -DOCS_USE= TEX=formats:build,dvipsk:build -DOCS_BUILD_DEPENDS= ${LOCALBASE}/bin/texi2html:textproc/texi2html \ - ${LOCALBASE}/bin/texi2pdf:print/texinfo -DOCS_INSTALL_TARGET= install install_docs - -MYDDAS_LIB_DEPENDS= libiodbc.so:databases/libiodbc -MYDDAS_CONFIGURE_ENABLE= myddas myddas-top-level - -LDFLAGS+= -L${LOCALBASE}/lib -MAKE_ENV= PKGLDFLAGS="${LDFLAGS}" - -STRIP= #none - -USES= gmake libarchive readline shebangfix -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-max-performance --disable-clpbn-bp -SHEBANG_FILES= packages/http/examples/demo_inetd -SHEBANG_LANG= swipl -swipl_OLD_CMD= /usr/bin/swipl -swipl_CMD= ${LOCALBASE}/bin/swipl # installed by lang/swi-pl - -DOCSDIR= ${PREFIX}/share/doc/Yap -DATADIR= ${PREFIX}/share/Yap - -post-build-DOCS-off: - # prevent the installation of docs files - ${REINPLACE_CMD} -e '758,761d' ${WRKSRC}/Makefile - -.include <bsd.port.mk> diff --git a/lang/yap-devel/distinfo b/lang/yap-devel/distinfo deleted file mode 100644 index aecd1c3bc5e6..000000000000 --- a/lang/yap-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (yap-6.3.3.tar.gz) = aee3b449b1669af07a8291ce6e7fb0a9b35e1343e2ab96fadb1a37552397fa78 -SIZE (yap-6.3.3.tar.gz) = 7879301 diff --git a/lang/yap-devel/files/patch-H__TermExt.h b/lang/yap-devel/files/patch-H__TermExt.h deleted file mode 100644 index f59a6ff9879e..000000000000 --- a/lang/yap-devel/files/patch-H__TermExt.h +++ /dev/null @@ -1,14 +0,0 @@ ---- ./H/TermExt.h.orig 2012-06-30 16:53:59.000000000 -0300 -+++ ./H/TermExt.h 2013-08-13 18:37:02.000000000 -0300 -@@ -217,7 +217,11 @@ - - #if SIZEOF_DOUBLE == 2*SIZEOF_LONG_INT - -+#ifdef __amd64__ - INLINE_ONLY inline EXTERN void AlignGlobalForDouble( USES_REGS1 ); -+#else -+inline EXTERN void AlignGlobalForDouble( USES_REGS1 ); -+#endif - - #define DOUBLE_ALIGNED(ADDR) ((CELL)(ADDR) & 0x4) - diff --git a/lang/yap-devel/files/patch-H__amiops.h b/lang/yap-devel/files/patch-H__amiops.h deleted file mode 100644 index 5b7dedb5153f..000000000000 --- a/lang/yap-devel/files/patch-H__amiops.h +++ /dev/null @@ -1,21 +0,0 @@ ---- ./H/amiops.h.orig 2012-06-30 16:53:59.000000000 -0300 -+++ ./H/amiops.h 2013-08-13 18:37:02.000000000 -0300 -@@ -102,10 +102,18 @@ - - #if SIZEOF_DOUBLE == 2*SIZEOF_LONG_INT - -+#ifdef __amd64__ - INLINE_ONLY EXTERN inline void -+#else -+EXTERN inline void -+#endif - AlignGlobalForDouble( USES_REGS1 ); - -+#ifdef __amd64__ - INLINE_ONLY EXTERN inline void -+#else -+EXTERN inline void -+#endif - AlignGlobalForDouble( USES_REGS1 ) - { - /* Force Alignment for floats. Note that garbage collector may diff --git a/lang/yap-devel/files/patch-Makefile.in b/lang/yap-devel/files/patch-Makefile.in deleted file mode 100644 index 4802950c3c4b..000000000000 --- a/lang/yap-devel/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig 2015-07-23 15:50:49 UTC -+++ Makefile.in -@@ -94,7 +94,7 @@ SO=@SO@ - MAKEINFO=makeinfo - TEXI2DVI=texi2dvi - TEXI2HTML=texi2html --TEXI2PDF=texi2pdf -+TEXI2PDF=texi2pdf -b - YAPLIB=@YAPLIB@ - SONAMEFLAG=@SONAMEFLAG@ - -@@ -1015,7 +1015,7 @@ yap.ps: $(YAPDOCS) - pdf: yap.pdf - - yap.pdf: $(YAPDOCS) -- $(TEXI2PDF) $(srcdir)/docs/yap.tex -+ -$(TEXI2PDF) $(srcdir)/docs/yap.tex - - clean_docs: - rm -f *.aux *.ca *.cas *.cn *.cns *.cp *.cps *.cy *.cys *.dvi *.fn *.fns *.ky *.log *.sa *.sas *.sn *.sns *.sy *.sys *~ *.tp *.vr *.toc *.pg diff --git a/lang/yap-devel/files/patch-configure b/lang/yap-devel/files/patch-configure deleted file mode 100644 index 3b7fca675b8e..000000000000 --- a/lang/yap-devel/files/patch-configure +++ /dev/null @@ -1,19 +0,0 @@ -https://sourceforge.net/p/yap/yap-6.3/ci/da61f1c31fed - ---- configure.orig 2013-01-19 11:48:08 UTC -+++ configure -@@ -5169,13 +5169,9 @@ then - C_PARSER_FLAGS="-O3 -Wall -Wstrict-prototypes -Wmissing-prototypes $CFLAGS" - CFLAGS="-O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes $CFLAGS" - case "`$CC --version < /dev/null`" in -- *3.4*) CFLAGS="-fno-gcse -fno-crossjumping $CFLAGS" ;; -+ gcc-3.4*) CFLAGS="-fno-gcse -fno-crossjumping $CFLAGS" ;; - esac - case "$target_cpu" in -- i*86*) -- CFLAGS="-DBP_FREE $CFLAGS" -- CXXFLAGS="-DBP_FREE $CXXFLAGS" -- ;; - sparc*) - case "$target_os" in - *solaris2-9*) CFLAGS="-mno-app-regs -DOPTIMISE_ALL_REGS_FOR_SPARC=1 $CFLAGS" diff --git a/lang/yap-devel/files/patch-library__dialect__swi__fli__blobs.c b/lang/yap-devel/files/patch-library__dialect__swi__fli__blobs.c deleted file mode 100644 index c195f97e454b..000000000000 --- a/lang/yap-devel/files/patch-library__dialect__swi__fli__blobs.c +++ /dev/null @@ -1,10 +0,0 @@ ---- ./library/dialect/swi/fli/blobs.c.orig 2013-01-19 07:33:19.000000000 -0200 -+++ ./library/dialect/swi/fli/blobs.c 2013-11-03 01:59:03.000000000 -0200 -@@ -18,6 +18,7 @@ - #include <Yap.h> - #include <Yatom.h> - -+#include <stdio.h> - #include <string.h> - - /* for freeBSD9.1 */ diff --git a/lang/yap-devel/files/patch-packages_swi-minisat2_C_SolverTypes.h b/lang/yap-devel/files/patch-packages_swi-minisat2_C_SolverTypes.h deleted file mode 100644 index 6568e2788511..000000000000 --- a/lang/yap-devel/files/patch-packages_swi-minisat2_C_SolverTypes.h +++ /dev/null @@ -1,13 +0,0 @@ -https://sourceforge.net/p/yap/yap-6.3/ci/6d2e2597b183 - ---- packages/swi-minisat2/C/SolverTypes.h.orig 2012-06-29 21:30:38 UTC -+++ packages/swi-minisat2/C/SolverTypes.h -@@ -119,7 +119,7 @@ public: - - // -- use this function instead: - template<class V> -- friend Clause* Clause_new(const V& ps, bool learnt = false); -+ friend Clause* Clause_new(const V& ps, bool learnt); - - int size () const { return size_etc >> 3; } - void shrink (int i) { assert(i <= size()); size_etc = (((size_etc >> 3) - i) << 3) | (size_etc & 7); } diff --git a/lang/yap-devel/pkg-descr b/lang/yap-devel/pkg-descr deleted file mode 100644 index e7c1308bda06..000000000000 --- a/lang/yap-devel/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -YAP is a high-performance Prolog compiler developed at -LIACC/Universidade do Porto and at COPPE Sistemas/UFRJ. Its Prolog -engine is based in the WAM (Warren Abstract Machine), with several -optimizations for better performance. YAP follows the Edinburgh -tradition, and is largely compatible with the ISO-Prolog standard and -with Quintus and SICStus Prolog. - -WWW: http://www.dcc.fc.up.pt/~vsc/Yap/ diff --git a/lang/yap-devel/pkg-plist b/lang/yap-devel/pkg-plist deleted file mode 100644 index fe9fa3dff54b..000000000000 --- a/lang/yap-devel/pkg-plist +++ /dev/null @@ -1,727 +0,0 @@ -bin/yap -include/Yap/SWI-Prolog.h -include/Yap/SWI-Stream.h -include/Yap/Tags_24bits.h -include/Yap/Tags_32LowTag.h -include/Yap/Tags_32Ops.h -include/Yap/Tags_32bits.h -include/Yap/Tags_64bits.h -include/Yap/TermExt.h -include/Yap/YapCompoundTerm.h -include/Yap/YapInterface.h -include/Yap/YapRegs.h -include/Yap/YapTags.h -include/Yap/YapTerm.h -include/Yap/YapTermConfig.h -include/Yap/bprolog.h -include/Yap/c_interface.h -include/Yap/clause_list.h -include/Yap/dswiatoms.h -include/Yap/dtoa.c -include/Yap/pl-buffer.h -include/Yap/pl-codelist.h -include/Yap/pl-ctype.h -include/Yap/pl-dtoa.h -include/Yap/pl-global.h -include/Yap/pl-incl.h -include/Yap/pl-option.h -include/Yap/pl-os.h -include/Yap/pl-privitf.h -include/Yap/pl-table.h -include/Yap/pl-text.h -include/Yap/pl-thread.h -include/Yap/pl-utf8.h -include/Yap/pl-yap.h -include/Yap/src/Atoms.h -include/Yap/src/Regs.h -include/Yap/src/Yap.h -include/Yap/src/YapHeap.h -include/Yap/src/Yapproto.h -include/Yap/src/Yatom.h -include/Yap/src/absmi.h -include/Yap/src/alloc.h -include/Yap/src/amidefs.h -include/Yap/src/amiops.h -include/Yap/src/arith2.h -include/Yap/src/arrays.h -include/Yap/src/attvar.h -include/Yap/src/clause.h -include/Yap/src/compile.h -include/Yap/src/config.h -include/Yap/src/corout.h -include/Yap/src/cut_c.h -include/Yap/src/dglobals.h -include/Yap/src/dhstruct.h -include/Yap/src/dlmalloc.h -include/Yap/src/dlocals.h -include/Yap/src/eam.h -include/Yap/src/eamamasm.h -include/Yap/src/eval.h -include/Yap/src/heapgc.h -include/Yap/src/hglobals.h -include/Yap/src/hlocals.h -include/Yap/src/hstruct.h -include/Yap/src/iatoms.h -include/Yap/src/iglobals.h -include/Yap/src/ihstruct.h -include/Yap/src/ilocals.h -include/Yap/src/index.h -include/Yap/src/inline-only.h -include/Yap/src/iopreds.h -include/Yap/src/iswiatoms.h -include/Yap/src/locks_alpha.h -include/Yap/src/locks_alpha_funcs.h -include/Yap/src/locks_mips.h -include/Yap/src/locks_mips_funcs.h -include/Yap/src/locks_pthread.h -include/Yap/src/locks_sparc.h -include/Yap/src/locks_x86.h -include/Yap/src/myddas.h -include/Yap/src/myddas_statistics.h -include/Yap/src/myddas_statistics_structs.h -include/Yap/src/myddas_structs.h -include/Yap/src/myddas_wkb.h -include/Yap/src/myddas_wkb2prolog.h -include/Yap/src/opt.config.h -include/Yap/src/opt.macros.h -include/Yap/src/opt.proto.h -include/Yap/src/opt.structs.h -include/Yap/src/or.macros.h -include/Yap/src/or.sba_amiops.h -include/Yap/src/or.sba_unify.h -include/Yap/src/parms.h -include/Yap/src/qly.h -include/Yap/src/ratoms.h -include/Yap/src/rclause.h -include/Yap/src/rglobals.h -include/Yap/src/rheap.h -include/Yap/src/rhstruct.h -include/Yap/src/rlocals.h -include/Yap/src/sshift.h -include/Yap/src/swi.h -include/Yap/src/tab.structs.h -include/Yap/src/tatoms.h -include/Yap/src/threads.h -include/Yap/src/tracer.h -include/Yap/src/trim_trail.h -include/Yap/src/yapio.h -include/Yap/udi.h -include/Yap/yap_structs.h -lib/Yap/archive4pl.so -lib/Yap/cgi.so -lib/Yap/files.so -lib/Yap/http_stream.so -lib/Yap/itries.so -lib/Yap/json.so -lib/Yap/matrix.so -lib/Yap/memfile.so -lib/Yap/mime.so -lib/Yap/pl-minisat.so -lib/Yap/prism.so -lib/Yap/process.so -lib/Yap/rdf_db.so -lib/Yap/readutil.so -lib/Yap/regexp.so -lib/Yap/sgml2pl.so -lib/Yap/sha4pl.so -lib/Yap/socket.so -lib/Yap/startup.yss -lib/Yap/streaminfo.so -lib/Yap/sys.so -lib/Yap/time.so -lib/Yap/tries.so -lib/Yap/turtle.so -lib/Yap/uid.so -lib/Yap/unix.so -lib/Yap/uri.so -lib/Yap/yap_random.so -lib/Yap/yap_rl.so -lib/Yap/zlib4pl.so -lib/libYap.a -%%DATADIR%%/DTD/HTML4.dcl -%%DATADIR%%/DTD/HTML4.dtd -%%DATADIR%%/DTD/HTML4.soc -%%DATADIR%%/DTD/HTMLlat1.ent -%%DATADIR%%/DTD/HTMLspec.ent -%%DATADIR%%/DTD/HTMLsym.ent -%%DATADIR%%/INDEX.pl -%%DATADIR%%/R.pl -%%DATADIR%%/aggregate.pl -%%DATADIR%%/apply.yap -%%DATADIR%%/apply_macros.yap -%%DATADIR%%/aproblog.yap -%%DATADIR%%/archive.pl -%%DATADIR%%/arg.yap -%%DATADIR%%/assoc.yap -%%DATADIR%%/atts.yap -%%DATADIR%%/autoloader.yap -%%DATADIR%%/avl.yap -%%DATADIR%%/base64.pl -%%DATADIR%%/bhash.yap -%%DATADIR%%/block_diagram.yap -%%DATADIR%%/broadcast.pl -%%DATADIR%%/c_alarms.yap -%%DATADIR%%/cgi.pl -%%DATADIR%%/charsio.yap -%%DATADIR%%/chr.pl -%%DATADIR%%/chr/README -%%DATADIR%%/chr/a_star.pl -%%DATADIR%%/chr/binomialheap.pl -%%DATADIR%%/chr/builtins.pl -%%DATADIR%%/chr/chr_compiler_errors.pl -%%DATADIR%%/chr/chr_compiler_options.pl -%%DATADIR%%/chr/chr_compiler_utility.pl -%%DATADIR%%/chr/chr_debug.pl -%%DATADIR%%/chr/chr_hashtable_store.pl -%%DATADIR%%/chr/chr_integertable_store.pl -%%DATADIR%%/chr/chr_messages.pl -%%DATADIR%%/chr/chr_op.pl -%%DATADIR%%/chr/chr_runtime.pl -%%DATADIR%%/chr/chr_translate.pl -%%DATADIR%%/chr/clean_code.pl -%%DATADIR%%/chr/find.pl -%%DATADIR%%/chr/guard_entailment.pl -%%DATADIR%%/chr/listmap.pl -%%DATADIR%%/chr/pairlist.pl -%%DATADIR%%/clp/clp_events.pl -%%DATADIR%%/clpbn.yap -%%DATADIR%%/clpbn/aggregates.yap -%%DATADIR%%/clpbn/bdd.yap -%%DATADIR%%/clpbn/bnt.yap -%%DATADIR%%/clpbn/connected.yap -%%DATADIR%%/clpbn/discrete_utils.yap -%%DATADIR%%/clpbn/display.yap -%%DATADIR%%/clpbn/dists.yap -%%DATADIR%%/clpbn/evidence.yap -%%DATADIR%%/clpbn/gibbs.yap -%%DATADIR%%/clpbn/graphs.yap -%%DATADIR%%/clpbn/graphviz.yap -%%DATADIR%%/clpbn/ground_factors.yap -%%DATADIR%%/clpbn/hmm.yap -%%DATADIR%%/clpbn/horus.yap -%%DATADIR%%/clpbn/horus_ground.yap -%%DATADIR%%/clpbn/horus_lifted.yap -%%DATADIR%%/clpbn/jt.yap -%%DATADIR%%/clpbn/learning/aleph_params.yap -%%DATADIR%%/clpbn/learning/bnt_parms.yap -%%DATADIR%%/clpbn/learning/em.yap -%%DATADIR%%/clpbn/learning/learn_utils.yap -%%DATADIR%%/clpbn/learning/mle.yap -%%DATADIR%%/clpbn/matrix_cpt_utils.yap -%%DATADIR%%/clpbn/numbers.yap -%%DATADIR%%/clpbn/pgrammar.yap -%%DATADIR%%/clpbn/table.yap -%%DATADIR%%/clpbn/topsort.yap -%%DATADIR%%/clpbn/utils.yap -%%DATADIR%%/clpbn/ve.yap -%%DATADIR%%/clpbn/viterbi.yap -%%DATADIR%%/clpbn/vmap.yap -%%DATADIR%%/clpbn/xbif.yap -%%DATADIR%%/clpfd.pl -%%DATADIR%%/clpq.pl -%%DATADIR%%/clpq/bb_q.pl -%%DATADIR%%/clpq/bv_q.pl -%%DATADIR%%/clpq/fourmotz_q.pl -%%DATADIR%%/clpq/ineq_q.pl -%%DATADIR%%/clpq/itf_q.pl -%%DATADIR%%/clpq/nf_q.pl -%%DATADIR%%/clpq/store_q.pl -%%DATADIR%%/clpqr/README -%%DATADIR%%/clpqr/class.pl -%%DATADIR%%/clpqr/dump.pl -%%DATADIR%%/clpqr/geler.pl -%%DATADIR%%/clpqr/itf.pl -%%DATADIR%%/clpqr/ordering.pl -%%DATADIR%%/clpqr/project.pl -%%DATADIR%%/clpqr/redund.pl -%%DATADIR%%/clpr.pl -%%DATADIR%%/clpr/bb_r.pl -%%DATADIR%%/clpr/bv_r.pl -%%DATADIR%%/clpr/fourmotz_r.pl -%%DATADIR%%/clpr/ineq_r.pl -%%DATADIR%%/clpr/itf_r.pl -%%DATADIR%%/clpr/nf_r.pl -%%DATADIR%%/clpr/store_r.pl -%%DATADIR%%/cnf.pl -%%DATADIR%%/coinduction.yap -%%DATADIR%%/ctypes.pl -%%DATADIR%%/date.pl -%%DATADIR%%/dbqueues.yap -%%DATADIR%%/dbusage.yap -%%DATADIR%%/debug.pl -%%DATADIR%%/dgraphs.yap -%%DATADIR%%/dialect/bprolog.yap -%%DATADIR%%/dialect/bprolog/actionrules.pl -%%DATADIR%%/dialect/bprolog/arrays.yap -%%DATADIR%%/dialect/bprolog/compile_foreach.pl -%%DATADIR%%/dialect/bprolog/foreach.pl -%%DATADIR%%/dialect/bprolog/hashtable.yap -%%DATADIR%%/dialect/commons.yap -%%DATADIR%%/dialect/hprolog.yap -%%DATADIR%%/dialect/swi.yap -%%DATADIR%%/dialect/swi/INDEX.pl -%%DATADIR%%/dialect/swi/listing.pl -%%DATADIR%%/dialect/swi/syspred_options.pl -%%DATADIR%%/doc_files.pl -%%DATADIR%%/doc_http.pl -%%DATADIR%%/doc_latex.pl -%%DATADIR%%/dtproblog.yap -%%DATADIR%%/error.pl -%%DATADIR%%/expand_macros.yap -%%DATADIR%%/filesex.pl -%%DATADIR%%/flags.yap -%%DATADIR%%/gensym.yap -%%DATADIR%%/hacks.yap -%%DATADIR%%/heaps.yap -%%DATADIR%%/http/README -%%DATADIR%%/http/dcg_basics.pl -%%DATADIR%%/http/html_head.pl -%%DATADIR%%/http/html_write.pl -%%DATADIR%%/http/http_authenticate.pl -%%DATADIR%%/http/http_client.pl -%%DATADIR%%/http/http_cookie.pl -%%DATADIR%%/http/http_cors.pl -%%DATADIR%%/http/http_dirindex.pl -%%DATADIR%%/http/http_dispatch.pl -%%DATADIR%%/http/http_error.pl -%%DATADIR%%/http/http_exception.pl -%%DATADIR%%/http/http_files.pl -%%DATADIR%%/http/http_header.pl -%%DATADIR%%/http/http_hook.pl -%%DATADIR%%/http/http_host.pl -%%DATADIR%%/http/http_json.pl -%%DATADIR%%/http/http_log.pl -%%DATADIR%%/http/http_mime_plugin.pl -%%DATADIR%%/http/http_open.pl -%%DATADIR%%/http/http_openid.pl -%%DATADIR%%/http/http_parameters.pl -%%DATADIR%%/http/http_path.pl -%%DATADIR%%/http/http_pwp.pl -%%DATADIR%%/http/http_server_files.pl -%%DATADIR%%/http/http_session.pl -%%DATADIR%%/http/http_sgml_plugin.pl -%%DATADIR%%/http/http_stream.pl -%%DATADIR%%/http/http_wrapper.pl -%%DATADIR%%/http/inetd_httpd.pl -%%DATADIR%%/http/js_write.pl -%%DATADIR%%/http/json.pl -%%DATADIR%%/http/json_convert.pl -%%DATADIR%%/http/mimepack.pl -%%DATADIR%%/http/mimetype.pl -%%DATADIR%%/http/thread_httpd.pl -%%DATADIR%%/http/web/css/dirindex.css -%%DATADIR%%/http/web/css/openid.css -%%DATADIR%%/http/web/icons/back.png -%%DATADIR%%/http/web/icons/c.png -%%DATADIR%%/http/web/icons/compressed.png -%%DATADIR%%/http/web/icons/folder.png -%%DATADIR%%/http/web/icons/generic.png -%%DATADIR%%/http/web/icons/layout.png -%%DATADIR%%/http/web/icons/openid-logo-square.png -%%DATADIR%%/http/web/icons/openid-logo-tiny.png -%%DATADIR%%/http/xpce_httpd.pl -%%DATADIR%%/icon_address.pl -%%DATADIR%%/iso_639.pl -%%DATADIR%%/itries.yap -%%DATADIR%%/lam_mpi.yap -%%DATADIR%%/lambda.pl -%%DATADIR%%/lineutils.yap -%%DATADIR%%/lists.yap -%%DATADIR%%/main.pl -%%DATADIR%%/maplist.pl -%%DATADIR%%/maplist.yap -%%DATADIR%%/matlab.yap -%%DATADIR%%/matrix.yap -%%DATADIR%%/meld.yap -%%DATADIR%%/meld/meldc.yap -%%DATADIR%%/meld/meldi.yap -%%DATADIR%%/meld/meldp.yap -%%DATADIR%%/meld/meldtd.yap -%%DATADIR%%/memfile.pl -%%DATADIR%%/menu.pl -%%DATADIR%%/mime.pl -%%DATADIR%%/minisat.pl -%%DATADIR%%/nb.yap -%%DATADIR%%/nb_set.pl -%%DATADIR%%/occurs.yap -%%DATADIR%%/odbc.pl -%%DATADIR%%/operators.pl -%%DATADIR%%/option.pl -%%DATADIR%%/ordsets.yap -%%DATADIR%%/pairs.pl -%%DATADIR%%/pfl.yap -%%DATADIR%%/pillow.pl -%%DATADIR%%/pl/arith.yap -%%DATADIR%%/pl/arrays.yap -%%DATADIR%%/pl/attributes.yap -%%DATADIR%%/pl/boot.yap -%%DATADIR%%/pl/callcount.yap -%%DATADIR%%/pl/checker.yap -%%DATADIR%%/pl/chtypes.yap -%%DATADIR%%/pl/consult.yap -%%DATADIR%%/pl/control.yap -%%DATADIR%%/pl/corout.yap -%%DATADIR%%/pl/dbload.yap -%%DATADIR%%/pl/debug.yap -%%DATADIR%%/pl/depth_bound.yap -%%DATADIR%%/pl/dialect.yap -%%DATADIR%%/pl/directives.yap -%%DATADIR%%/pl/eam.yap -%%DATADIR%%/pl/errors.yap -%%DATADIR%%/pl/eval.yap -%%DATADIR%%/pl/flags.yap -%%DATADIR%%/pl/grammar.yap -%%DATADIR%%/pl/ground.yap -%%DATADIR%%/pl/hacks.yap -%%DATADIR%%/pl/history.pl -%%DATADIR%%/pl/init.yap -%%DATADIR%%/pl/listing.yap -%%DATADIR%%/pl/lists.yap -%%DATADIR%%/pl/load_foreign.yap -%%DATADIR%%/pl/messages.yap -%%DATADIR%%/pl/modules.yap -%%DATADIR%%/pl/preds.yap -%%DATADIR%%/pl/profile.yap -%%DATADIR%%/pl/protect.yap -%%DATADIR%%/pl/qly.yap -%%DATADIR%%/pl/save.yap -%%DATADIR%%/pl/setof.yap -%%DATADIR%%/pl/signals.yap -%%DATADIR%%/pl/sort.yap -%%DATADIR%%/pl/statistics.yap -%%DATADIR%%/pl/strict_iso.yap -%%DATADIR%%/pl/swi.yap -%%DATADIR%%/pl/tabling.yap -%%DATADIR%%/pl/threads.yap -%%DATADIR%%/pl/udi.yap -%%DATADIR%%/pl/utils.yap -%%DATADIR%%/pl/yapor.yap -%%DATADIR%%/pl/yio.yap -%%DATADIR%%/pldoc.pl -%%DATADIR%%/pldoc/README -%%DATADIR%%/pldoc/doc_access.pl -%%DATADIR%%/pldoc/doc_colour.pl -%%DATADIR%%/pldoc/doc_html.pl -%%DATADIR%%/pldoc/doc_htmlsrc.pl -%%DATADIR%%/pldoc/doc_index.pl -%%DATADIR%%/pldoc/doc_library.pl -%%DATADIR%%/pldoc/doc_man.pl -%%DATADIR%%/pldoc/doc_modes.pl -%%DATADIR%%/pldoc/doc_pack.pl -%%DATADIR%%/pldoc/doc_process.pl -%%DATADIR%%/pldoc/doc_register.pl -%%DATADIR%%/pldoc/doc_search.pl -%%DATADIR%%/pldoc/doc_util.pl -%%DATADIR%%/pldoc/doc_wiki.pl -%%DATADIR%%/pldoc/edit.gif -%%DATADIR%%/pldoc/favicon.ico -%%DATADIR%%/pldoc/h1-bg.png -%%DATADIR%%/pldoc/h2-bg.png -%%DATADIR%%/pldoc/hooks.pl -%%DATADIR%%/pldoc/multi-bg.png -%%DATADIR%%/pldoc/pldoc.css -%%DATADIR%%/pldoc/pldoc.js -%%DATADIR%%/pldoc/pldoc.sty -%%DATADIR%%/pldoc/pllisting.css -%%DATADIR%%/pldoc/priv-bg.png -%%DATADIR%%/pldoc/private.png -%%DATADIR%%/pldoc/pub-bg.png -%%DATADIR%%/pldoc/public.png -%%DATADIR%%/pldoc/reload.gif -%%DATADIR%%/pldoc/source.png -%%DATADIR%%/pldoc/up.gif -%%DATADIR%%/plunit.pl -%%DATADIR%%/prandom.yap -%%DATADIR%%/predicate_options.pl -%%DATADIR%%/predopts.pl -%%DATADIR%%/prism.yap -%%DATADIR%%/prism/bp/eval.pl -%%DATADIR%%/prism/core/error.pl -%%DATADIR%%/prism/core/format.pl -%%DATADIR%%/prism/core/message.pl -%%DATADIR%%/prism/core/random.pl -%%DATADIR%%/prism/mp/mp_learn.pl -%%DATADIR%%/prism/mp/mp_main.pl -%%DATADIR%%/prism/trans/bpif.pl -%%DATADIR%%/prism/trans/dump.pl -%%DATADIR%%/prism/trans/trans.pl -%%DATADIR%%/prism/trans/verify.pl -%%DATADIR%%/prism/up/batch.pl -%%DATADIR%%/prism/up/bigarray.pl -%%DATADIR%%/prism/up/dist.pl -%%DATADIR%%/prism/up/dynamic.pl -%%DATADIR%%/prism/up/expl.pl -%%DATADIR%%/prism/up/flags.pl -%%DATADIR%%/prism/up/hash.pl -%%DATADIR%%/prism/up/hindsight.pl -%%DATADIR%%/prism/up/learn.pl -%%DATADIR%%/prism/up/list.pl -%%DATADIR%%/prism/up/main.pl -%%DATADIR%%/prism/up/prob.pl -%%DATADIR%%/prism/up/sample.pl -%%DATADIR%%/prism/up/switch.pl -%%DATADIR%%/prism/up/util.pl -%%DATADIR%%/prism/up/viterbi.pl -%%DATADIR%%/problog.yap -%%DATADIR%%/problog/ad_converter.yap -%%DATADIR%%/problog/bdd.yap -%%DATADIR%%/problog/completion.yap -%%DATADIR%%/problog/discrete.yap -%%DATADIR%%/problog/extlists.yap -%%DATADIR%%/problog/flags.yap -%%DATADIR%%/problog/gflags.yap -%%DATADIR%%/problog/grounder.yap -%%DATADIR%%/problog/hash_table.yap -%%DATADIR%%/problog/intervals.yap -%%DATADIR%%/problog/logger.yap -%%DATADIR%%/problog/mc_DNF_sampling.yap -%%DATADIR%%/problog/nestedtries.yap -%%DATADIR%%/problog/os.yap -%%DATADIR%%/problog/print.yap -%%DATADIR%%/problog/print_learning.yap -%%DATADIR%%/problog/ptree.yap -%%DATADIR%%/problog/sampling.yap -%%DATADIR%%/problog/tabling.yap -%%DATADIR%%/problog/termhandling.yap -%%DATADIR%%/problog/timer.yap -%%DATADIR%%/problog/utils.yap -%%DATADIR%%/problog/utils_lbdd.yap -%%DATADIR%%/problog/utils_learning.yap -%%DATADIR%%/problog/variable_elimination.yap -%%DATADIR%%/problog/variables.yap -%%DATADIR%%/problog/version_control.yap -%%DATADIR%%/problog_lbdd.yap -%%DATADIR%%/problog_learning.yap -%%DATADIR%%/problog_learning_lbdd.yap -%%DATADIR%%/problog_lfi.yap -%%DATADIR%%/process.pl -%%DATADIR%%/prolog_clause.pl -%%DATADIR%%/prolog_colour.pl -%%DATADIR%%/prolog_server.pl -%%DATADIR%%/prolog_source.pl -%%DATADIR%%/prolog_xref.pl -%%DATADIR%%/pwp.pl -%%DATADIR%%/queues.yap -%%DATADIR%%/quintus.pl -%%DATADIR%%/r_session.yap -%%DATADIR%%/random.yap -%%DATADIR%%/range.yap -%%DATADIR%%/rbtrees.yap -%%DATADIR%%/rdf.pl -%%DATADIR%%/rdf_ntriples.pl -%%DATADIR%%/rdf_parser.pl -%%DATADIR%%/rdf_triple.pl -%%DATADIR%%/rdf_write.pl -%%DATADIR%%/readutil.pl -%%DATADIR%%/record.pl -%%DATADIR%%/regexp.yap -%%DATADIR%%/rewrite.pl -%%DATADIR%%/rltree.yap -%%DATADIR%%/semweb/README -%%DATADIR%%/semweb/dc.rdfs -%%DATADIR%%/semweb/eor.rdfs -%%DATADIR%%/semweb/owl.owl -%%DATADIR%%/semweb/rdf_cache.pl -%%DATADIR%%/semweb/rdf_compare.pl -%%DATADIR%%/semweb/rdf_db.pl -%%DATADIR%%/semweb/rdf_edit.pl -%%DATADIR%%/semweb/rdf_http_plugin.pl -%%DATADIR%%/semweb/rdf_library.pl -%%DATADIR%%/semweb/rdf_library.ttl -%%DATADIR%%/semweb/rdf_litindex.pl -%%DATADIR%%/semweb/rdf_persistency.pl -%%DATADIR%%/semweb/rdf_portray.pl -%%DATADIR%%/semweb/rdf_turtle.pl -%%DATADIR%%/semweb/rdf_turtle_write.pl -%%DATADIR%%/semweb/rdf_zlib_plugin.pl -%%DATADIR%%/semweb/rdfs.pl -%%DATADIR%%/semweb/rdfs.rdfs -%%DATADIR%%/semweb/sparql_client.pl -%%DATADIR%%/semweb/turtle_base.pl -%%DATADIR%%/settings.pl -%%DATADIR%%/sgml.pl -%%DATADIR%%/sgml_write.pl -%%DATADIR%%/sha.pl -%%DATADIR%%/shlib.pl -%%DATADIR%%/socket.pl -%%DATADIR%%/sockets.yap -%%DATADIR%%/splay.yap -%%DATADIR%%/streaminfo.pl -%%DATADIR%%/stringutils.yap -%%DATADIR%%/system.yap -%%DATADIR%%/terms.yap -%%DATADIR%%/test_cover.pl -%%DATADIR%%/test_wizard.pl -%%DATADIR%%/thread_pool.pl -%%DATADIR%%/time.pl -%%DATADIR%%/timeout.yap -%%DATADIR%%/trees.yap -%%DATADIR%%/tries.yap -%%DATADIR%%/udp_broadcast.pl -%%DATADIR%%/ugraphs.yap -%%DATADIR%%/uid.pl -%%DATADIR%%/undgraphs.yap -%%DATADIR%%/unix.pl -%%DATADIR%%/uri.pl -%%DATADIR%%/url.pl -%%DATADIR%%/utf8.pl -%%DATADIR%%/varnumbers.yap -%%DATADIR%%/wdgraphs.yap -%%DATADIR%%/wgraphs.yap -%%DATADIR%%/win_menu.pl -%%DATADIR%%/wundgraphs.yap -%%DATADIR%%/www_browser.pl -%%DATADIR%%/xml.pl -%%DATADIR%%/xml/xml.iso.pl -%%DATADIR%%/xml/xml_acquisition.pl -%%DATADIR%%/xml/xml_diagnosis.pl -%%DATADIR%%/xml/xml_driver.pl -%%DATADIR%%/xml/xml_generation.pl -%%DATADIR%%/xml/xml_pp.pl -%%DATADIR%%/xml/xml_utilities.pl -%%DATADIR%%/xpath.pl -%%DATADIR%%/xsdp_types.pl -%%DATADIR%%/ypp.yap -%%DATADIR%%/zlib.pl -%%MYDDAS%%lib/Yap/odbc4pl.so -%%MYDDAS%%%%DATADIR%%/myddas.yap -%%MYDDAS%%%%DATADIR%%/myddas_assert_predicates.yap -%%MYDDAS%%%%DATADIR%%/myddas_errors.yap -%%MYDDAS%%%%DATADIR%%/myddas_mysql.yap -%%MYDDAS%%%%DATADIR%%/myddas_prolog2sql.yap -%%MYDDAS%%%%DATADIR%%/myddas_prolog2sql_optimizer.yap -%%MYDDAS%%%%DATADIR%%/myddas_top_level.yap -%%MYDDAS%%%%DATADIR%%/myddas_util_predicates.yap -%%PORTDOCS%%%%DOCSDIR%%/Artistic -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/changes-5.0.html -%%PORTDOCS%%%%DOCSDIR%%/changes-5.1.html -%%PORTDOCS%%%%DOCSDIR%%/changes-6.0.html -%%PORTDOCS%%%%DOCSDIR%%/changes4.3.html -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/HMMer/Artemia.fa -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/HMMer/fasta.yap -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/HMMer/globin.hmm -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/HMMer/globin.yap -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/HMMer/plan7.yap -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/HMMer/scan.yap -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/HMMer/score.yap -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/School/README -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/School/evidence_128.yap -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/School/parschema.pfl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/School/school_128.yap -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/School/school_32.yap -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/School/school_64.yap -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/School/tables.yap -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/burglary-alarm.fg -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/burglary-alarm.pfl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/burglary-alarm.uai -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/city.pfl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/comp_workshops.pfl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/learning/debug_school.yap -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/learning/prof_params.pfl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/learning/school_params.yap -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/learning/sprinkler_params.yap -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/learning/train.yap -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/social_network1.pfl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/social_network2.pfl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/sprinkler.pfl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/workshop_attrs.pfl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/R/r_demo.pl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/chr/bool.chr -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/chr/chrdif.chr -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/chr/chrfreeze.chr -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/chr/family.chr -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/chr/fib.chr -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/chr/fibonacci.chr -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/chr/gcd.chr -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/chr/leq.chr -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/chr/listdom.chr -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/chr/primes.chr -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/http/calc.pl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/http/demo_body.pl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/http/demo_client.pl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/http/demo_files.pl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/http/demo_inetd -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/http/demo_openid.pl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/http/demo_pwp.pl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/http/demo_threads.pl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/http/demo_xpce.pl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/http/pwp/context.pwp -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/http/pwp/index.pwp -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/http/pwp/pwp1.pwp -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/http/pwp/pwp2.pwp -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/http/pwp/pwp3.pwp -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/http/pwp/pwp4.pwp -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/http/pwp/pwp5.pwp -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/http/pwp/pwp6.pwp -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/http/pwp/pwp7.pwp -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/http/pwp/pwp8.pwp -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/http/pwp/pwpdb.pl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/meld/graph0.meld -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/meld/graph1.meld -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/meld/graph2.meld -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/meld/graph3.meld -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/meld/maxtemp.meld -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/meld/pagerank.meld -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/minisat/adder.pl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/minisat/pearl_examples.pl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/pldoc/README -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/pldoc/man_server.pl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/plunit/read.pl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/plunit/simple.pl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/README -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/alarm.psm -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/alarm.psm.out -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/bloodABO.psm -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/bloodAaBb.psm -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/bloodtype.dat -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/dcoin.psm -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/direction.psm -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/hmm.psm -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/jtree/README -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/jtree/asia.psm -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/jtree/jasia.psm -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/jtree/jasia_a.psm -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/noisy_or/README -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/noisy_or/alarm_nor_basic.psm -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/noisy_or/alarm_nor_generic.psm -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/noisy_or/noisy_or.psm -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/pdcg.psm -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/pdcg_c.psm -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/phmm.dat -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/phmm.psm -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/plc.dat -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/plc.psm -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/plc.psm.out -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/sbn.psm -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/votes.psm -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/problog/aProbLog_examples.pl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/problog/alarm.pl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/problog/graph.pl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/problog/graph_tabled.pl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/problog/learn_graph.pl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/problog/office.pl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/problog/viralmarketing.pl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/problog/viralmarketing_tabled.pl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/xml/bib.xml -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/xml/books.xml -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/xml/misc.pl -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/xml/prices.xml -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/xml/q1.xml -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/xml/q10.xml -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/xml/q11.xml -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/xml/q12.xml -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/xml/q2.xml -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/xml/q3.xml -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/xml/q4.xml -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/xml/q5.xml -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/xml/q6.xml -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/xml/q7.xml -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/xml/q8.xml -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/xml/q9.xml -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/xml/reviews.xml -%%PORTDOCS%%%%DOCSDIR%%/packages/examples/xml/xml_example.pl -%%PORTDOCS%%%%DOCSDIR%%/packages/problog/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/yap.html -%%PORTDOCS%%%%DOCSDIR%%/yap.pdf diff --git a/lang/yap/Makefile b/lang/yap/Makefile deleted file mode 100644 index a2b5e6d93d52..000000000000 --- a/lang/yap/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# Created by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> -# $FreeBSD$ - -PORTNAME= yap -PORTVERSION= 6.2.2 -PORTREVISION= 9 -CATEGORIES= lang -MASTER_SITES= http://www.dcc.fc.up.pt/~vsc/Yap/ - -MAINTAINER= danilo@FreeBSD.org -COMMENT= High-performance Prolog compiler - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LIB_DEPENDS= libgmp.so:math/gmp - -PORTSCOUT= limit:^6\.2\. -CONFLICTS= yap-6.3.* - -OPTIONS_DEFINE= DOCS - -DOCS_USE= TEX=formats:build,dvipsk:build -DOCS_BUILD_DEPENDS= ${LOCALBASE}/bin/texi2html:textproc/texi2html \ - ${LOCALBASE}/bin/texi2pdf:print/texinfo -DOCS_INSTALL_TARGET= install install_docs - -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-max-performance \ - --disable-myddas -USES= gmake localbase readline - -DOCSDIR= ${PREFIX}/share/doc/Yap -DATADIR= ${PREFIX}/share/Yap - -post-build-DOCS-off: - # prevent the instalation of three docs files - ${REINPLACE_CMD} -e '559,562d' ${WRKSRC}/Makefile - -.include <bsd.port.mk> diff --git a/lang/yap/distinfo b/lang/yap/distinfo deleted file mode 100644 index c7019045ef67..000000000000 --- a/lang/yap/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (yap-6.2.2.tar.gz) = f15f8382104443319a5883eafce5f52f4143b526c7f1cd88d19c1f63fc06d750 -SIZE (yap-6.2.2.tar.gz) = 5499811 diff --git a/lang/yap/files/patch-Makefile.in b/lang/yap/files/patch-Makefile.in deleted file mode 100644 index 8fdd7dfb7ac4..000000000000 --- a/lang/yap/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig 2015-07-23 15:33:43 UTC -+++ Makefile.in -@@ -94,7 +94,7 @@ SO=@SO@ - MAKEINFO=makeinfo - TEXI2DVI=texi2dvi - TEXI2HTML=texi2html --TEXI2PDF=texi2pdf -+TEXI2PDF=texi2pdf -b - YAPLIB=@YAPLIB@ - SONAMEFLAG=@SONAMEFLAG@ - -@@ -776,7 +776,7 @@ yap.ps: $(YAPDOCS) - pdf: yap.pdf - - yap.pdf: $(YAPDOCS) -- $(TEXI2PDF) $(srcdir)/docs/yap.tex -+ -$(TEXI2PDF) $(srcdir)/docs/yap.tex - - clean_docs: - rm -f *.aux *.ca *.cas *.cn *.cns *.cp *.cps *.cy *.cys *.dvi *.fn *.fns *.ky *.log *.sa *.sas *.sn *.sns *.sy *.sys *~ *.tp *.vr *.toc *.pg diff --git a/lang/yap/files/patch-configure b/lang/yap/files/patch-configure deleted file mode 100644 index 8eb01ee400ed..000000000000 --- a/lang/yap/files/patch-configure +++ /dev/null @@ -1,31 +0,0 @@ -https://sourceforge.net/p/yap/yap-6.3/ci/139f64a45900 -https://sourceforge.net/p/yap/yap-6.3/ci/da61f1c31fed - ---- configure.orig 2011-10-23 22:11:24 UTC -+++ configure -@@ -4397,13 +4397,9 @@ then - C_PARSER_FLAGS="-O3 -Wall -Wstrict-prototypes -Wmissing-prototypes $CFLAGS" - CFLAGS="-O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes $CFLAGS" - case "`$CC --version < /dev/null`" in -- *3.4*) CFLAGS="-fno-gcse -fno-crossjumping $CFLAGS" ;; -+ gcc-3.4*) CFLAGS="-fno-gcse -fno-crossjumping $CFLAGS" ;; - esac - case "$target_cpu" in -- i*86*) -- CFLAGS="-DBP_FREE $CFLAGS" -- CXXFLAGS="-DBP_FREE $CXXFLAGS" -- ;; - sparc*) - case "$target_os" in - *solaris2-9*) CFLAGS="-mno-app-regs -DOPTIMISE_ALL_REGS_FOR_SPARC=1 $CFLAGS" -@@ -4433,10 +4429,6 @@ then - i486*) - CFLAGS="-march=i486 $CFLAGS" - CXXFLAGS="-march=i486 $CXXFLAGS" -- ;; -- i386*) -- CFLAGS="-march=i386 $CFLAGS" -- CXXFLAGS="-march=i386 $CXXFLAGS" - ;; - esac - fi diff --git a/lang/yap/files/patch-library__dialect__swi__fli__blobs.c b/lang/yap/files/patch-library__dialect__swi__fli__blobs.c deleted file mode 100644 index b00f15a2f728..000000000000 --- a/lang/yap/files/patch-library__dialect__swi__fli__blobs.c +++ /dev/null @@ -1,10 +0,0 @@ ---- ./library/dialect/swi/fli/blobs.c.orig 2010-12-02 09:47:28.000000000 -0200 -+++ ./library/dialect/swi/fli/blobs.c 2013-11-02 21:10:56.000000000 -0200 -@@ -18,6 +18,7 @@ - #include <Yap.h> - #include <Yatom.h> - -+#include <stdio.h> - #include <string.h> - - #include <SWI-Prolog.h> diff --git a/lang/yap/files/patch-packages_swi-minisat2_C_SolverTypes.h b/lang/yap/files/patch-packages_swi-minisat2_C_SolverTypes.h deleted file mode 100644 index 1d6f5f1f79fc..000000000000 --- a/lang/yap/files/patch-packages_swi-minisat2_C_SolverTypes.h +++ /dev/null @@ -1,31 +0,0 @@ -https://sourceforge.net/p/yap/yap-6.3/ci/e938c1774890 -https://sourceforge.net/p/yap/yap-6.3/ci/6d2e2597b183 - ---- packages/swi-minisat2/C/SolverTypes.h.orig 2010-10-18 08:48:21 UTC -+++ packages/swi-minisat2/C/SolverTypes.h -@@ -119,11 +119,7 @@ public: - - // -- use this function instead: - template<class V> -- friend Clause* Clause_new(const V& ps, bool learnt = false) { -- assert(sizeof(Lit) == sizeof(uint32_t)); -- assert(sizeof(float) == sizeof(uint32_t)); -- void* mem = malloc(sizeof(Clause) + sizeof(uint32_t)*(ps.size())); -- return new (mem) Clause(ps, learnt); } -+ friend Clause* Clause_new(const V& ps, bool learnt); - - int size () const { return size_etc >> 3; } - void shrink (int i) { assert(i <= size()); size_etc = (((size_etc >> 3) - i) << 3) | (size_etc & 7); } -@@ -147,6 +143,12 @@ public: - }; - - -+template<class V> -+Clause* Clause_new(const V& ps, bool learnt) { -+ assert(sizeof(Lit) == sizeof(uint32_t)); -+ assert(sizeof(float) == sizeof(uint32_t)); -+ void* mem = malloc(sizeof(Clause) + sizeof(uint32_t)*(ps.size())); -+ return new (mem) Clause(ps, learnt); } - /*_________________________________________________________________________________________________ - | - | subsumes : (other : const Clause&) -> Lit diff --git a/lang/yap/pkg-descr b/lang/yap/pkg-descr deleted file mode 100644 index e7c1308bda06..000000000000 --- a/lang/yap/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -YAP is a high-performance Prolog compiler developed at -LIACC/Universidade do Porto and at COPPE Sistemas/UFRJ. Its Prolog -engine is based in the WAM (Warren Abstract Machine), with several -optimizations for better performance. YAP follows the Edinburgh -tradition, and is largely compatible with the ISO-Prolog standard and -with Quintus and SICStus Prolog. - -WWW: http://www.dcc.fc.up.pt/~vsc/Yap/ diff --git a/lang/yap/pkg-plist b/lang/yap/pkg-plist deleted file mode 100644 index e43f78085439..000000000000 --- a/lang/yap/pkg-plist +++ /dev/null @@ -1,476 +0,0 @@ -bin/yap -include/Yap/TermExt.h -include/Yap/Atoms.h -include/Yap/Tags_32bits.h -include/Yap/Tags_32Ops.h -include/Yap/Tags_32LowTag.h -include/Yap/Tags_64bits.h -include/Yap/Tags_24bits.h -include/Yap/sshift.h -include/Yap/Yap.h -include/Yap/Yatom.h -include/Yap/YapHeap.h -include/Yap/Regs.h -include/Yap/Yapproto.h -include/Yap/absmi.h -include/Yap/alloc.h -include/Yap/amidefs.h -include/Yap/amiops.h -include/Yap/arrays.h -include/Yap/arith2.h -include/Yap/attvar.h -include/Yap/clause.h -include/Yap/compile.h -include/Yap/corout.h -include/Yap/dlmalloc.h -include/Yap/dglobals.h -include/Yap/dhstruct.h -include/Yap/eval.h -include/Yap/heapgc.h -include/Yap/hglobals.h -include/Yap/hstruct.h -include/Yap/iglobals.h -include/Yap/ihstruct.h -include/Yap/index.h -include/Yap/iopreds.h -include/Yap/iswiatoms.h -include/Yap/rclause.h -include/Yap/rglobals.h -include/Yap/rheap.h -include/Yap/rhstruct.h -include/Yap/threads.h -include/Yap/tracer.h -include/Yap/trim_trail.h -include/Yap/yapio.h -include/Yap/eam.h -include/Yap/eamamasm.h -include/Yap/opt.config.h -include/Yap/opt.proto.h -include/Yap/opt.structs.h -include/Yap/opt.macros.h -include/Yap/cut_c.h -include/Yap/or.macros.h -include/Yap/or.sbaamiops.h -include/Yap/or.sbaunify.h -include/Yap/tab.structs.h -include/Yap/locks_x86.h -include/Yap/locks_sparc.h -include/Yap/locks_mips.h -include/Yap/locks_mips_funcs.h -include/Yap/locks_alpha.h -include/Yap/locks_alpha_funcs.h -include/Yap/locks_pthread.h -include/Yap/iatoms.h -include/Yap/ratoms.h -include/Yap/tatoms.h -include/Yap/swi.h -include/Yap/myddas.h -include/Yap/myddas_structs.h -include/Yap/myddas_statistics.h -include/Yap/myddas_statistics_structs.h -include/Yap/myddas_wkb.h -include/Yap/myddas_wkb2prolog.h -include/Yap/c_interface.h -include/Yap/clause_list.h -include/Yap/dswiatoms.h -include/Yap/udi.h -include/Yap/rtree_udi.h -include/Yap/yap_structs.h -include/Yap/YapInterface.h -include/Yap/SWI-Prolog.h -include/Yap/SWI-Stream.h -include/Yap/config.h -include/Yap/parms.h -lib/Yap/startup.yss -lib/Yap/libplstream.so -lib/Yap/matrix.so -lib/Yap/yap_random.so -lib/Yap/regexp.so -lib/Yap/yap_rl.so -lib/Yap/sys.so -lib/Yap/tries.so -lib/Yap/itries.so -lib/Yap/unix.so -lib/Yap/random.so -lib/Yap/socket.so -lib/Yap/cgi.so -lib/Yap/memfile.so -lib/Yap/files.so -lib/Yap/mime.so -lib/Yap/crypt.so -lib/Yap/time.so -lib/Yap/readutil.so -lib/Yap/streaminfo.so -lib/Yap/process.so -lib/Yap/sha4pl.so -lib/Yap/uri.so -lib/Yap/http_stream.so -lib/Yap/json.so -lib/Yap/sgml2pl.so -lib/Yap/rdf_db.so -lib/Yap/turtle.so -lib/Yap/pl-tai.so -lib/Yap/zlib4pl.so -lib/Yap/pl-minisat.so -lib/libYap.a -lib/web/css/dirindex.css -lib/web/css/openid.css -%%PORTDOCS%%%%DOCSDIR%%/Artistic -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/yap.html -%%PORTDOCS%%%%DOCSDIR%%/yap.pdf -%%PORTDOCS%%%%DOCSDIR%%/changes4.3.html -%%PORTDOCS%%%%DOCSDIR%%/changes-5.0.html -%%PORTDOCS%%%%DOCSDIR%%/changes-5.1.html -%%PORTDOCS%%%%DOCSDIR%%/changes-6.0.html -%%DATADIR%%/pl/arith.yap -%%DATADIR%%/pl/arrays.yap -%%DATADIR%%/pl/attributes.yap -%%DATADIR%%/pl/boot.yap -%%DATADIR%%/pl/callcount.yap -%%DATADIR%%/pl/checker.yap -%%DATADIR%%/pl/chtypes.yap -%%DATADIR%%/pl/consult.yap -%%DATADIR%%/pl/control.yap -%%DATADIR%%/pl/corout.yap -%%DATADIR%%/pl/debug.yap -%%DATADIR%%/pl/depth_bound.yap -%%DATADIR%%/pl/dialect.yap -%%DATADIR%%/pl/directives.yap -%%DATADIR%%/pl/eam.yap -%%DATADIR%%/pl/eval.yap -%%DATADIR%%/pl/errors.yap -%%DATADIR%%/pl/flags.yap -%%DATADIR%%/pl/grammar.yap -%%DATADIR%%/pl/ground.yap -%%DATADIR%%/pl/hacks.yap -%%DATADIR%%/pl/init.yap -%%DATADIR%%/pl/listing.yap -%%DATADIR%%/pl/udi.yap -%%DATADIR%%/pl/lists.yap -%%DATADIR%%/pl/messages.yap -%%DATADIR%%/pl/load_foreign.yap -%%DATADIR%%/pl/modules.yap -%%DATADIR%%/pl/preds.yap -%%DATADIR%%/pl/profile.yap -%%DATADIR%%/pl/protect.yap -%%DATADIR%%/pl/save.yap -%%DATADIR%%/pl/setof.yap -%%DATADIR%%/pl/signals.yap -%%DATADIR%%/pl/sockets.yap -%%DATADIR%%/pl/sort.yap -%%DATADIR%%/pl/statistics.yap -%%DATADIR%%/pl/strict_iso.yap -%%DATADIR%%/pl/tabling.yap -%%DATADIR%%/pl/threads.yap -%%DATADIR%%/pl/utils.yap -%%DATADIR%%/pl/yapor.yap -%%DATADIR%%/pl/yio.yap -%%DATADIR%%/unix.pl -%%DATADIR%%/random.pl -%%DATADIR%%/socket.pl -%%DATADIR%%/cgi.pl -%%DATADIR%%/memfile.pl -%%DATADIR%%/filesex.pl -%%DATADIR%%/mime.pl -%%DATADIR%%/crypt.pl -%%DATADIR%%/time.pl -%%DATADIR%%/streaminfo.pl -%%DATADIR%%/process.pl -%%DATADIR%%/prolog_server.pl -%%DATADIR%%/sha.pl -%%DATADIR%%/uri.pl -%%DATADIR%%/http/web/icons/back.png -%%DATADIR%%/http/web/icons/c.png -%%DATADIR%%/http/web/icons/compressed.png -%%DATADIR%%/http/web/icons/folder.png -%%DATADIR%%/http/web/icons/generic.png -%%DATADIR%%/http/web/icons/layout.png -%%DATADIR%%/http/web/icons/openid-logo-square.png -%%DATADIR%%/http/web/icons/openid-logo-tiny.png -%%DATADIR%%/http/html_write.pl -%%DATADIR%%/http/http_client.pl -%%DATADIR%%/http/http_header.pl -%%DATADIR%%/http/http_mime_plugin.pl -%%DATADIR%%/http/http_sgml_plugin.pl -%%DATADIR%%/http/mimepack.pl -%%DATADIR%%/http/mimetype.pl -%%DATADIR%%/http/dcg_basics.pl -%%DATADIR%%/http/thread_httpd.pl -%%DATADIR%%/http/xpce_httpd.pl -%%DATADIR%%/http/inetd_httpd.pl -%%DATADIR%%/http/http_wrapper.pl -%%DATADIR%%/http/http_open.pl -%%DATADIR%%/http/http_session.pl -%%DATADIR%%/http/http_error.pl -%%DATADIR%%/http/http_parameters.pl -%%DATADIR%%/http/http_dispatch.pl -%%DATADIR%%/http/http_authenticate.pl -%%DATADIR%%/http/http_stream.pl -%%DATADIR%%/http/http_log.pl -%%DATADIR%%/http/http_path.pl -%%DATADIR%%/http/http_hook.pl -%%DATADIR%%/http/html_head.pl -%%DATADIR%%/http/http_exception.pl -%%DATADIR%%/http/json.pl -%%DATADIR%%/http/http_json.pl -%%DATADIR%%/http/json_convert.pl -%%DATADIR%%/http/http_dirindex.pl -%%DATADIR%%/http/http_server_files.pl -%%DATADIR%%/http/http_pwp.pl -%%DATADIR%%/http/http_host.pl -%%DATADIR%%/http/http_openid.pl -%%DATADIR%%/http/js_write.pl -%%DATADIR%%/http/README -%%DATADIR%%/plunit.pl -%%DATADIR%%/test_wizard.pl -%%DATADIR%%/test_cover.pl -%%DATADIR%%/DTD/HTML4.dcl -%%DATADIR%%/DTD/HTML4.dtd -%%DATADIR%%/DTD/HTML4.soc -%%DATADIR%%/DTD/HTMLlat1.ent -%%DATADIR%%/DTD/HTMLspec.ent -%%DATADIR%%/DTD/HTMLsym.ent -%%DATADIR%%/sgml.pl -%%DATADIR%%/xsdp_types.pl -%%DATADIR%%/iso_639.pl -%%DATADIR%%/sgml_write.pl -%%DATADIR%%/xpath.pl -%%DATADIR%%/pwp.pl -%%DATADIR%%/pltotex.pl -%%DATADIR%%/rdf.pl -%%DATADIR%%/rdf_parser.pl -%%DATADIR%%/rdf_triple.pl -%%DATADIR%%/rewrite.pl -%%DATADIR%%/rdf_ntriples.pl -%%DATADIR%%/rdf_write.pl -%%DATADIR%%/semweb/rdfs.rdfs -%%DATADIR%%/semweb/dc.rdfs -%%DATADIR%%/semweb/eor.rdfs -%%DATADIR%%/semweb/owl.owl -%%DATADIR%%/semweb/rdf_library.ttl -%%DATADIR%%/semweb/rdf_db.pl -%%DATADIR%%/semweb/rdfs.pl -%%DATADIR%%/semweb/rdf_edit.pl -%%DATADIR%%/semweb/rdf_litindex.pl -%%DATADIR%%/semweb/rdf_persistency.pl -%%DATADIR%%/semweb/rdf_turtle.pl -%%DATADIR%%/semweb/rdf_cache.pl -%%DATADIR%%/semweb/rdf_http_plugin.pl -%%DATADIR%%/semweb/rdf_zlib_plugin.pl -%%DATADIR%%/semweb/rdf_portray.pl -%%DATADIR%%/semweb/rdf_compare.pl -%%DATADIR%%/semweb/turtle_base.pl -%%DATADIR%%/semweb/rdf_turtle_write.pl -%%DATADIR%%/semweb/rdf_library.pl -%%DATADIR%%/semweb/sparql_client.pl -%%DATADIR%%/semweb/README -%%DATADIR%%/zlib.pl -%%DATADIR%%/dialect/swi/INDEX.pl -%%DATADIR%%/dialect/swi/listing.pl -%%DATADIR%%/dialect/swi/readutil.pl -%%DATADIR%%/dialect/commons.yap -%%DATADIR%%/dialect/hprolog.yap -%%DATADIR%%/dialect/swi.yap -%%DATADIR%%/INDEX.pl -%%DATADIR%%/apply.yap -%%DATADIR%%/apply_macros.yap -%%DATADIR%%/arg.yap -%%DATADIR%%/assoc.yap -%%DATADIR%%/atts.yap -%%DATADIR%%/autoloader.yap -%%DATADIR%%/avl.yap -%%DATADIR%%/bhash.yap -%%DATADIR%%/charsio.yap -%%DATADIR%%/cleanup.yap -%%DATADIR%%/clpfd.pl -%%DATADIR%%/coinduction.yap -%%DATADIR%%/dbqueues.yap -%%DATADIR%%/dbusage.yap -%%DATADIR%%/dgraphs.yap -%%DATADIR%%/expand_macros.yap -%%DATADIR%%/gensym.yap -%%DATADIR%%/hacks.yap -%%DATADIR%%/heaps.yap -%%DATADIR%%/lambda.pl -%%DATADIR%%/lineutils.yap -%%DATADIR%%/lists.yap -%%DATADIR%%/nb.yap -%%DATADIR%%/ordsets.yap -%%DATADIR%%/maplist.yap -%%DATADIR%%/matlab.yap -%%DATADIR%%/matrix.yap -%%DATADIR%%/prandom.yap -%%DATADIR%%/queues.yap -%%DATADIR%%/random.yap -%%DATADIR%%/r_session.yap -%%DATADIR%%/rbtrees.yap -%%DATADIR%%/readutil.yap -%%DATADIR%%/regexp.yap -%%DATADIR%%/rltree.yap -%%DATADIR%%/splay.yap -%%DATADIR%%/stringutils.yap -%%DATADIR%%/clp/clp_events.pl -%%DATADIR%%/system.yap -%%DATADIR%%/terms.yap -%%DATADIR%%/tries.yap -%%DATADIR%%/itries.yap -%%DATADIR%%/timeout.yap -%%DATADIR%%/trees.yap -%%DATADIR%%/ugraphs.yap -%%DATADIR%%/undgraphs.yap -%%DATADIR%%/varnumbers.yap -%%DATADIR%%/wdgraphs.yap -%%DATADIR%%/wgraphs.yap -%%DATADIR%%/wundgraphs.yap -%%DATADIR%%/lam_mpi.yap -%%DATADIR%%/ypp.yap -%%DATADIR%%/c_alarms.yap -%%DATADIR%%/flags.yap -%%DATADIR%%/block_diagram.yap -%%DATADIR%%/minisat_examples/adder.pl -%%DATADIR%%/minisat_examples/pearl_examples.pl -%%DATADIR%%/cnf.pl -%%DATADIR%%/minisat.pl -%%DATADIR%%/base64.pl -%%DATADIR%%/broadcast.pl -%%DATADIR%%/date.pl -%%DATADIR%%/debug.pl -%%DATADIR%%/maplist.pl -%%DATADIR%%/nb_set.pl -%%DATADIR%%/operators.pl -%%DATADIR%%/option.pl -%%DATADIR%%/prolog_source.pl -%%DATADIR%%/prolog_xref.pl -%%DATADIR%%/quintus.pl -%%DATADIR%%/record.pl -%%DATADIR%%/settings.pl -%%DATADIR%%/shlib.pl -%%DATADIR%%/url.pl -%%DATADIR%%/utf8.pl -%%DATADIR%%/aggregate.pl -%%DATADIR%%/ctypes.pl -%%DATADIR%%/error.pl -%%DATADIR%%/occurs.yap -%%DATADIR%%/pairs.pl -%%DATADIR%%/icon_address.pl -%%DATADIR%%/pillow.pl -%%DATADIR%%/clpbn/learning/bnt_parms.yap -%%DATADIR%%/clpbn/learning/em.yap -%%DATADIR%%/clpbn/learning/learn_utils.yap -%%DATADIR%%/clpbn/learning/mle.yap -%%DATADIR%%/clpbn/examples/School/README -%%DATADIR%%/clpbn/examples/School/evidence_128.yap -%%DATADIR%%/clpbn/examples/School/schema.yap -%%DATADIR%%/clpbn/examples/School/school_128.yap -%%DATADIR%%/clpbn/examples/School/school_32.yap -%%DATADIR%%/clpbn/examples/School/school_64.yap -%%DATADIR%%/clpbn/examples/School/tables.yap -%%DATADIR%%/clpbn/examples/cg.yap -%%DATADIR%%/clpbn/examples/sprinkler.yap -%%DATADIR%%/clpbn/aggregates.yap -%%DATADIR%%/clpbn/bnt.yap -%%DATADIR%%/clpbn/bp.yap -%%DATADIR%%/clpbn/connected.yap -%%DATADIR%%/clpbn/discrete_utils.yap -%%DATADIR%%/clpbn/display.yap -%%DATADIR%%/clpbn/dists.yap -%%DATADIR%%/clpbn/evidence.yap -%%DATADIR%%/clpbn/gibbs.yap -%%DATADIR%%/clpbn/graphs.yap -%%DATADIR%%/clpbn/graphviz.yap -%%DATADIR%%/clpbn/hmm.yap -%%DATADIR%%/clpbn/jt.yap -%%DATADIR%%/clpbn/matrix_cpt_utils.yap -%%DATADIR%%/clpbn/pgrammar.yap -%%DATADIR%%/clpbn/table.yap -%%DATADIR%%/clpbn/topsort.yap -%%DATADIR%%/clpbn/utils.yap -%%DATADIR%%/clpbn/vel.yap -%%DATADIR%%/clpbn/viterbi.yap -%%DATADIR%%/clpbn/xbif.yap -%%DATADIR%%/clpbn.yap -%%DATADIR%%/problog/extlists.yap -%%DATADIR%%/problog/flags.yap -%%DATADIR%%/problog/gflags.yap -%%DATADIR%%/problog/grounder.yap -%%DATADIR%%/problog/hash_table.yap -%%DATADIR%%/problog/intervals.yap -%%DATADIR%%/problog/logger.yap -%%DATADIR%%/problog/mc_DNF_sampling.yap -%%DATADIR%%/problog/os.yap -%%DATADIR%%/problog/print.yap -%%DATADIR%%/problog/sampling.yap -%%DATADIR%%/problog/tabling.yap -%%DATADIR%%/problog/timer.yap -%%DATADIR%%/problog/ptree.yap -%%DATADIR%%/problog/variable_elimination.yap -%%DATADIR%%/problog/print_learning.yap -%%DATADIR%%/problog/utils_learning.yap -%%DATADIR%%/problog/version_control.yap -%%DATADIR%%/problog/nestedtries.yap -%%DATADIR%%/problog/utils.yap -%%DATADIR%%/problog/bdd.yap -%%DATADIR%%/problog/ad_converter.yap -%%DATADIR%%/problog/termhandling.yap -%%DATADIR%%/problog/completion.yap -%%DATADIR%%/problog/discrete.yap -%%DATADIR%%/problog/variables.yap -%%DATADIR%%/problog_examples/alarm.pl -%%DATADIR%%/problog_examples/graph.pl -%%DATADIR%%/problog_examples/graph_tabled.pl -%%DATADIR%%/problog_examples/learn_graph.pl -%%DATADIR%%/problog_examples/office.pl -%%DATADIR%%/problog_examples/viralmarketing.pl -%%DATADIR%%/problog_examples/aProbLog_examples.pl -%%DATADIR%%/problog_examples/viralmarketing_tabled.pl -%%DATADIR%%/problog.yap -%%DATADIR%%/chr/chr_runtime.pl -%%DATADIR%%/chr/chr_op.pl -%%DATADIR%%/chr/chr_translate.pl -%%DATADIR%%/chr/chr_debug.pl -%%DATADIR%%/chr/chr_messages.pl -%%DATADIR%%/chr/pairlist.pl -%%DATADIR%%/chr/clean_code.pl -%%DATADIR%%/chr/find.pl -%%DATADIR%%/chr/a_star.pl -%%DATADIR%%/chr/binomialheap.pl -%%DATADIR%%/chr/builtins.pl -%%DATADIR%%/chr/chr_hashtable_store.pl -%%DATADIR%%/chr/listmap.pl -%%DATADIR%%/chr/guard_entailment.pl -%%DATADIR%%/chr/chr_compiler_options.pl -%%DATADIR%%/chr/chr_compiler_utility.pl -%%DATADIR%%/chr/chr_compiler_errors.pl -%%DATADIR%%/chr/chr_integertable_store.pl -%%DATADIR%%/chr/README -%%DATADIR%%/problog_lfi.yap -%%DATADIR%%/dtproblog.yap -%%DATADIR%%/aproblog.yap -%%DATADIR%%/problog_learning.yap -%%DATADIR%%/chr.pl -%%DATADIR%%/clpr/bb_r.pl -%%DATADIR%%/clpr/bv_r.pl -%%DATADIR%%/clpr/fourmotz_r.pl -%%DATADIR%%/clpr/ineq_r.pl -%%DATADIR%%/clpr/itf_r.pl -%%DATADIR%%/clpr/nf_r.pl -%%DATADIR%%/clpr/store_r.pl -%%DATADIR%%/clpq/bb_q.pl -%%DATADIR%%/clpq/bv_q.pl -%%DATADIR%%/clpq/fourmotz_q.pl -%%DATADIR%%/clpq/ineq_q.pl -%%DATADIR%%/clpq/itf_q.pl -%%DATADIR%%/clpq/nf_q.pl -%%DATADIR%%/clpq/store_q.pl -%%DATADIR%%/clpqr/class.pl -%%DATADIR%%/clpqr/dump.pl -%%DATADIR%%/clpqr/geler.pl -%%DATADIR%%/clpqr/itf.pl -%%DATADIR%%/clpqr/ordering.pl -%%DATADIR%%/clpqr/project.pl -%%DATADIR%%/clpqr/redund.pl -%%DATADIR%%/clpqr/README -%%DATADIR%%/clpr.pl -%%DATADIR%%/clpq.pl |