7029475 Move gnu-emacs to userland
authorAli Bahrami <Ali.Bahrami@Oracle.COM>
Mon, 11 Apr 2011 15:06:03 -0600
changeset 176 11a04b640bf2
parent 175 5195b4ea17ad
child 177 fd9cb2273c9d
7029475 Move gnu-emacs to userland 6977194 emacs placeholder gives old package names
components/emacs/Makefile
components/emacs/README
components/emacs/augment/disclaimer
components/emacs/augment/emacs
components/emacs/augment/man/man1/emacs-gtk.1
components/emacs/augment/man/man1/emacs-nox.1
components/emacs/augment/man/man1/emacs-x.1
components/emacs/gnu-emacs-gtk.p5m
components/emacs/gnu-emacs-lisp.p5m
components/emacs/gnu-emacs-no-x11.p5m
components/emacs/gnu-emacs-x11.p5m
components/emacs/gnu-emacs.p5m
components/emacs/patches/buffer_menu.patch
components/emacs/patches/dldump.patch
components/emacs/patches/sysmalloc.patch
components/emacs/patches/xft.patch
components/emacs/tools/solman.pl
components/meta-packages/history/SUNWgnu-emacs-el.p5m
components/meta-packages/history/SUNWgnu-emacs-gtk.p5m
components/meta-packages/history/SUNWgnu-emacs-nox.p5m
components/meta-packages/history/SUNWgnu-emacs-x.p5m
components/meta-packages/history/SUNWgnu-emacs.p5m
make-rules/shared-macros.mk
transforms/defaults
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/emacs/Makefile	Mon Apr 11 15:06:03 2011 -0600
@@ -0,0 +1,195 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+include ../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		emacs
+COMPONENT_VERSION=	23.1
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
+COMPONENT_ARCHIVE_HASH=	sha1:5f2d5dfcc17e7627ea752f675c605fe37c9c145c
+COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/emacs/$(COMPONENT_ARCHIVE)
+
+include ../../make-rules/prep.mk
+include ../../make-rules/configure.mk
+include ../../make-rules/ips.mk
+
+# Some of the GNU COPYING (GPL licence) files are delivered to the end
+# user by the emacs packages, so add the disclaimer text to all such
+# files as part of the prep. Copy one of these files into the component
+# directory to serve as emacs.license
+COMPONENT_PREP_ACTION = \
+	for F in `find $(@D) -name COPYING`; do \
+		mv $$F $$F.orig; \
+		cat augment/disclaimer $$F.orig > $$F; \
+	done; \
+	cp $(@D)/COPYING emacs.license
+
+# we build three different variants of emacs for our users. As Solaris
+# always has a 64-bit kernel, and 64-bit emacs can handle larger files,
+# we only build and deliver 64-bit binaries.
+VARIANTS =	nox x gtk
+
+BUILD_64 = $(VARIANTS:%=$(BUILD_DIR)/$(MACH64)-%/.built)
+INSTALL_64 = $(VARIANTS:%=$(BUILD_DIR)/$(MACH64)-%/.installed)
+
+# emacs creates a directory in usr/lib/emacs/$(COMPONENT_VERSION) that
+# contains the platform name. Although the name is platform dependent,
+# the files inside it are the same on all platforms. By adding this
+# to the pkgmogrify macros, we can write our manifests in a portable way.
+EMACS_ULEV_PFX = $(MACH:sparc=sparc-sun)
+EMACS_ULEVDIR =	 $(EMACS_ULEV_PFX:i386=x86_64-pc)-solaris$(SOLARIS_VERSION)
+PKG_MACROS +=	EMACS_ULEVDIR=$(EMACS_ULEVDIR)
+
+# LD_OPTIONS is defined to apply desirable link-editor options to Userland
+# components. Non-executable stack and data break sparc emacs.
+#
+LD_MAP_NOEXSTK.sparc=
+LD_MAP_NOEXDATA.sparc=
+
+# This code is built with gcc. The primary reason for this is that the
+# configure script has problems using a non-GNU cpp. I am not aware of
+# any reason Sun Studio could not be made to work, but simply made a
+# cost/benefit decision not to pursue it at this time
+COMPILER =	gcc
+
+# Uncomment this for debugging only. It configures emacs to run from the
+# local proto instead of from its final installed location.
+#CONFIGURE_PREFIX =	$(PROTO_DIR)/usr
+
+# configure options common to all variants of emacs that we want to build.
+CONFIGURE_OPTIONS +=	CC="gcc -m64"
+CONFIGURE_OPTIONS +=	--infodir=$(CONFIGURE_INFODIR)
+CONFIGURE_OPTIONS +=	--datarootdir=$(CONFIGURE_PREFIX)/share
+CONFIGURE_OPTIONS +=	--libexecdir=$(CONFIGURE_PREFIX)/lib
+CONFIGURE_OPTIONS +=	--with-gif=no
+CONFIGURE_OPTIONS +=	ac_cv_sys_long_file_names=yes
+
+# variant specific configure options
+$(BUILD_DIR)/%-nox/.configured: CONFIGURE_OPTIONS +=	--without-x
+$(BUILD_DIR)/%-x/.configured:    CONFIGURE_OPTIONS +=	--with-x-toolkit=lucid
+$(BUILD_DIR)/%-gtk/.configured:  CONFIGURE_OPTIONS +=	--with-x-toolkit=gtk
+
+# we need to build all variants, but only have to install one in order
+# to get the common files shared by all. We use COMPONENT_POST_INSTALL_ACTION
+# to remove unwanted files, copy the emacs binaries from the other tookit
+# builds into place, and install the additional files we provide.
+#
+# Note that this tweaking is not required, as the proto need not match
+# the packaging. However, doing it this way allows us to examine the proto
+# as a finished and complete product, simplifies debugging emacs, and
+# facilitates the use of 'gmake sample-manifest'.
+PBIN=		$(PROTO_DIR)/usr/bin
+PETC=		$(PROTO_DIR)/usr/share/emacs/$(COMPONENT_VERSION)/etc
+PGBIN=		$(PROTO_DIR)/usr/gnu/bin
+PGSHAREMAN1=	$(PROTO_DIR)/usr/gnu/share/man/man1
+PSHAREMAN1=	$(PROTO_DIR)/usr/share/man/man1
+PVAR=		$(PROTO_DIR)/var
+
+# Remove emacs existing emacs executables/script from usr/bin
+COMPONENT_POST_INSTALL_ACTION += rm -f $(PBIN)/emacs $(PBIN)/emacs-* ;
+
+# GTK binaries
+COMPONENT_POST_INSTALL_ACTION += cp $(BUILD_DIR)/$(MACH64)-gtk/src/emacs \
+					$(PBIN)/emacs-gtk ;
+COMPONENT_POST_INSTALL_ACTION += ln $(PBIN)/emacs-gtk \
+					$(PBIN)/emacs-gtk-$(COMPONENT_VERSION) ;
+
+# Non-X11 binaries
+COMPONENT_POST_INSTALL_ACTION += cp $(BUILD_DIR)/$(MACH64)-nox/src/emacs \
+					$(PBIN)/emacs-nox ;
+COMPONENT_POST_INSTALL_ACTION += ln $(PBIN)/emacs-nox \
+					$(PBIN)/emacs-nox-$(COMPONENT_VERSION) ;
+
+# X11 (Athena) binaries
+COMPONENT_POST_INSTALL_ACTION += cp $(BUILD_DIR)/$(MACH64)-x/src/emacs \
+					$(PBIN)/emacs-x ;
+COMPONENT_POST_INSTALL_ACTION += ln $(PBIN)/emacs-x \
+					$(PBIN)/emacs-x-$(COMPONENT_VERSION) ;
+
+# Emacs shell script that picks the right variant at runtime
+COMPONENT_POST_INSTALL_ACTION += cp augment/emacs $(PBIN) ;
+COMPONENT_POST_INSTALL_ACTION += chmod +x $(PBIN)/emacs ;
+
+# ctags and etags go in /usr/gnu/bin instead of /usr/bin
+COMPONENT_POST_INSTALL_ACTION += mkdir -p $(PGBIN) ;
+COMPONENT_POST_INSTALL_ACTION += mv $(PBIN)/ctags $(PBIN)/etags $(PGBIN) ;
+
+# We do not install the files under /var/games/emacs. The reason for
+# this is that we do not install update-game-score as setuid, and
+# therefore the game files are not usable. This the same decision made
+# by Debian, among others.
+COMPONENT_POST_INSTALL_ACTION += rm -rf $(PVAR) ;
+
+# Odd thing: The file usr/share/emacs/23.1/etc/DOC-23.1.1 needed by
+# emacs gets installed as usr/share/emacs/23.1/etc/DOC-23.1.2. Correct it.
+COMPONENT_POST_INSTALL_ACTION += mv $(PETC)/DOC-$(COMPONENT_VERSION).2 \
+					$(PETC)/DOC-$(COMPONENT_VERSION).1 ;
+
+# Throw away the manpages that were installed, and generate them again, using
+# sed to bolt on an ATTRIBUTES section. ctags is special in that it simply
+# inlines etags.1, and should not pass through solman.pl.
+SOLMAN=perl tools/solman.pl
+SOLMAN_CORE= $(SOLMAN) editor/gnu-emacs
+MAN_DIST_PCORE= $(SOLMAN_CORE) < $(COMPONENT_SRC)/doc/man/XXX \
+	> $(PSHAREMAN1)/XXX
+
+COMPONENT_POST_INSTALL_ACTION += rm $(PSHAREMAN1)/* ;
+COMPONENT_POST_INSTALL_ACTION += $(MAN_DIST_PCORE:XXX=b2m.1) ;
+COMPONENT_POST_INSTALL_ACTION += $(MAN_DIST_PCORE:XXX=ebrowse.1) ;
+COMPONENT_POST_INSTALL_ACTION += $(MAN_DIST_PCORE:XXX=emacs.1) ;
+COMPONENT_POST_INSTALL_ACTION += $(MAN_DIST_PCORE:XXX=emacsclient.1) ;
+COMPONENT_POST_INSTALL_ACTION += $(MAN_DIST_PCORE:XXX=grep-changelog.1) ;
+COMPONENT_POST_INSTALL_ACTION += $(MAN_DIST_PCORE:XXX=rcs-checkin.1) ;
+
+COMPONENT_POST_INSTALL_ACTION += $(SOLMAN) editor/gnu-emacs/gnu-emacs-gtk \
+	< augment/man/man1/emacs-gtk.1 > $(PSHAREMAN1)/emacs-gtk.1 ;
+COMPONENT_POST_INSTALL_ACTION += $(SOLMAN) editor/gnu-emacs/gnu-emacs-no-x11 \
+	< augment/man/man1/emacs-nox.1 > $(PSHAREMAN1)/emacs-nox.1 ;
+COMPONENT_POST_INSTALL_ACTION += $(SOLMAN) editor/gnu-emacs/gnu-emacs-x11 \
+	< augment/man/man1/emacs-x.1 > $(PSHAREMAN1)/emacs-x.1 ;
+
+COMPONENT_POST_INSTALL_ACTION += mkdir -p $(PGSHAREMAN1) ;
+COMPONENT_POST_INSTALL_ACTION += cp $(COMPONENT_SRC)/doc/man/ctags.1 \
+					$(PGSHAREMAN1)/ctags.1 ;
+COMPONENT_POST_INSTALL_ACTION += $(SOLMAN_CORE) \
+	< $(COMPONENT_SRC)/doc/man/etags.1 > $(PGSHAREMAN1)/etags.1 ;
+
+# Throw away usr/share/info/dir. This file is the topmost node of the Info
+# hierarchy. Emacs builds it, as presumably do all GNU packages, but on
+# Solaris, it is delivered by system/prerequisite/gnu.
+COMPONENT_POST_INSTALL_ACTION += rm $(PROTO_DIR)/usr/share/info/dir ;
+
+
+# common targets
+build:          $(BUILD_64)
+
+install:	$(BUILD_64) $(BUILD_DIR)/$(MACH64)-x/.installed 
+
+CLEAN_PATHS +=	emacs.license
+
+test:
+	@echo "no tests available"
+
+BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
+
+include ../../make-rules/depend.mk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/emacs/README	Mon Apr 11 15:06:03 2011 -0600
@@ -0,0 +1,129 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+NAME:             emacs
+VERSION:          23.1
+DESCRIPTION:      GNU Emacs editor
+LICENSE:          GPLv3
+BUGTRAQ:          solaris/utility/emacs
+COMMENTS:         
+
+This file contains information about the emacs package within the Userland
+consolidation. Along with the comments in the Makefile, it documents any
+deviations from standard Userland or emacs practice, as well as miscellaneous
+information needed to understand how this component is put together.
+
+
+- We patch the following changes to the emacs sources:
+
+	buffer_menu.patch
+	    Fixes an issue with GTK and the Buffers menu where the
+	    menu contents is not updated to show the current buffers
+	    and instead shows a stale list. I based these patches
+	    on the official ones applied to the emacs development branch:
+
+	    http://lists.gnu.org/archive/html/emacs-diffs/2009-09/msg00039.html
+
+	sysmalloc.patch
+	    Use the system malloc instead of the built in one
+
+	dldump.patch
+	    Use the native Solaris dldump() function (emacs/src/unexsol.c)
+	    to produce the dumped emacs, rather than the generic ELF
+	    code (emacs-22.1/src/unexelf.c).
+
+	xft.patch
+	    Patch configure script to provide necessary missing
+	    libraries for the GTK version of emacs.
+
+
+- Emacs can be built as either 32-bit or 64-bit, depending on the target
+  machine. The benefit of a 64-bit emacs is that the size of the files it
+  can handle is not limited to 128MB, as it is with the 32-bit version.
+
+  For Solaris, we used to build both versions, using /usr/lib/isaexec to
+  run the 64-bit version if possible, and the 32-bit version otherwise. Note
+  that this was only done for the emacs binary itself, as there is no
+  technical need for 64-bit versions of the ancillary programs that come
+  with emacs (etags, emacsclient, etc).
+
+  Fortunately, the vast majority of the files in an emacs tree are identical,
+  regardless of the platform and/or word size, which makes this particularly
+  easy to do.
+
+  With Solaris 11, all kernels are 64-bit, and we therefore do not need
+  the 32-bit executables. As such, we only supply 64-bit emacs binaries now,
+  and the use of usr/lib/isaexec has been removed: This cuts the number of
+  builds necessary in half, and also the binary package size. It also
+  simplifies packaging, and the user's view of /usr/bin/emacs*.
+
+  Note that we're installing a 64-bit objects in /bin, and
+  usr/lib/emacs/$(COMPONENT_VERSION)/$(EMACS_ULEVDIR). pkglint considers
+  these to be a "32-bit path". There is an RFE to suppress lint for specific
+  attributes, but until then, we simply assert that the whole action for
+  those files is linted.
+
+- There are three different toolkit options: None, Athena widgets
+  (aka Xaw, or lucid), and gtk. It would be nice to only support gtk,
+  but for purposes of minimization and user preference, we supply binaries
+  for all three. We follow the Linux model in this regard. The Xaw and no-X
+  versions are quite stable from release to release, so this isn't a large
+  burden.
+
+- We deliver the following packages:
+
+	gnu-emacs - Everything you need to run emacs, except the
+	    emacs binaries.
+
+	gnu-emacs-gtk - Binaries for the X11 version using the GTK toolkit.
+
+	gnu-emacs-no-x11 - Pure tty emacs binaries, built without
+	    any X11 linkage. Ideal for headless server systems.
+
+	gnu-emacs-x11 - Binaries for the X11 version using the Athena
+	    widget (Xaw) toolkit.
+
+	gnu-emacs-lisp - The compressed LISP files for which compiled
+	    versions are delivered by gnu-emacs. These are only needed
+	    for emacs developers and those who like to read source code.
+
+  The core gnu-emacs package is required by all of the other packages.
+  In turn, gnu-emacs requires at least one of the packages supplying an
+  emacs binary to be installed.
+
+- We do not ship any suid/sgid binaries for obvious security reasons.
+
+  We do not install the files under /var/games/emacs. The reason for
+  this is that we do not install update-game-score as setuid, and
+  therefore the game files are not usable. This the same decision made
+  by Debian, among others.
+
+- The depend line in gnu-emacs.p5m is currently commented out, pending
+  the resolution of
+
+	Bug 18043 - renamed packages in an image cause problems
+            with require-any dependencies
+	https://defect.opensolaris.org/bz/show_bug.cgi?id=18043
+
+  This can be reversed once the minimum build system for userland
+  is >= snv_162.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/emacs/augment/disclaimer	Mon Apr 11 15:06:03 2011 -0600
@@ -0,0 +1,8 @@
+For the avoidance of doubt, except that if any license choice other than GPL or
+LGPL is available it will apply instead, Sun elects to use only the General
+Public License version 3 (GPLv3) at this time for any software where a choice of
+GPL license versions is made available with the language indicating that GPLv3
+or any later version may be used, or where a choice of which version of the GPL
+is applied is otherwise unspecified.
+====================================================================
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/emacs/augment/emacs	Mon Apr 11 15:06:03 2011 -0600
@@ -0,0 +1,59 @@
+#!/bin/sh
+#
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+
+# GNU emacs is delivered to Solaris as a core package (pkg:/editor/gnu-emacs)
+# that contains a complete emacs environment, minus the actual emacs
+# binaries. There are multiple binaries, which are optionally
+# installed from separate packages:
+#
+#	emacs-gtk (pkg:/editor/gnu-emacs/gnu-emacs-gtk)
+#		X11 support, using the GTK toolkit.
+#
+#	emacs-x (pkg:/editor/gnu-emacs/gnu-emacs-x11)
+#		X11 support, using the Athena (Xaw) toolkit.
+#
+#	emacs-nox (pkg:/editor/gnu-emacs/gnu-emacs-x11)
+#		Pure tty emacs, without any X Window support.
+#		emacs-nox can run on a system minimized to not include
+#		the X11 libraries.
+#
+# This script is installed as /usr/bin/emacs. It examines the
+# emacs binaries on the system, and runs the "best" version available.
+#
+for EXE in emacs-gtk emacs-x emacs-nox; do
+	if [ -f /usr/bin/$EXE ]; then
+		exec /usr/bin/$EXE "$@"
+	fi
+done
+
+# If we get here, the system has pkg:/editor/gnu-emacs installed without
+# one of the packages that deliver the executables. That's not supposed to
+# happen, because the packages specify dependencies to prevent it, but
+# if it does, issue an appropriate message.
+#
+echo "$0: no emacs binaries available. Install software package pkg:/editor/gnu-emacs/gnu-emacs-gtk, pkg:/editor/gnu-emacs/gnu-emacs-x11, or pkg:/editor/gnu-emacs/gnu-emacs-x11" 1>&2
+
+exit 1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/emacs/augment/man/man1/emacs-gtk.1	Mon Apr 11 15:06:03 2011 -0600
@@ -0,0 +1,51 @@
+.\" Copyright (C) 2008  Free Software Foundation, Inc.
+.\" See section COPYING for conditions for redistribution
+.TH b2m 1 "21jul2008" "GNU Tools" "GNU Tools"
+.de BP
+.sp
+.ti -.2i
+\(**
+..
+
+.SH NAME
+emacs-gtk \- GNU project Emacs (GTK version)
+.SH SYNOPSIS
+.hy 0
+.na
+.B emacs-gtk
+[
+.I command-line switches
+] [
+.I files ...
+]
+.ad b
+.hy 1
+.SH DESCRIPTION
+\|\fBemacs-gtk\fP\| is the version of GNU Emacs built with
+the GTK X Window System widget toolkit. See the \fBemacs\fR(1)
+manpage for additional information on its operation.
+
+.SH "SEE ALSO"
+.BR emacs ( 1 )
+
+.SH COPYING
+Copyright
+.if t \(co
+.if n (c)
+2008  Free Software Foundation, Inc.
+.PP
+Permission is granted to make and distribute verbatim copies of this
+document provided the copyright notice and this permission notice are
+preserved on all copies.
+.PP
+Permission is granted to copy and distribute modified versions of
+this document under the conditions for verbatim copying, provided that
+the entire resulting derived work is distributed under the terms of
+a permission notice identical to this one.
+.PP
+Permission is granted to copy and distribute translations of this
+document into another language, under the above conditions for
+modified versions, except that this permission notice may be stated
+in a translation approved by the Free Software Foundation.
+
+.\" arch-tag: 9534977f-af78-42f0-991d-1df6b6c05573
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/emacs/augment/man/man1/emacs-nox.1	Mon Apr 11 15:06:03 2011 -0600
@@ -0,0 +1,51 @@
+.\" Copyright (C) 2008  Free Software Foundation, Inc.
+.\" See section COPYING for conditions for redistribution
+.TH b2m 1 "21jul2008" "GNU Tools" "GNU Tools"
+.de BP
+.sp
+.ti -.2i
+\(**
+..
+
+.SH NAME
+emacs-nox \- GNU project Emacs (pure tty version)
+.SH SYNOPSIS
+.hy 0
+.na
+.B emacs-nox
+[
+.I command-line switches
+] [
+.I files ...
+]
+.ad b
+.hy 1
+.SH DESCRIPTION
+\|\fBemacs-nox\fP\| is a pure tty version of GNU Emacs, built without
+any X Window System support. See the \fBemacs\fR(1) manpage for
+additional information on its operation.
+
+.SH "SEE ALSO"
+.BR emacs ( 1 )
+
+.SH COPYING
+Copyright
+.if t \(co
+.if n (c)
+2008  Free Software Foundation, Inc.
+.PP
+Permission is granted to make and distribute verbatim copies of this
+document provided the copyright notice and this permission notice are
+preserved on all copies.
+.PP
+Permission is granted to copy and distribute modified versions of
+this document under the conditions for verbatim copying, provided that
+the entire resulting derived work is distributed under the terms of
+a permission notice identical to this one.
+.PP
+Permission is granted to copy and distribute translations of this
+document into another language, under the above conditions for
+modified versions, except that this permission notice may be stated
+in a translation approved by the Free Software Foundation.
+
+.\" arch-tag: 9534977f-af78-42f0-991d-1df6b6c05573
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/emacs/augment/man/man1/emacs-x.1	Mon Apr 11 15:06:03 2011 -0600
@@ -0,0 +1,51 @@
+.\" Copyright (C) 2008  Free Software Foundation, Inc.
+.\" See section COPYING for conditions for redistribution
+.TH b2m 1 "21jul2008" "GNU Tools" "GNU Tools"
+.de BP
+.sp
+.ti -.2i
+\(**
+..
+
+.SH NAME
+emacs-x \- GNU project Emacs (Xaw version)
+.SH SYNOPSIS
+.hy 0
+.na
+.B emacs-x
+[
+.I command-line switches
+] [
+.I files ...
+]
+.ad b
+.hy 1
+.SH DESCRIPTION
+\|\fBemacs-x\fP\| is the version of GNU Emacs built with
+the Athena Xaw (Lucid) X Window System toolkit. See the \fBemacs\fR(1)
+manpage for additional information on its operation.
+
+.SH "SEE ALSO"
+.BR emacs ( 1 )
+
+.SH COPYING
+Copyright
+.if t \(co
+.if n (c)
+2008  Free Software Foundation, Inc.
+.PP
+Permission is granted to make and distribute verbatim copies of this
+document provided the copyright notice and this permission notice are
+preserved on all copies.
+.PP
+Permission is granted to copy and distribute modified versions of
+this document under the conditions for verbatim copying, provided that
+the entire resulting derived work is distributed under the terms of
+a permission notice identical to this one.
+.PP
+Permission is granted to copy and distribute translations of this
+document into another language, under the above conditions for
+modified versions, except that this permission notice may be stated
+in a translation approved by the Free Software Foundation.
+
+.\" arch-tag: 9534977f-af78-42f0-991d-1df6b6c05573
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/emacs/gnu-emacs-gtk.p5m	Mon Apr 11 15:06:03 2011 -0600
@@ -0,0 +1,53 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+set name=pkg.fmri value=pkg:/editor/gnu-emacs/gnu-emacs-gtk@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="GNU emacs with X11 support (GTK toolkit)"
+set name=info.classification value="org.opensolaris.category.2008:Development/Editors"
+set name=info.upstream_url value=http://www.gnu.org/software/emacs/
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+license emacs.license license="GPLv3"
+
+legacy pkg=SUNWgnu-emacs-gtk \
+	name="GNU emacs with X11 support (GTK toolkit)" \
+	desc="GNU emacs with X11 support (GTK toolkit)"
+
+dir path=usr
+dir path=usr/bin
+dir path=usr/share
+dir path=usr/share/man
+dir path=usr/share/man/man1
+
+file path=usr/bin/emacs-gtk			pkg.linted=True
+hardlink path=usr/bin/emacs-gtk-$(COMPONENT_VERSION) target=emacs-gtk
+file path=usr/share/man/man1/emacs-gtk.1
+
+
+# This package requires the emacs core package to be installed. To help
+# pkgdepend find that relationship without hardwiring an fmri, specify
+# a dependency on a file known to always be present in the core package,
+# and allow pkgdepend to generate the fmri.
+depend fmri=__TBD pkg.debug.depend.file=usr/bin/emacs \
+	pkg.debug.reason=usr/bin/emacs-gtk type=require 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/emacs/gnu-emacs-lisp.p5m	Mon Apr 11 15:06:03 2011 -0600
@@ -0,0 +1,1195 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+set name=pkg.fmri value=pkg:/editor/gnu-emacs/gnu-emacs-lisp@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="GNU emacs LISP (.el) files"
+set name=pkg.description value="GNU emacs LISP (.el) files not accessed in normal use but necessary for emacs development"
+set name=info.classification value="org.opensolaris.category.2008:Development/Editors"
+set name=info.upstream_url value=http://www.gnu.org/software/emacs/
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+license emacs.license license="GPLv3"
+
+legacy pkg=SUNWgnu-emacs-el \
+	name="GNU emacs LISP (.el) files" \
+	desc="GNU emacs LISP (.el) files not accessed in normal use but necessary for emacs development"
+
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/leim
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/leim/ja-dic
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url
+
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/ja-dic/ja-dic.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/4Corner.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/ARRAY30.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/CCDOSPY.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/CTLau-b5.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/CTLau.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/ECDICT.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/ETZY.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/PY-b5.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/PY.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/Punct-b5.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/Punct.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/QJ-b5.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/QJ.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/SW.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/TONEPY.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/ZIRANMA.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/ZOZY.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/arabic.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/croatian.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/cyril-jis.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/cyrillic.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/czech.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/ethiopic.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/georgian.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/greek.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/hangul.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/hanja-jis.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/hanja.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/hanja3.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/hebrew.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/indian.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/ipa.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/japanese.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/lao.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/latin-alt.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/latin-ltx.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/latin-post.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/latin-pre.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/lrt.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/py-punct.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/pypunct-b5.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/quick-b5.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/quick-cns.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/rfc1345.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/sgml-input.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/sisheng.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/slovak.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/symbol-ksc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/thai.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/tibetan.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/tsang-b5.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/tsang-cns.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/uni-input.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/viqr.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/vntelex.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/welsh.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/abbrev.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/abbrevlist.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/add-log.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/align.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/allout.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ansi-color.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/apropos.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/arc-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/array.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/autoarg.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/autoinsert.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/autorevert.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/avoid.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/battery.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/bindings.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/bookmark.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/bs.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/buff-menu.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/button.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-aent.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-alg.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-arith.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-bin.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-comb.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-cplx.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-embed.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-ext.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-fin.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-forms.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-frac.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-funcs.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-graph.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-help.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-incom.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-keypd.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-lang.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-macs.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-map.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-math.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-menu.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-misc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-mtx.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-nlfit.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-poly.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-prog.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-rewr.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-rules.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-sel.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-stat.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-store.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-stuff.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-trail.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-undo.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-units.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-vec.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-yank.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calcalg2.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calcalg3.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calccomp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calcsel2.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calculator.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/appt.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-bahai.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-china.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-coptic.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-dst.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-french.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-hebrew.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-html.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-islam.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-iso.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-julian.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-mayan.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-menu.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-move.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-persia.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-tex.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-x.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/calendar.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/diary-lib.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/holidays.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/icalendar.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/lunar.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/parse-time.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/solar.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/time-date.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/timeclock.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/todo-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/case-table.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/cdl.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/chistory.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/cmuscheme.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/comint.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/compare-w.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/complete.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/completion.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/composite.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/cus-dep.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/cus-edit.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/cus-face.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/cus-start.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/cus-theme.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/custom.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/cvs-status.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/dabbrev.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/delim-col.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/delsel.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/descr-text.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/desktop.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/dframe.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/diff-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/diff.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/dired-aux.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/dired-x.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/dired.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/dirtrack.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/disp-table.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/dnd.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/doc-view.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/dos-fns.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/dos-vars.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/dos-w32.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/double.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ebuff-menu.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/echistory.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ediff-diff.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ediff-help.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ediff-hook.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ediff-init.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ediff-merg.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ediff-mult.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ediff-ptch.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ediff-util.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ediff-vers.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ediff-wind.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ediff.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/edmacro.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ehelp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/electric.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/elide-head.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/advice.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/assoc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/authors.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/autoload.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/avl-tree.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/backquote.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/benchmark.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/bindat.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/byte-opt.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/byte-run.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/bytecomp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/check-declare.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/checkdoc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/cl-compat.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/cl-extra.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/cl-indent.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/cl-macs.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/cl-seq.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/cl.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/copyright.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/crm.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/cust-print.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/debug.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/derived.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/disass.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/easy-mmode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/easymenu.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/edebug.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/eldoc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/elint.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/elp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/ewoc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/find-func.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/find-gc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/float-sup.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/generic.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/gulp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/helper.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/levents.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/lisp-mnt.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/lisp-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/lisp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/lmenu.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/lucid.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/macroexp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/map-ynp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/pp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/re-builder.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/regexp-opt.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/regi.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/ring.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/rx.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/shadow.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/sregex.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/syntax.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/tcover-ses.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/tcover-unsafep.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/testcover.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/timer.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/tq.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/trace.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/unsafep.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/warnings.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lock.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emerge.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/crisp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/cua-base.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/cua-gmrk.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/cua-rect.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/edt-lk201.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/edt-mapper.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/edt-pc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/edt-vt100.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/edt.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/keypad.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/pc-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/pc-select.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/tpu-edt.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/tpu-extras.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/tpu-mapper.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/vi.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/vip.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/viper-cmd.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/viper-ex.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/viper-init.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/viper-keym.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/viper-macs.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/viper-mous.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/viper-util.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/viper.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/ws-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/env.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/epa-dired.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/epa-file.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/epa-hook.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/epa-mail.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/epa.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/epg-config.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/epg.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-autoaway.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-backend.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-button.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-capab.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-compat.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-dcc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-ezbounce.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-fill.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-goodies.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-hecomplete.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-ibuffer.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-identd.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-imenu.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-join.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-lang.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-list.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-log.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-match.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-menu.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-netsplit.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-networks.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-notify.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-page.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-pcomplete.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-replace.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-ring.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-services.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-sound.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-speedbar.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-spelling.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-stamp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-track.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-truncate.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-xdcc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-alias.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-banner.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-basic.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-cmpl.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-dirs.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-glob.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-hist.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-ls.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-pred.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-prompt.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-rebind.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-script.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-smart.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-term.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-unix.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-xtra.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/esh-arg.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/esh-cmd.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/esh-ext.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/esh-io.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/esh-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/esh-module.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/esh-opt.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/esh-proc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/esh-test.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/esh-util.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/esh-var.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/eshell.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/expand.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ezimage.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/face-remap.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/facemenu.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/faces.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ffap.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/filecache.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/files.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/filesets.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/find-cmd.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/find-dired.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/find-file.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/find-lisp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/finder.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/flow-ctrl.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/foldout.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/follow.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/font-core.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/font-lock.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/format-spec.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/format.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/forms.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/frame.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/fringe.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/generic-x.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/auth-source.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/canlock.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/compface.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/deuglify.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/earcon.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/ecomplete.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/flow-fill.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gmm-utils.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-agent.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-art.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-async.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-audio.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-bcklg.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-bookmark.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-cache.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-cite.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-cus.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-delay.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-demon.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-diary.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-dired.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-draft.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-dup.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-eform.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-ems.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-fun.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-group.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-int.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-kill.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-logic.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-mh.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-ml.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-mlspl.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-move.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-msg.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-nocem.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-picon.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-range.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-registry.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-salt.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-score.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-setup.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-sieve.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-soup.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-spec.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-srvr.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-start.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-sum.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-topic.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-undo.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-util.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-uu.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-vm.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-win.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/html2text.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/ietf-drums.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/legacy-gnus-agent.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mail-parse.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mail-prsvr.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mail-source.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mailcap.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/message.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/messcompat.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mm-bodies.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mm-decode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mm-encode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mm-extern.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mm-partial.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mm-url.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mm-util.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mm-uu.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mm-view.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mml-sec.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mml-smime.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mml.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mml1991.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mml2015.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnagent.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnbabyl.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nndb.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nndiary.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nndir.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nndoc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nndraft.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nneething.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnfolder.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nngateway.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnheader.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnimap.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnir.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnkiboze.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnlistserv.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnmail.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnmaildir.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnmairix.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnmbox.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnmh.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnml.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnnil.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnoo.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnrss.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnslashdot.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnsoup.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnspool.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nntp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnultimate.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnvirtual.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnwarchive.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnweb.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnwfm.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/pop3.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/qp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/rfc1843.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/rfc2045.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/rfc2047.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/rfc2104.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/rfc2231.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/score-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/sieve-manage.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/sieve-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/sieve.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/smiley.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/smime.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/spam-report.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/spam-stat.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/spam-wash.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/spam.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/starttls.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/utf7.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/webmail.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/yenc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gs.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/help-at-pt.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/help-fns.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/help-macro.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/help-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/help.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/hex-util.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/hexl.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/hi-lock.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/hilit-chg.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/hippie-exp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/hl-line.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ibuf-ext.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ibuf-macs.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ibuffer.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/icomplete.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ido.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ielm.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/iimage.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/image-dired.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/image-file.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/image-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/image.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/imenu.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/indent.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/info-look.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/info-xref.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/info.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/informat.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/ccl.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/characters.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/encoded-kb.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/fontset.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/isearch-x.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/iso-ascii.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/iso-cvt.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/iso-transl.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/ja-dic-cnv.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/ja-dic-utl.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/kinsoku.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/kkc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/latexenc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/latin1-disp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/mule-cmds.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/mule-diag.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/mule-util.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/mule.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/ogonek.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/quail.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/robin.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/titdic-cnv.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/utf-7.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/isearch.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/isearchb.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/iswitchb.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/jit-lock.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/jka-cmpr-hook.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/jka-compr.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/json.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/kermit.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/kmacro.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/china-util.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/chinese.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/cyril-util.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/cyrillic.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/ethio-util.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/ethiopic.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/european.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/hanja-util.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/ind-util.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/indian.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/japan-util.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/korea-util.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/lao-util.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/thai-util.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/thai-word.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/tibet-util.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/tibetan.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/tv-util.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/viet-util.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/vietnamese.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ledit.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/linum.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/loadhist.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/locate.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/log-edit.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/log-view.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/longlines.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/lpr.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ls-lisp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/macros.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/binhex.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/emacsbug.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/feedmail.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/footnote.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/hashcash.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/mail-extr.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/mail-hist.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/mail-utils.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/mailabbrev.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/mailalias.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/mailclient.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/mailheader.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/mailpost.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/metamail.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/mspools.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/reporter.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/rfc2368.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/rfc822.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/rmail-spam-filter.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/rmail.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/rmailedit.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/rmailkwd.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/rmailmm.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/rmailmsc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/rmailout.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/rmailsort.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/rmailsum.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/sendmail.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/smtpmail.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/supercite.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/uce.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/undigest.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/unrmail.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/uudecode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/makesum.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/man.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/master.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mb-depth.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/md4.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/menu-bar.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-alias.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-buffers.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-comp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-e.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-folder.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-funcs.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-identity.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-inc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-junk.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-letter.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-limit.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-mime.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-print.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-scan.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-search.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-seq.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-show.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-speed.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-thread.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-tool-bar.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-utils.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-xface.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/midnight.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/minibuf-eldef.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/minibuffer.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/misc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/misearch.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mouse-copy.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mouse-drag.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mouse-sel.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mouse.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/msb.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mwheel.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/ange-ftp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/browse-url.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/dbus.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/dig.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/dns.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/eudc-bob.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/eudc-export.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/eudc-hotlist.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/eudc-vars.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/eudc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/eudcb-bbdb.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/eudcb-ldap.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/eudcb-mab.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/eudcb-ph.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/goto-addr.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/hmac-def.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/hmac-md5.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/imap.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/ldap.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/mairix.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/net-utils.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/netrc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/newst-backend.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/newst-plainview.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/newst-reader.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/newst-ticker.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/newst-treeview.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/newsticker.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/ntlm.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/quickurl.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/rcirc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/rcompile.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/rlogin.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/sasl-cram.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/sasl-digest.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/sasl-ntlm.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/sasl.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/snmp-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/socks.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/telnet.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/tls.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/tramp-cache.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/tramp-cmds.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/tramp-compat.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/tramp-fish.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/tramp-ftp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/tramp-gw.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/tramp-smb.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/tramp-uu.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/tramp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/trampver.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/webjump.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/xesam.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/zeroconf.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/newcomment.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/novice.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/nxml-enc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/nxml-glyph.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/nxml-maint.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/nxml-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/nxml-ns.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/nxml-outln.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/nxml-parse.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/nxml-rap.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/nxml-uchnm.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/nxml-util.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/rng-cmpct.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/rng-dt.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/rng-loc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/rng-maint.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/rng-match.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/rng-nxml.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/rng-parse.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/rng-pttrn.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/rng-uri.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/rng-util.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/rng-valid.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/rng-xsd.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/xmltok.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/xsd-regexp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/awk-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/fast-lock.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/iso-acc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/iso-insert.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/iso-swed.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/lazy-lock.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/old-whitespace.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/options.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/resume.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/rnews.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/rnewspost.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/sc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/scribe.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/swedish.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/vc-mcvs.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/x-menu.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-agenda.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-archive.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-attach.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-bbdb.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-bibtex.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-clock.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-colview.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-compat.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-exp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-export-latex.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-faces.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-footnote.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-gnus.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-id.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-info.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-install.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-irc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-jsinfo.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-list.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-mac-message.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-macs.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-mew.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-mhe.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-mouse.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-plot.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-publish.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-remember.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-rmail.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-table.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-timer.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-vm.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-w3m.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-wl.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/outline.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/paren.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/password-cache.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pcmpl-cvs.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pcmpl-gnu.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pcmpl-linux.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pcmpl-rpm.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pcmpl-unix.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pcomplete.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pcvs-defs.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pcvs-info.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pcvs-parse.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pcvs-util.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pcvs.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pgg-def.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pgg-gpg.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pgg-parse.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pgg-pgp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pgg-pgp5.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pgg.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/5x5.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/animate.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/blackbox.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/bubbles.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/cookie1.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/decipher.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/dissociate.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/doctor.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/dunnet.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/fortune.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/gamegrid.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/gametree.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/gomoku.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/handwrite.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/hanoi.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/landmark.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/life.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/meese.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/morse.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/mpuz.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/pong.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/snake.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/solitaire.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/spook.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/studly.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/tetris.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/yow.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/zone.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/printing.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/proced.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ada-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ada-prj.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ada-stmt.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ada-xref.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/antlr-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/asm-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/autoconf.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/bug-reference.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cap-words.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-align.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-awk.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-bytecomp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-cmds.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-compat.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-defs.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-engine.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-fonts.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-langs.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-menus.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-styles.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-subword.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-vars.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cfengine.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cmacexp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/compile.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cperl-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cpp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cwarn.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/dcl-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/delphi.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ebnf-abn.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ebnf-bnf.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ebnf-dtd.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ebnf-ebx.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ebnf-iso.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ebnf-otz.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ebnf-yac.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ebnf2ps.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ebrowse.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/etags.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/executable.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/f90.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/flymake.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/fortran.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/gdb-ui.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/glasses.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/grep.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/gud.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/hideif.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/hideshow.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/icon.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/idlw-complete-structtag.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/idlw-help.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/idlw-shell.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/idlw-toolbar.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/idlwave.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/inf-lisp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ld-script.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/m4-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/make-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/mantemp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/meta-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/mixal-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/modula2.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/octave-inf.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/octave-mod.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/pascal.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/perl-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/prolog.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ps-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/python.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ruby-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/scheme.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/sh-script.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/simula.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/sql.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/sym-comp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/tcl.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/vera-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/verilog-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/vhdl-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/which-func.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/xscheme.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ps-bdf.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ps-def.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ps-mule.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ps-print.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ps-samp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/recentf.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/rect.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/register.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/repeat.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/replace.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/reposition.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/reveal.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/rfn-eshadow.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/rot13.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ruler-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/s-region.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/savehist.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/saveplace.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/sb-image.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/scroll-all.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/scroll-bar.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/scroll-lock.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/select.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/server.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ses.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/sha1.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/shadowfile.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/shell.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/simple.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/skeleton.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/smerge-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/sort.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/soundex.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/speedbar.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/startup.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/strokes.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/subr.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/t-mouse.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/tabify.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/talk.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/tar-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/tempo.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/common-win.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/internal.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/ns-win.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/pc-win.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/rxvt.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/sun.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/sup-mouse.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/tty-colors.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/tvi970.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/vt100.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/w32-win.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/w32console.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/x-win.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/xterm.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/terminal.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/artist.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/bib-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/bibtex-style.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/bibtex.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/conf-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/css-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/dns-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/enriched.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/fill.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/flyspell.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/ispell.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/makeinfo.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/nroff-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/page-ext.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/page.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/paragraphs.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/picture.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/po.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/refbib.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/refer.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/refill.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/reftex-auc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/reftex-cite.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/reftex-dcr.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/reftex-global.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/reftex-index.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/reftex-parse.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/reftex-ref.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/reftex-sel.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/reftex-toc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/reftex-vars.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/reftex.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/remember.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/rst.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/sgml-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/spell.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/table.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/tex-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/texinfmt.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/texinfo.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/texnfo-upd.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/text-mode.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/tildify.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/two-column.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/underline.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/thingatpt.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/thumbs.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/time-stamp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/time.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/timezone.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/tmm.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/tool-bar.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/tooltip.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/tree-widget.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/tutorial.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/type-break.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/uniquify.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-about.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-auth.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-cache.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-cid.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-cookie.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-dav.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-dired.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-expand.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-file.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-ftp.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-gw.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-handlers.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-history.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-http.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-imap.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-irc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-ldap.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-mailto.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-methods.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-misc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-news.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-nfs.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-ns.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-parse.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-privacy.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-proxy.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-util.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-vars.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/userlock.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-annotate.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-arch.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-bzr.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-cvs.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-dav.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-dir.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-dispatcher.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-git.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-hg.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-hooks.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-mtn.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-rcs.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-sccs.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-svn.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vcursor.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/view.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vt-control.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vt100-led.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/w32-fns.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/w32-vars.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/wdired.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/whitespace.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/wid-browse.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/wid-edit.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/widget.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/windmove.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/window.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/winner.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/woman.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/x-dnd.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/xml.el.gz
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/xt-mouse.el.gz
+
+
+# This package requires the emacs core package to be installed. To help
+# pkgdepend find that relationship without hardwiring an fmri, specify
+# a dependency on a file known to always be present in the core package,
+# and allow pkgdepend to generate the fmri.
+depend fmri=__TBD pkg.debug.depend.file=usr/bin/emacs \
+    pkg.debug.reason=usr/share/emacs/$(COMPONENT_VERSION)/lisp/abbrev.el.gz \
+    type=require 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/emacs/gnu-emacs-no-x11.p5m	Mon Apr 11 15:06:03 2011 -0600
@@ -0,0 +1,53 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+set name=pkg.fmri value=pkg:/editor/gnu-emacs/gnu-emacs-no-x11@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="GNU emacs without X Window System support"
+set name=info.classification value="org.opensolaris.category.2008:Development/Editors"
+set name=info.upstream_url value=http://www.gnu.org/software/emacs/
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+license emacs.license license="GPLv3"
+
+legacy pkg=SUNWgnu-emacs-nox \
+	name="GNU emacs without X Window System support" \
+	desc="GNU emacs without X Window System support"
+
+dir path=usr
+dir path=usr/bin
+dir path=usr/share
+dir path=usr/share/man
+dir path=usr/share/man/man1
+
+file path=usr/bin/emacs-nox			pkg.linted=True
+hardlink path=usr/bin/emacs-nox-$(COMPONENT_VERSION) target=emacs-nox
+file path=usr/share/man/man1/emacs-nox.1
+
+
+# This package requires the emacs core package to be installed. To help
+# pkgdepend find that relationship without hardwiring an fmri, specify
+# a dependency on a file known to always be present in the core package,
+# and allow pkgdepend to generate the fmri.
+depend fmri=__TBD pkg.debug.depend.file=usr/bin/emacs \
+	pkg.debug.reason=usr/bin/emacs-gtk type=require 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/emacs/gnu-emacs-x11.p5m	Mon Apr 11 15:06:03 2011 -0600
@@ -0,0 +1,53 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+set name=pkg.fmri value=pkg:/editor/gnu-emacs/gnu-emacs-x11@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="GNU emacs with X11 support (Xaw toolkit)"
+set name=info.classification value="org.opensolaris.category.2008:Development/Editors"
+set name=info.upstream_url value=http://www.gnu.org/software/emacs/
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+license emacs.license license="GPLv3"
+
+legacy pkg=SUNWgnu-emacs-x \
+	name="GNU emacs with X11 support (Xaw toolkit)" \
+	desc="GNU emacs with X11 support (Xaw toolkit)"
+
+dir path=usr
+dir path=usr/bin
+dir path=usr/share
+dir path=usr/share/man
+dir path=usr/share/man/man1
+
+file path=usr/bin/emacs-x			pkg.linted=True
+hardlink path=usr/bin/emacs-x-$(COMPONENT_VERSION) target=emacs-x
+file path=usr/share/man/man1/emacs-x.1
+
+
+# This package requires the emacs core package to be installed. To help
+# pkgdepend find that relationship without hardwiring an fmri, specify
+# a dependency on a file known to always be present in the core package,
+# and allow pkgdepend to generate the fmri.
+depend fmri=__TBD pkg.debug.depend.file=usr/bin/emacs \
+	pkg.debug.reason=usr/bin/emacs-gtk type=require 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/emacs/gnu-emacs.p5m	Mon Apr 11 15:06:03 2011 -0600
@@ -0,0 +1,2297 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+set name=pkg.fmri value=pkg:/editor/gnu-emacs@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="GNU emacs core"
+set name=pkg.description value="GNU emacs core, runtime support for the emacs binary packages"
+set name=info.classification value="org.opensolaris.category.2008:Development/Editors"
+set name=info.upstream_url value=http://www.gnu.org/software/emacs/
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+license emacs.license license="GPLv3"
+
+legacy pkg=SUNWgnu-emacs \
+	name="GNU emacs core" \
+	desc="GNU emacs core: All files needed to run emacs except for the program itself. Must be installed with one or more emacs binary package"
+
+dir path=usr
+dir path=usr/bin
+dir path=usr/gnu
+dir path=usr/gnu/bin
+dir path=usr/gnu/share
+dir path=usr/gnu/share/man
+dir path=usr/gnu/share/man/man1
+dir path=usr/lib
+dir path=usr/lib/emacs
+dir path=usr/lib/emacs/$(COMPONENT_VERSION)
+dir path=usr/lib/emacs/$(COMPONENT_VERSION)/$(EMACS_ULEVDIR)
+dir path=usr/share
+dir path=usr/share/applications
+dir path=usr/share/emacs
+dir path=usr/share/emacs/$(COMPONENT_VERSION)
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/e
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/gnus
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/custom
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/hicolor
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/hicolor/128x128
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/hicolor/128x128/apps
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/hicolor/16x16
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/hicolor/16x16/apps
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/hicolor/24x24
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/hicolor/24x24/apps
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/hicolor/32x32
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/hicolor/32x32/apps
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/hicolor/48x48
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/hicolor/48x48/apps
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/hicolor/scalable
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/hicolor/scalable/apps
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/hicolor/scalable/mimetypes
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/grayscale
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/medium
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/default
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/folder
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/etc/tutorials
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/leim
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/leim/ja-dic
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url
+dir path=usr/share/emacs/$(COMPONENT_VERSION)/site-lisp
+dir path=usr/share/emacs/site-lisp
+dir path=usr/share/icons
+dir path=usr/share/icons/hicolor
+dir path=usr/share/icons/hicolor/128x128
+dir path=usr/share/icons/hicolor/128x128/apps
+dir path=usr/share/icons/hicolor/16x16
+dir path=usr/share/icons/hicolor/16x16/apps
+dir path=usr/share/icons/hicolor/24x24
+dir path=usr/share/icons/hicolor/24x24/apps
+dir path=usr/share/icons/hicolor/32x32
+dir path=usr/share/icons/hicolor/32x32/apps
+dir path=usr/share/icons/hicolor/48x48
+dir path=usr/share/icons/hicolor/48x48/apps
+dir path=usr/share/icons/hicolor/scalable
+dir path=usr/share/icons/hicolor/scalable/apps
+dir path=usr/share/icons/hicolor/scalable/mimetypes
+dir path=usr/share/info
+dir path=usr/share/man
+dir path=usr/share/man/man1
+
+file path=usr/bin/b2m					pkg.linted=True
+file path=usr/bin/ebrowse				pkg.linted=True
+file path=usr/bin/emacs
+file path=usr/bin/emacsclient				pkg.linted=True
+file path=usr/bin/grep-changelog
+file path=usr/bin/rcs-checkin
+file path=usr/gnu/bin/ctags				pkg.linted=True
+file path=usr/gnu/bin/etags				pkg.linted=True
+file path=usr/gnu/share/man/man1/ctags.1
+file path=usr/gnu/share/man/man1/etags.1
+file path=usr/lib/emacs/$(COMPONENT_VERSION)/$(EMACS_ULEVDIR)/cvtmail \
+	mode=0555	pkg.linted=True
+file path=usr/lib/emacs/$(COMPONENT_VERSION)/$(EMACS_ULEVDIR)/digest-doc \
+	mode=0555	pkg.linted=True
+file path=usr/lib/emacs/$(COMPONENT_VERSION)/$(EMACS_ULEVDIR)/fakemail \
+	mode=0555	pkg.linted=True
+file path=usr/lib/emacs/$(COMPONENT_VERSION)/$(EMACS_ULEVDIR)/hexl \
+	mode=0555	pkg.linted=True
+file path=usr/lib/emacs/$(COMPONENT_VERSION)/$(EMACS_ULEVDIR)/movemail \
+	mode=0555	pkg.linted=True
+file path=usr/lib/emacs/$(COMPONENT_VERSION)/$(EMACS_ULEVDIR)/profile \
+	mode=0555	pkg.linted=True
+file path=usr/lib/emacs/$(COMPONENT_VERSION)/$(EMACS_ULEVDIR)/rcs2log \
+	mode=0555	pkg.linted=True
+file path=usr/lib/emacs/$(COMPONENT_VERSION)/$(EMACS_ULEVDIR)/sorted-doc \
+	mode=0555	pkg.linted=True
+file path=usr/lib/emacs/$(COMPONENT_VERSION)/$(EMACS_ULEVDIR)/update-game-score \
+	mode=0555	pkg.linted=True
+file path=usr/lib/emacs/$(COMPONENT_VERSION)/$(EMACS_ULEVDIR)/vcdiff \
+	mode=0555	pkg.linted=True
+file path=usr/share/applications/emacs.desktop
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/AUTHORS
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/BABYL
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/CENSORSHIP
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/CONTRIBUTE
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/COOKIES
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/COPYING
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/DEBUG
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/DEVEL.HUMOR
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/DISTRIB
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/DOC-$(COMPONENT_VERSION).1
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/ERC-NEWS
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/ETAGS.EBNF
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/ETAGS.README
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/FTP
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/GNU
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/GNUS-NEWS
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/HELLO
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/INTERVIEW
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/JOKES
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/LINUX-GNU
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/MACHINES
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/MAILINGLISTS
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/MH-E-NEWS
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/MORE.STUFF
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/MOTIVATION
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/NEWS
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/NEWS.1-17
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/NEWS.18
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/NEWS.19
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/NEWS.20
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/NEWS.21
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/NEWS.22
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/NXML-NEWS
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/ORDERS
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/PROBLEMS
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/README
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/SERVICE
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/TERMS
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/THE-GNU-PROJECT
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/TODO
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/WHY-FREE
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/celibacy.1
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/8859-10.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/8859-11.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/8859-13.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/8859-14.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/8859-15.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/8859-16.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/8859-2.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/8859-3.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/8859-4.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/8859-5.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/8859-6.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/8859-7.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/8859-8.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/8859-9.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/ALTERNATIVNYJ.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/BIG5-1.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/BIG5-2.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/BIG5-HKSCS.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/BIG5.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/CNS-1.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/CNS-2.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/CNS-3.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/CNS-4.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/CNS-5.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/CNS-6.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/CNS-7.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/CNS-F.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/CP10007.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/CP1125.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/CP1250.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/CP1251.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/CP1252.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/CP1253.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/CP1254.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/CP1255.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/CP1256.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/CP1257.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/CP1258.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/CP720.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/CP737.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/CP775.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/CP858.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/CP932-2BYTE.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/CP949-2BYTE.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/EBCDICUK.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/EBCDICUS.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/GB180302.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/GB180304.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/GB2312.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/GBK.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/HP-ROMAN8.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM037.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM038.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM1004.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM1026.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM1047.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM256.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM273.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM274.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM275.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM277.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM278.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM280.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM281.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM284.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM285.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM290.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM297.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM420.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM423.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM424.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM437.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM500.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM850.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM851.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM852.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM855.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM856.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM857.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM860.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM861.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM862.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM863.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM864.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM865.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM866.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM868.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM869.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM870.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM871.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM874.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM875.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM880.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM891.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM903.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM904.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM905.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/IBM918.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/JISC6226.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/JISX0201.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/JISX0208.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/JISX0212.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/JISX2131.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/JISX2132.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/JISX213A.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/JOHAB.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/KA-ACADEMY.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/KA-PS.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/KOI-8.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/KOI8-R.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/KOI8-T.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/KOI8-U.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/KSC5601.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/KSC5636.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/MACINTOSH.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/MIK.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/MULE-ethiopic.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/MULE-ipa.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/MULE-is13194.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/MULE-lviscii.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/MULE-sisheng.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/MULE-tibetan.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/MULE-uviscii.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/NEXTSTEP.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/PTCP154.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/README
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/TIS-620.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/VISCII.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/VSCII-2.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/VSCII.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/stdenc.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/charsets/symbol.map
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/compilation.txt
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/condom.1
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/copying.paper
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/e/README
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/e/eterm-color
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/e/eterm-color.ti
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/echo.msg
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/edt-user.doc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/emacs-buffer.gdb
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/emacs.bash
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/emacs.csh
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/emacs.desktop
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/emacs.icon
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/emacs.py
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/emacs2.py
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/emacs3.py
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/enriched.doc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/forms-d2.dat
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/future-bug
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/gnus-tut.txt
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/gnus/gnus-setup.ast
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/gnus/news-server.ast
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/grep.txt
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/README
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/attach.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/attach.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/back-arrow.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/back-arrow.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/bookmark_add.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/bookmark_add.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/cancel.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/cancel.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/close.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/close.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/connect.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/contact.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/contact.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/copy.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/copy.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/custom/README
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/custom/down-pushed.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/custom/down.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/custom/right-pushed.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/custom/right.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/cut.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/cut.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/data-save.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/data-save.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/delete.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/delete.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/describe.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/diropen.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/diropen.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/disconnect.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/exit.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/exit.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/README
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/bits.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/bitsbang.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/box-minus.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/box-plus.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/box.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/checkmark.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/dir-minus.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/dir-plus.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/dir.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/doc-minus.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/doc-plus.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/doc.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/info.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/key.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/label.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/lock.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/mail.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/page-minus.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/page-plus.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/page.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/tag-gt.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/tag-minus.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/tag-plus.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/tag-type.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/tag-v.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/tag.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/ezimage/unlock.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/fwd-arrow.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/fwd-arrow.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/README
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/catchup.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/catchup.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/cu-exit.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/cu-exit.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/describe-group.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/describe-group.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/exit-gnus.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/exit-gnus.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/exit-summ.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/exit-summ.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/followup.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/followup.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/fuwo.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/fuwo.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/get-news.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/get-news.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/gnntg.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/gnntg.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/gnus-pointer.xbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/gnus-pointer.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/gnus.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/gnus.svg
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/gnus.xbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/gnus.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/important.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/kill-group.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/kill-group.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/mail-reply.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/mail-reply.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/mail-send.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/next-ur.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/next-ur.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/post.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/post.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/prev-ur.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/prev-ur.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/preview.xbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/preview.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/receipt.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/reply-wo.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/reply-wo.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/reply.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/reply.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/rot13.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/rot13.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/save-aif.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/save-aif.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/save-art.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/save-art.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/subscribe.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/subscribe.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/toggle-subscription.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/unimportant.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/unsubscribe.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/unsubscribe.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/uu-decode.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/uu-decode.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/uu-post.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gnus/uu-post.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/README
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/break.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/break.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/cont.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/cont.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/down.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/down.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/finish.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/finish.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/go.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/go.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/next.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/next.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/nexti.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/nexti.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/pp.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/pp.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/print.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/print.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/pstar.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/pstar.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/remove.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/remove.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/run.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/run.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/step.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/step.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/stepi.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/stepi.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/stop.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/stop.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/until.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/until.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/up.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/up.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/watch.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/gud/watch.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/help.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/help.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/home.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/home.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/README
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/hicolor/128x128/apps/emacs.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/hicolor/16x16/apps/emacs.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/hicolor/16x16/apps/emacs22.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/hicolor/24x24/apps/emacs.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/hicolor/24x24/apps/emacs22.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/hicolor/32x32/apps/emacs.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/hicolor/32x32/apps/emacs22.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/hicolor/48x48/apps/emacs.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/hicolor/48x48/apps/emacs22.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/hicolor/scalable/apps/emacs.svg
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/icons/hicolor/scalable/mimetypes/emacs-document.svg
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/index.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/index.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/info.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/info.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/jump-to.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/jump-to.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/left-arrow.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/left-arrow.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/letter.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/letter.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/lock-broken.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/lock-ok.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/lock.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color/README
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color/back-arrow.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color/copy.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color/cut.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color/fwd-arrow.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color/help.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color/home.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color/index.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color/jump-to.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color/left-arrow.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color/new.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color/next-node.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color/open.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color/paste.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color/preferences.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color/prev-node.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color/print.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color/right-arrow.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color/save.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color/saveas.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color/search.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color/spell.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color/undo.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color/up-arrow.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/low-color/up-node.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/README
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/compose.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/compose.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/copy.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/flag-for-followup.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/flag-for-followup.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/forward.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/inbox.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/inbox.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/move.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/move.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/not-spam.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/outbox.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/preview.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/repack.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/repack.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/reply-all.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/reply-all.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/reply-from.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/reply-from.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/reply-to.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/reply-to.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/reply.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/reply.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/save-draft.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/save.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/send.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/send.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mail/spam.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/mh-logo.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/new.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/new.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/next-node.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/next-node.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/next-page.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/next-page.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/open.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/open.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/paste.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/paste.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/preferences.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/preferences.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/prev-node.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/prev-node.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/print.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/print.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/redo.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/refresh.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/refresh.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/right-arrow.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/right-arrow.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/save.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/save.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/saveas.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/saveas.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/search-replace.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/search-replace.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/search.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/search.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/separator.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/show.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/show.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/README
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/blink.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/blink.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/braindamaged.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/cry.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/dead.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/evil.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/forced.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/frown.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/frown.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/grayscale/README
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/grayscale/blink.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/grayscale/braindamaged.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/grayscale/cry.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/grayscale/dead.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/grayscale/evil.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/grayscale/forced.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/grayscale/frown.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/grayscale/grin.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/grayscale/indifferent.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/grayscale/reverse-smile.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/grayscale/sad.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/grayscale/smile.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/grayscale/wry.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/grin.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/indifferent.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/medium/README
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/medium/blink.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/medium/braindamaged.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/medium/cry.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/medium/dead.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/medium/evil.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/medium/forced.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/medium/frown.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/medium/grin.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/medium/indifferent.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/medium/reverse-smile.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/medium/sad.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/medium/smile.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/medium/wry.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/sad.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/sad.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/smile.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/smile.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/wry.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/smilies/wry.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/sort-ascending.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/sort-column-ascending.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/sort-criteria.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/sort-descending.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/sort-row-ascending.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/spell.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/spell.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/splash.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/splash.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/splash.svg
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/splash.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/default/README
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/default/close.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/default/close.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/default/empty.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/default/empty.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/default/end-guide.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/default/end-guide.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/default/guide.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/default/guide.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/default/handle.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/default/handle.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/default/leaf.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/default/leaf.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/default/no-guide.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/default/no-guide.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/default/no-handle.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/default/no-handle.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/default/open.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/default/open.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/folder/README
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/folder/close.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/folder/close.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/folder/empty.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/folder/empty.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/folder/end-guide.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/folder/end-guide.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/folder/guide.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/folder/guide.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/folder/handle.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/folder/handle.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/folder/leaf.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/folder/leaf.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/folder/no-guide.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/folder/no-guide.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/folder/no-handle.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/folder/no-handle.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/folder/open.png
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/tree-widget/folder/open.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/undo.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/undo.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/up-arrow.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/up-arrow.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/up-node.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/up-node.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/zoom-in.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/zoom-out.pbm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/images/zoom-out.xpm
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/ms-kermit
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00000-0007F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00080-000FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00100-0017F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00180-0024F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00250-002AF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/002B0-002FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00300-0036F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00370-003FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00400-004FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00500-0052F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00530-0058F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00590-005FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00600-006FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00700-0074F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00780-007BF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00900-0097F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00980-009FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00A00-00A7F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00A80-00AFF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00B00-00B7F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00B80-00BFF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00C00-00C7F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00C80-00CFF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00D00-00D7F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00D80-00DFF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00E00-00E7F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00E80-00EFF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/00F00-00FFF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/01000-0109F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/010A0-010FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/01100-011FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/01200-0137F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/013A0-013FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/01400-0167F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/01680-0169F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/016A0-016FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/01700-0171F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/01720-0173F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/01740-0175F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/01760-0177F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/01780-017FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/01800-018AF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/01E00-01EFF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/01F00-01FFF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/02000-0206F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/02070-0209F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/020A0-020CF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/020D0-020FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/02100-0214F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/02150-0218F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/02190-021FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/02200-022FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/02300-023FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/02400-0243F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/02440-0245F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/02460-024FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/02500-0257F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/02580-0259F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/025A0-025FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/02600-026FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/02700-027BF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/027C0-027EF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/027F0-027FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/02800-028FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/02900-0297F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/02980-029FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/02A00-02AFF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/02E80-02EFF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/02F00-02FDF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/02FF0-02FFF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/03000-0303F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/03040-0309F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/030A0-030FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/03100-0312F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/03130-0318F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/03190-0319F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/031A0-031BF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/031F0-031FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/03200-032FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/03300-033FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/03400-04DBF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/0A000-0A48F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/0A490-0A4CF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/0FB00-0FB4F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/0FB50-0FDFF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/0FE00-0FE0F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/0FE20-0FE2F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/0FE30-0FE4F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/0FE50-0FE6F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/0FE70-0FEFF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/0FF00-0FFEF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/0FFF0-0FFFF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/10300-1032F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/10330-1034F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/10400-1044F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/1D000-1D0FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/1D100-1D1FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/1D400-1D7FF.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/E0000-E007F.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/README
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/test-invalid.xml
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/nxml/test-valid.xml
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/ps-prin0.ps
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/ps-prin1.ps
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/Makefile
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/README
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/calccard.pdf
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/calccard.tex
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/cs-dired-ref.pdf
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/cs-dired-ref.tex
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/cs-refcard.pdf
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/cs-refcard.tex
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/cs-survival.tex
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/de-refcard.pdf
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/de-refcard.tex
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/dired-ref.pdf
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/dired-ref.tex
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/fr-dired-ref.pdf
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/fr-dired-ref.tex
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/fr-refcard.pdf
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/fr-refcard.tex
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/fr-survival.tex
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/gnus-booklet.pdf
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/gnus-logo.eps
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/gnus-logo.pdf
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/gnus-refcard.pdf
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/gnus-refcard.tex
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/orgcard.pdf
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/orgcard.tex
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/pdflayout.sty
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/pl-refcard.pdf
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/pl-refcard.tex
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/pt-br-refcard.pdf
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/pt-br-refcard.tex
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/refcard.pdf
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/refcard.tex
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/ru-refcard.pdf
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/ru-refcard.tex
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/sk-dired-ref.pdf
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/sk-dired-ref.tex
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/sk-refcard.pdf
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/sk-refcard.tex
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/sk-survival.tex
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/survival.tex
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/vipcard.tex
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/refcards/viperCard.tex
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/rgb.txt
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/README
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/calstbl.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/dbcalstbl.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/dbhier.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/dbnotn.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/dbpool.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/dbstart.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/docbook.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/locate.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/rdfxml.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/relaxng.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/schemas.xml
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-applet.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-attribs.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-base.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-bdo.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-bform.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-btable.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-csismap.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-datatypes.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-edit.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-events.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-form.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-frames.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-hypertext.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-iframe.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-image.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-inlstyle.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-legacy.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-link.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-lst.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-meta.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-nameident.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-object.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-param.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-pres.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-ruby.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-script.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-ssismap.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-struct.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-table.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-text.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-tgt.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml-xstyle.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xhtml.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/schema/xslt.rnc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/ses-example.ses
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/sex.6
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/spook.lines
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/tutorials/TUTORIAL
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/tutorials/TUTORIAL.bg
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/tutorials/TUTORIAL.cn
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/tutorials/TUTORIAL.cs
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/tutorials/TUTORIAL.de
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/tutorials/TUTORIAL.eo
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/tutorials/TUTORIAL.es
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/tutorials/TUTORIAL.fr
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/tutorials/TUTORIAL.it
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/tutorials/TUTORIAL.ja
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/tutorials/TUTORIAL.ko
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/tutorials/TUTORIAL.nl
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/tutorials/TUTORIAL.pl
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/tutorials/TUTORIAL.pt_BR
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/tutorials/TUTORIAL.ro
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/tutorials/TUTORIAL.ru
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/tutorials/TUTORIAL.sk
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/tutorials/TUTORIAL.sl
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/tutorials/TUTORIAL.sv
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/tutorials/TUTORIAL.th
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/tutorials/TUTORIAL.translators
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/tutorials/TUTORIAL.zh
+file path=usr/share/emacs/$(COMPONENT_VERSION)/etc/yow.lines
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/ja-dic/ja-dic.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/leim-list.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/4Corner.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/ARRAY30.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/CCDOSPY.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/CTLau-b5.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/CTLau.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/ECDICT.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/ETZY.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/PY-b5.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/PY.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/Punct-b5.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/Punct.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/QJ-b5.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/QJ.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/SW.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/TONEPY.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/ZIRANMA.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/ZOZY.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/arabic.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/croatian.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/cyril-jis.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/cyrillic.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/czech.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/ethiopic.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/georgian.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/greek.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/hangul.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/hanja-jis.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/hanja.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/hanja3.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/hebrew.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/indian.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/ipa.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/japanese.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/lao.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/latin-alt.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/latin-ltx.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/latin-post.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/latin-pre.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/lrt.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/py-punct.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/pypunct-b5.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/quick-b5.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/quick-cns.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/rfc1345.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/sgml-input.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/sisheng.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/slovak.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/symbol-ksc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/thai.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/tibetan.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/tsang-b5.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/tsang-cns.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/uni-input.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/viqr.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/vntelex.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/leim/quail/welsh.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/COPYING
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/README
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/abbrev.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/abbrevlist.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/add-log.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/align.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/allout.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ansi-color.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/apropos.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/arc-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/array.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/autoarg.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/autoinsert.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/autorevert.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/avoid.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/battery.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/bindings.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/bookmark.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/bs.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/buff-menu.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/button.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/README
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/README.prev
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-aent.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-alg.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-arith.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-bin.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-comb.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-cplx.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-embed.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-ext.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-fin.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-forms.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-frac.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-funcs.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-graph.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-help.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-incom.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-keypd.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-lang.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-loaddefs.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-macs.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-map.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-math.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-menu.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-misc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-mtx.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-nlfit.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-poly.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-prog.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-rewr.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-rules.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-sel.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-stat.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-store.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-stuff.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-trail.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-undo.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-units.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-vec.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc-yank.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calcalg2.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calcalg3.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calccomp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calc/calcsel2.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calculator.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/appt.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-bahai.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-china.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-coptic.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-dst.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-french.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-hebrew.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-html.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-islam.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-iso.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-julian.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-loaddefs.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-mayan.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-menu.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-move.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-persia.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-tex.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/cal-x.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/calendar.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/diary-lib.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/diary-loaddefs.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/hol-loaddefs.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/holidays.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/icalendar.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/lunar.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/parse-time.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/solar.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/time-date.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/timeclock.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/calendar/todo-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/case-table.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/cdl.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/chistory.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/cmuscheme.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/comint.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/compare-w.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/complete.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/completion.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/composite.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/cus-dep.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/cus-edit.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/cus-face.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/cus-load.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/cus-start.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/cus-theme.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/custom.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/cvs-status.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/dabbrev.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/delim-col.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/delsel.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/descr-text.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/desktop.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/dframe.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/diff-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/diff.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/dired-aux.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/dired-x.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/dired.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/dirtrack.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/disp-table.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/dnd.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/doc-view.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/dos-fns.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/dos-vars.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/dos-w32.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/double.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ebuff-menu.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/echistory.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ediff-diff.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ediff-help.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ediff-hook.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ediff-init.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ediff-merg.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ediff-mult.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ediff-ptch.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ediff-util.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ediff-vers.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ediff-wind.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ediff.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/edmacro.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ehelp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/electric.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/elide-head.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/advice.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/assoc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/authors.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/autoload.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/avl-tree.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/backquote.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/benchmark.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/bindat.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/byte-opt.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/byte-run.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/bytecomp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/check-declare.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/checkdoc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/cl-compat.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/cl-extra.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/cl-indent.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/cl-loaddefs.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/cl-macs.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/cl-seq.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/cl-specs.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/cl.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/copyright.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/crm.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/cust-print.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/debug.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/derived.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/disass.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/easy-mmode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/easymenu.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/edebug.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/eldoc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/elint.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/elp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/ewoc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/find-func.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/find-gc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/float-sup.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/generic.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/gulp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/helper.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/levents.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/lisp-mnt.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/lisp-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/lisp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/lmenu.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/lucid.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/macroexp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/map-ynp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/pp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/re-builder.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/regexp-opt.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/regi.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/ring.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/rx.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/shadow.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/sregex.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/syntax.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/tcover-ses.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/tcover-unsafep.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/testcover.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/timer.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/tq.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/trace.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/unsafep.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lisp/warnings.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emacs-lock.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emerge.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/crisp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/cua-base.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/cua-gmrk.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/cua-rect.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/edt-lk201.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/edt-mapper.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/edt-pc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/edt-vt100.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/edt.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/keypad.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/pc-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/pc-select.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/tpu-edt.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/tpu-extras.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/tpu-mapper.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/vi.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/vip.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/viper-cmd.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/viper-ex.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/viper-init.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/viper-keym.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/viper-macs.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/viper-mous.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/viper-util.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/viper.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/emulation/ws-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/env.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/epa-dired.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/epa-file.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/epa-hook.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/epa-mail.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/epa.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/epg-config.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/epg.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-autoaway.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-backend.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-button.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-capab.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-compat.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-dcc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-ezbounce.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-fill.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-goodies.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-hecomplete.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-ibuffer.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-identd.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-imenu.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-join.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-lang.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-list.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-log.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-match.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-menu.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-netsplit.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-networks.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-notify.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-page.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-pcomplete.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-replace.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-ring.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-services.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-sound.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-speedbar.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-spelling.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-stamp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-track.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-truncate.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc-xdcc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/erc/erc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-alias.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-banner.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-basic.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-cmpl.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-dirs.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-glob.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-hist.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-ls.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-pred.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-prompt.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-rebind.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-script.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-smart.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-term.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-unix.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/em-xtra.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/esh-arg.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/esh-cmd.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/esh-ext.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/esh-groups.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/esh-io.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/esh-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/esh-module.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/esh-opt.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/esh-proc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/esh-test.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/esh-util.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/esh-var.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/eshell/eshell.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/expand.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ezimage.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/face-remap.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/facemenu.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/faces.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ffap.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/filecache.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/files.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/filesets.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/find-cmd.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/find-dired.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/find-file.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/find-lisp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/finder-inf.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/finder.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/flow-ctrl.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/foldout.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/follow.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/font-core.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/font-lock.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/format-spec.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/format.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/forms-d2.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/forms-pass.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/forms.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/frame.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/fringe.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/generic-x.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/auth-source.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/canlock.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/compface.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/deuglify.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/earcon.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/ecomplete.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/flow-fill.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gmm-utils.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-agent.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-art.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-async.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-audio.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-bcklg.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-bookmark.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-cache.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-cite.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-cus.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-delay.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-demon.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-diary.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-dired.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-draft.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-dup.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-eform.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-ems.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-fun.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-group.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-int.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-kill.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-logic.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-mh.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-ml.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-mlspl.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-move.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-msg.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-nocem.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-picon.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-range.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-registry.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-salt.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-score.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-setup.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-sieve.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-soup.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-spec.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-srvr.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-start.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-sum.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-topic.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-undo.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-util.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-uu.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-vm.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus-win.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/gnus.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/html2text.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/ietf-drums.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/legacy-gnus-agent.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mail-parse.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mail-prsvr.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mail-source.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mailcap.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/message.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/messcompat.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mm-bodies.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mm-decode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mm-encode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mm-extern.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mm-partial.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mm-url.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mm-util.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mm-uu.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mm-view.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mml-sec.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mml-smime.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mml.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mml1991.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/mml2015.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnagent.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnbabyl.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nndb.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nndiary.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nndir.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nndoc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nndraft.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nneething.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnfolder.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nngateway.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnheader.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnimap.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnir.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnkiboze.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnlistserv.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnmail.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnmaildir.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnmairix.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnmbox.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnmh.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnml.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnnil.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnoo.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnrss.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnslashdot.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnsoup.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnspool.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nntp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnultimate.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnvirtual.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnwarchive.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnweb.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/nnwfm.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/pop3.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/qp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/rfc1843.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/rfc2045.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/rfc2047.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/rfc2104.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/rfc2231.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/score-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/sieve-manage.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/sieve-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/sieve.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/smiley.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/smime.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/spam-report.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/spam-stat.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/spam-wash.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/spam.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/starttls.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/utf7.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/webmail.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gnus/yenc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/gs.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/help-at-pt.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/help-fns.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/help-macro.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/help-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/help.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/hex-util.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/hexl.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/hi-lock.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/hilit-chg.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/hippie-exp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/hl-line.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ibuf-ext.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ibuf-macs.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ibuffer.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/icomplete.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ido.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ielm.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/iimage.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/image-dired.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/image-file.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/image-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/image.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/imenu.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/indent.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/info-look.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/info-xref.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/info.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/informat.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/README
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/ccl.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/characters.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/charprop.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/cp51932.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/encoded-kb.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/eucjp-ms.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/fontset.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/isearch-x.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/iso-ascii.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/iso-cvt.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/iso-transl.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/ja-dic-cnv.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/ja-dic-utl.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/kinsoku.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/kkc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/latexenc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/latin1-disp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/mule-cmds.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/mule-conf.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/mule-diag.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/mule-util.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/mule.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/ogonek.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/quail.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/robin.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/titdic-cnv.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/uni-bidi.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/uni-category.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/uni-combining.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/uni-comment.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/uni-decimal.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/uni-decomposition.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/uni-digit.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/uni-lowercase.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/uni-mirrored.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/uni-name.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/uni-numeric.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/uni-old-name.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/uni-titlecase.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/uni-uppercase.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/international/utf-7.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/isearch.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/isearchb.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/iswitchb.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/jit-lock.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/jka-cmpr-hook.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/jka-compr.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/json.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/kermit.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/kmacro.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/burmese.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/cham.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/china-util.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/chinese.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/cyril-util.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/cyrillic.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/czech.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/english.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/ethio-util.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/ethiopic.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/european.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/georgian.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/greek.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/hanja-util.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/hebrew.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/ind-util.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/indian.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/japan-util.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/japanese.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/khmer.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/korea-util.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/korean.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/lao-util.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/lao.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/misc-lang.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/romanian.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/sinhala.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/slovak.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/tai-viet.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/thai-util.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/thai-word.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/thai.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/tibet-util.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/tibetan.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/tv-util.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/utf-8-lang.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/viet-util.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/language/vietnamese.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ldefs-boot.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ledit.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/linum.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/loaddefs.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/loadhist.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/loadup.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/locate.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/log-edit.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/log-view.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/longlines.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/lpr.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ls-lisp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/macros.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/binhex.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/blessmail.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/emacsbug.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/feedmail.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/footnote.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/hashcash.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/mail-extr.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/mail-hist.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/mail-utils.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/mailabbrev.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/mailalias.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/mailclient.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/mailheader.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/mailpost.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/metamail.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/mspools.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/reporter.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/rfc2368.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/rfc822.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/rmail-spam-filter.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/rmail.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/rmailedit.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/rmailkwd.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/rmailmm.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/rmailmsc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/rmailout.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/rmailsort.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/rmailsum.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/sendmail.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/smtpmail.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/supercite.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/uce.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/undigest.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/unrmail.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mail/uudecode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/makesum.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/man.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/master.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mb-depth.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/md4.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/menu-bar.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-acros.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-alias.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-buffers.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-comp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-compat.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-e.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-folder.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-funcs.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-gnus.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-identity.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-inc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-junk.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-letter.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-limit.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-loaddefs.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-mime.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-print.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-scan.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-search.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-seq.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-show.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-speed.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-thread.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-tool-bar.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-utils.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mh-e/mh-xface.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/midnight.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/minibuf-eldef.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/minibuffer.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/misc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/misearch.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mouse-copy.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mouse-drag.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mouse-sel.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mouse.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/msb.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/mwheel.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/ange-ftp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/browse-url.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/dbus.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/dig.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/dns.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/eudc-bob.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/eudc-export.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/eudc-hotlist.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/eudc-vars.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/eudc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/eudcb-bbdb.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/eudcb-ldap.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/eudcb-mab.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/eudcb-ph.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/goto-addr.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/hmac-def.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/hmac-md5.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/imap.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/ldap.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/mairix.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/net-utils.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/netrc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/newst-backend.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/newst-plainview.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/newst-reader.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/newst-ticker.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/newst-treeview.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/newsticker.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/ntlm.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/quickurl.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/rcirc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/rcompile.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/rlogin.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/sasl-cram.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/sasl-digest.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/sasl-ntlm.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/sasl.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/snmp-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/socks.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/telnet.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/tls.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/tramp-cache.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/tramp-cmds.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/tramp-compat.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/tramp-fish.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/tramp-ftp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/tramp-gw.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/tramp-smb.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/tramp-uu.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/tramp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/trampver.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/webjump.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/xesam.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/net/zeroconf.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/newcomment.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/novice.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/TODO
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/nxml-enc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/nxml-glyph.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/nxml-maint.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/nxml-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/nxml-ns.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/nxml-outln.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/nxml-parse.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/nxml-rap.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/nxml-uchnm.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/nxml-util.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/rng-cmpct.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/rng-dt.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/rng-loc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/rng-maint.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/rng-match.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/rng-nxml.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/rng-parse.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/rng-pttrn.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/rng-uri.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/rng-util.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/rng-valid.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/rng-xsd.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/xmltok.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/nxml/xsd-regexp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/awk-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/fast-lock.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/iso-acc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/iso-insert.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/iso-swed.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/keyswap.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/lazy-lock.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/old-whitespace.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/options.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/resume.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/rnews.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/rnewspost.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/sc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/scribe.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/swedish.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/vc-mcvs.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/obsolete/x-menu.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-agenda.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-archive.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-attach.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-bbdb.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-bibtex.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-clock.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-colview.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-compat.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-exp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-export-latex.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-faces.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-footnote.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-gnus.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-id.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-info.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-install.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-irc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-jsinfo.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-list.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-mac-message.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-macs.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-mew.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-mhe.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-mouse.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-plot.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-publish.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-remember.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-rmail.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-table.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-timer.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-vm.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-w3m.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org-wl.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/org/org.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/outline.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/paren.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/password-cache.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/patcomp.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/paths.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pcmpl-cvs.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pcmpl-gnu.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pcmpl-linux.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pcmpl-rpm.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pcmpl-unix.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pcomplete.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pcvs-defs.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pcvs-info.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pcvs-parse.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pcvs-util.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pcvs.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pgg-def.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pgg-gpg.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pgg-parse.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pgg-pgp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pgg-pgp5.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/pgg.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/5x5.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/animate.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/blackbox.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/bruce.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/bubbles.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/cookie1.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/decipher.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/dissociate.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/doctor.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/dunnet.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/fortune.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/gamegrid.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/gametree.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/gomoku.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/handwrite.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/hanoi.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/landmark.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/life.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/meese.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/morse.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/mpuz.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/pong.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/snake.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/solitaire.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/spook.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/studly.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/tetris.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/yow.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/play/zone.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/printing.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/proced.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ada-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ada-prj.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ada-stmt.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ada-xref.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/antlr-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/asm-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/autoconf.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/bug-reference.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cap-words.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-align.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-awk.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-bytecomp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-cmds.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-compat.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-defs.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-engine.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-fonts.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-langs.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-menus.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-styles.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-subword.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cc-vars.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cfengine.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cmacexp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/compile.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cperl-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cpp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/cwarn.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/dcl-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/delphi.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ebnf-abn.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ebnf-bnf.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ebnf-dtd.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ebnf-ebx.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ebnf-iso.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ebnf-otz.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ebnf-yac.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ebnf2ps.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ebrowse.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/etags.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/executable.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/f90.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/flymake.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/fortran.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/gdb-ui.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/glasses.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/grep.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/gud.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/hideif.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/hideshow.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/icon.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/idlw-complete-structtag.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/idlw-help.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/idlw-shell.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/idlw-toolbar.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/idlwave.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/inf-lisp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ld-script.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/m4-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/make-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/mantemp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/meta-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/mixal-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/modula2.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/octave-inf.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/octave-mod.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/pascal.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/perl-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/prolog.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ps-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/python.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/ruby-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/scheme.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/sh-script.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/simula.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/sql.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/sym-comp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/tcl.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/vera-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/verilog-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/vhdl-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/which-func.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/progmodes/xscheme.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ps-bdf.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ps-def.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ps-mule.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ps-print.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ps-samp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/recentf.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/rect.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/register.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/repeat.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/replace.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/reposition.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/reveal.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/rfn-eshadow.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/rot13.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ruler-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/s-region.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/savehist.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/saveplace.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/sb-image.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/scroll-all.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/scroll-bar.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/scroll-lock.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/select.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/server.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/ses.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/sha1.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/shadowfile.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/shell.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/simple.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/skeleton.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/smerge-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/sort.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/soundex.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/speedbar.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/startup.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/strokes.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/subdirs.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/subr.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/t-mouse.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/tabify.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/talk.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/tar-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/tempo.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/AT386.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/README
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/apollo.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/bobcat.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/common-win.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/cygwin.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/internal.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/iris-ansi.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/linux.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/lk201.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/news.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/ns-win.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/pc-win.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/rxvt.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/sun.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/sup-mouse.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/tty-colors.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/tvi970.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/vt100.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/vt102.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/vt125.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/vt200.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/vt201.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/vt220.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/vt240.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/vt300.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/vt320.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/vt400.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/vt420.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/w32-win.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/w32console.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/wyse50.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/x-win.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/term/xterm.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/terminal.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/artist.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/bib-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/bibtex-style.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/bibtex.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/conf-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/css-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/dns-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/enriched.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/fill.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/flyspell.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/ispell.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/makeinfo.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/nroff-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/page-ext.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/page.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/paragraphs.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/picture.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/po.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/refbib.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/refer.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/refill.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/reftex-auc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/reftex-cite.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/reftex-dcr.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/reftex-global.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/reftex-index.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/reftex-parse.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/reftex-ref.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/reftex-sel.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/reftex-toc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/reftex-vars.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/reftex.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/remember.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/rst.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/sgml-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/spell.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/table.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/tex-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/texinfmt.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/texinfo.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/texnfo-upd.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/text-mode.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/tildify.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/two-column.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/textmodes/underline.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/thingatpt.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/thumbs.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/time-stamp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/time.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/timezone.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/tmm.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/tool-bar.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/tooltip.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/tree-widget.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/tutorial.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/type-break.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/uniquify.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-about.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-auth.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-cache.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-cid.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-cookie.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-dav.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-dired.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-expand.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-file.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-ftp.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-gw.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-handlers.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-history.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-http.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-imap.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-irc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-ldap.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-mailto.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-methods.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-misc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-news.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-nfs.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-ns.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-parse.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-privacy.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-proxy.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-util.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url-vars.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/url/url.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/userlock.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-annotate.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-arch.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-bzr.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-cvs.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-dav.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-dir.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-dispatcher.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-git.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-hg.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-hooks.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-mtn.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-rcs.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-sccs.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc-svn.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vc.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vcursor.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/version.el
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/view.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vt-control.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/vt100-led.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/w32-fns.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/w32-vars.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/wdired.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/whitespace.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/wid-browse.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/wid-edit.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/widget.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/windmove.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/window.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/winner.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/woman.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/x-dnd.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/xml.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/lisp/xt-mouse.elc
+file path=usr/share/emacs/$(COMPONENT_VERSION)/site-lisp/subdirs.el
+file path=usr/share/emacs/site-lisp/subdirs.el
+file path=usr/share/icons/hicolor/128x128/apps/emacs.png
+file path=usr/share/icons/hicolor/16x16/apps/emacs.png
+file path=usr/share/icons/hicolor/16x16/apps/emacs22.png
+file path=usr/share/icons/hicolor/24x24/apps/emacs.png
+file path=usr/share/icons/hicolor/24x24/apps/emacs22.png
+file path=usr/share/icons/hicolor/32x32/apps/emacs.png
+file path=usr/share/icons/hicolor/32x32/apps/emacs22.png
+file path=usr/share/icons/hicolor/48x48/apps/emacs.png
+file path=usr/share/icons/hicolor/48x48/apps/emacs22.png
+file path=usr/share/icons/hicolor/scalable/apps/emacs.svg
+file path=usr/share/icons/hicolor/scalable/mimetypes/emacs-document.svg
+file path=usr/share/info/ada-mode
+file path=usr/share/info/auth
+file path=usr/share/info/autotype
+file path=usr/share/info/calc
+file path=usr/share/info/calc-1
+file path=usr/share/info/calc-2
+file path=usr/share/info/calc-3
+file path=usr/share/info/calc-4
+file path=usr/share/info/calc-5
+file path=usr/share/info/calc-6
+file path=usr/share/info/ccmode
+file path=usr/share/info/ccmode-1
+file path=usr/share/info/ccmode-2
+file path=usr/share/info/cl
+file path=usr/share/info/dbus
+file path=usr/share/info/dired-x
+file path=usr/share/info/ebrowse
+file path=usr/share/info/ediff
+file path=usr/share/info/efaq
+file path=usr/share/info/eintr
+file path=usr/share/info/eintr-1
+file path=usr/share/info/eintr-2
+file path=usr/share/info/eintr-3
+file path=usr/share/info/elisp
+file path=usr/share/info/elisp-1
+file path=usr/share/info/elisp-10
+file path=usr/share/info/elisp-11
+file path=usr/share/info/elisp-2
+file path=usr/share/info/elisp-3
+file path=usr/share/info/elisp-4
+file path=usr/share/info/elisp-5
+file path=usr/share/info/elisp-6
+file path=usr/share/info/elisp-7
+file path=usr/share/info/elisp-8
+file path=usr/share/info/elisp-9
+file path=usr/share/info/emacs
+file path=usr/share/info/emacs-1
+file path=usr/share/info/emacs-2
+file path=usr/share/info/emacs-3
+file path=usr/share/info/emacs-4
+file path=usr/share/info/emacs-5
+file path=usr/share/info/emacs-6
+file path=usr/share/info/emacs-7
+file path=usr/share/info/emacs-8
+file path=usr/share/info/emacs-mime
+file path=usr/share/info/epa
+file path=usr/share/info/erc
+file path=usr/share/info/eshell
+file path=usr/share/info/eudc
+file path=usr/share/info/flymake
+file path=usr/share/info/forms
+file path=usr/share/info/gnus
+file path=usr/share/info/gnus-1
+file path=usr/share/info/gnus-2
+file path=usr/share/info/gnus-3
+file path=usr/share/info/gnus-4
+file path=usr/share/info/gnus-5
+file path=usr/share/info/idlwave
+file path=usr/share/info/info
+file path=usr/share/info/mairix-el
+file path=usr/share/info/message
+file path=usr/share/info/mh-e
+file path=usr/share/info/mh-e-1
+file path=usr/share/info/mh-e-2
+file path=usr/share/info/newsticker
+file path=usr/share/info/nxml-mode
+file path=usr/share/info/org
+file path=usr/share/info/org-1
+file path=usr/share/info/org-2
+file path=usr/share/info/pcl-cvs
+file path=usr/share/info/pgg
+file path=usr/share/info/rcirc
+file path=usr/share/info/reftex
+file path=usr/share/info/remember
+file path=usr/share/info/sasl
+file path=usr/share/info/sc
+file path=usr/share/info/ses
+file path=usr/share/info/sieve
+file path=usr/share/info/smtpmail
+file path=usr/share/info/speedbar
+file path=usr/share/info/tramp
+file path=usr/share/info/url
+file path=usr/share/info/vip
+file path=usr/share/info/viper
+file path=usr/share/info/widget
+file path=usr/share/info/woman
+file path=usr/share/man/man1/b2m.1
+file path=usr/share/man/man1/ebrowse.1
+file path=usr/share/man/man1/emacs.1
+file path=usr/share/man/man1/emacsclient.1
+file path=usr/share/man/man1/grep-changelog.1
+file path=usr/share/man/man1/rcs-checkin.1
+
+
+# This package provides everything needed to run emacs except for the
+# actual emacs binary. Although the /usr/bin/emacs shell script is prepared
+# for the case where no binary is present, that's not a useful configuration.
+# Therefore, require at least one of the binary supplying packages.
+#
+# Uncomment the following once the minimum Userland build system is at
+# snv_162 or newer. We require the fix for
+#
+#    Bug 18043 - renamed packages in an image cause problems
+#        with require-any dependencies
+#    https://defect.opensolaris.org/bz/show_bug.cgi?id=18043
+#
+#depend type=require-any \
+#	fmri=pkg:/editor/gnu-emacs/gnu-emacs-gtk \
+#	fmri=pkg:/editor/gnu-emacs/gnu-emacs-x11 \
+#	fmri=pkg:/editor/gnu-emacs/gnu-emacs-no-x11
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/emacs/patches/buffer_menu.patch	Mon Apr 11 15:06:03 2011 -0600
@@ -0,0 +1,216 @@
+*** emacs-23.1/src/ChangeLog.orig	Wed Oct 14 16:57:29 2009
+--- emacs-23.1/src/ChangeLog	Wed Oct 14 17:35:12 2009
+***************
+*** 1,3 ****
+--- 1,19 ----
++ 2009-09-02  Jan Djärv  <[email protected]>
++ 
++ 	* xterm.h: Rename x_non_menubar_window_to_frame to
++ 	x_menubar_window_to_frame
++ 
++ 	* xterm.c: Remove declarations also in xterm.h
++ 	(XTmouse_position): Do not return valid positions
++ 	for clicks in the menubar and the toolbar for Gtk+.
++ 
++ 	* xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
++ 	if the widget for the event has the same top level as a frame,
++ 	return the frame.
++ 	(x_menubar_window_to_frame): Detect menu bar even with Gtk+
++ 	internal windows, bug #4122.
++ 	(x_non_menubar_window_to_frame): Remove.
++ 	
+  2009-07-29  Chong Yidong  <[email protected]>
+  
+  	* Version 23.1 released.
+*** emacs-23.1/src/xfns.c.orig	Wed Oct 14 16:50:22 2009
+--- emacs-23.1/src/xfns.c	Wed Oct 14 17:35:12 2009
+***************
+*** 374,383 ****
+  #ifdef USE_GTK
+                GtkWidget *gwdesc = xg_win_to_widget (dpyinfo->display, wdesc);
+                if (gwdesc != 0
+!                   && (gwdesc == x->widget
+!                       || gwdesc == x->edit_widget
+!                       || gwdesc == x->vbox_widget
+!                       || gwdesc == x->menubar_widget))
+                  found = f;
+  #else
+  	      if (wdesc == XtWindow (x->widget)
+--- 374,380 ----
+  #ifdef USE_GTK
+                GtkWidget *gwdesc = xg_win_to_widget (dpyinfo->display, wdesc);
+                if (gwdesc != 0
+!                   && gtk_widget_get_toplevel(gwdesc) == x->widget)
+                  found = f;
+  #else
+  	      if (wdesc == XtWindow (x->widget)
+***************
+*** 398,451 ****
+    return found;
+  }
+  
+- /* Likewise, but exclude the menu bar widget.  */
+- 
+- struct frame *
+- x_non_menubar_window_to_frame (dpyinfo, wdesc)
+-      struct x_display_info *dpyinfo;
+-      int wdesc;
+- {
+-   Lisp_Object tail, frame;
+-   struct frame *f;
+-   struct x_output *x;
+- 
+-   if (wdesc == None) return 0;
+- 
+-   for (tail = Vframe_list; CONSP (tail); tail = XCDR (tail))
+-     {
+-       frame = XCAR (tail);
+-       if (!FRAMEP (frame))
+-         continue;
+-       f = XFRAME (frame);
+-       if (!FRAME_X_P (f) || FRAME_X_DISPLAY_INFO (f) != dpyinfo)
+- 	continue;
+-       x = f->output_data.x;
+-       /* This frame matches if the window is any of its widgets.  */
+-       if (x->hourglass_window == wdesc)
+- 	return f;
+-       else if (x->widget)
+- 	{
+- #ifdef USE_GTK
+-           GtkWidget *gwdesc = xg_win_to_widget (dpyinfo->display, wdesc);
+-           if (gwdesc != 0
+-               && (gwdesc == x->widget
+-                   || gwdesc == x->edit_widget
+-                   || gwdesc == x->vbox_widget))
+-             return f;
+- #else
+- 	  if (wdesc == XtWindow (x->widget)
+- 	      || wdesc == XtWindow (x->column_widget)
+- 	      || wdesc == XtWindow (x->edit_widget))
+- 	    return f;
+- #endif
+- 	}
+-       else if (FRAME_X_WINDOW (f) == wdesc)
+- 	/* A tooltip frame.  */
+- 	return f;
+-     }
+-   return 0;
+- }
+- 
+  /* Likewise, but consider only the menu bar widget.  */
+  
+  struct frame *
+--- 395,400 ----
+***************
+*** 473,487 ****
+        if (x->menubar_widget)
+          {
+            GtkWidget *gwdesc = xg_win_to_widget (dpyinfo->display, wdesc);
+-           int found = 0;
+  
+!           BLOCK_INPUT;
+            if (gwdesc != 0
+                && (gwdesc == x->menubar_widget
+!                   || gtk_widget_get_parent (gwdesc) == x->menubar_widget))
+!             found = 1;
+!           UNBLOCK_INPUT;
+!           if (found) return f;
+          }
+  #else
+        if (x->menubar_widget
+--- 422,435 ----
+        if (x->menubar_widget)
+          {
+            GtkWidget *gwdesc = xg_win_to_widget (dpyinfo->display, wdesc);
+  
+! 	  /* This gives false positives, but the rectangle check in xterm.c
+! 	     where this is called takes care of that. */
+            if (gwdesc != 0
+                && (gwdesc == x->menubar_widget
+! 		  || gtk_widget_is_ancestor (x->menubar_widget, gwdesc)
+! 		  || gtk_widget_is_ancestor (gwdesc, x->menubar_widget)))
+! 	    return f;
+          }
+  #else
+        if (x->menubar_widget
+*** emacs-23.1/src/xterm.c.orig	Wed Oct 14 16:37:20 2009
+--- emacs-23.1/src/xterm.c	Wed Oct 14 17:35:12 2009
+***************
+*** 109,116 ****
+  #if defined (USE_X_TOOLKIT) || defined (USE_GTK)
+  
+  extern void free_frame_menubar P_ ((struct frame *));
+- extern struct frame *x_menubar_window_to_frame P_ ((struct x_display_info *,
+- 						    int));
+  #endif
+  
+  #ifdef USE_X_TOOLKIT
+--- 109,114 ----
+***************
+*** 143,153 ****
+  
+  #endif /* USE_X_TOOLKIT */
+  
+- #if ! defined (USE_X_TOOLKIT) && ! defined (USE_GTK)
+- #define x_any_window_to_frame x_window_to_frame
+- #define x_top_window_to_frame x_window_to_frame
+- #endif
+- 
+  #ifdef USE_X_TOOLKIT
+  #include "widget.h"
+  #ifndef XtNinitialState
+--- 141,146 ----
+***************
+*** 3916,3921 ****
+--- 3909,3923 ----
+  		if (child == None || child == win)
+  		  break;
+  
++ #ifdef USE_GTK
++ 		/* We don't wan't to know the innermost window.  We
++ 		   want the edit window.  For non-Gtk+ the innermost
++ 		   window is the edit window.  For Gtk+ it might not
++ 		   be.  It might be the tool bar for example.  */
++ 		if (x_window_to_frame (FRAME_X_DISPLAY_INFO (*fp), win))
++ 		  break;
++ #endif
++ 
+  		win = child;
+  		parent_x = win_x;
+  		parent_y = win_y;
+***************
+*** 3932,3939 ****
+--- 3934,3947 ----
+  	       parent_{x,y} are invalid, but that's okay, because we'll
+  	       never use them in that case.)  */
+  
++ #ifdef USE_GTK
++ 	     /* We don't wan't to know the innermost window. We
++ 		want the edit window. */
++ 	    f1 = x_window_to_frame (FRAME_X_DISPLAY_INFO (*fp), win);
++ #else
+  	    /* Is win one of our frames?  */
+  	    f1 = x_any_window_to_frame (FRAME_X_DISPLAY_INFO (*fp), win);
++ #endif
+  
+  #ifdef USE_X_TOOLKIT
+  	    /* If we end up with the menu bar window, say it's not
+*** emacs-23.1/src/xterm.h.orig	Wed Oct 14 15:08:03 2009
+--- emacs-23.1/src/xterm.h	Wed Oct 14 17:35:12 2009
+***************
+*** 374,380 ****
+  
+  #if defined (USE_X_TOOLKIT) || defined (USE_GTK)
+  extern struct frame *x_any_window_to_frame P_ ((struct x_display_info *, int));
+! extern struct frame *x_non_menubar_window_to_frame P_ ((struct x_display_info *, int));
+  extern struct frame *x_top_window_to_frame P_ ((struct x_display_info *, int));
+  #endif
+  
+--- 374,380 ----
+  
+  #if defined (USE_X_TOOLKIT) || defined (USE_GTK)
+  extern struct frame *x_any_window_to_frame P_ ((struct x_display_info *, int));
+! extern struct frame *x_menubar_window_to_frame P_ ((struct x_display_info *, int));
+  extern struct frame *x_top_window_to_frame P_ ((struct x_display_info *, int));
+  #endif
+  
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/emacs/patches/dldump.patch	Mon Apr 11 15:06:03 2011 -0600
@@ -0,0 +1,32 @@
+*** emacs-23.1/src/s/sol2-6.h.orig	Wed Oct 14 17:55:32 2009
+--- emacs-23.1/src/s/sol2-6.h	Wed Oct 14 17:56:46 2009
+***************
+*** 2,11 ****
+  
+  #include "sol2-5.h"
+  
+! #if 0 /* dldump does not handle all the extensions used by GNU ld.  */
+  #undef UNEXEC
+  #define UNEXEC unexsol.o
+- #endif
+  
+  /* arch-tag: 71ea3857-89dc-4395-9623-77964e6ed3ca
+     (do not change this comment) */
+--- 2,18 ----
+  
+  #include "sol2-5.h"
+  
+! /*
+!  * Use the Solaris dldump() function to dump emacs, instead of
+!  * the generic unexelf code.
+!  *
+!  * If you encounter a problem using dldump(), please consider sending
+!  * a message to the OpenSolaris tools-linking mailing list:
+!  *      http://mail.opensolaris.org/mailman/listinfo/tools-linking
+!  */
+! 
+  #undef UNEXEC
+  #define UNEXEC unexsol.o
+  
+  /* arch-tag: 71ea3857-89dc-4395-9623-77964e6ed3ca
+     (do not change this comment) */
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/emacs/patches/sysmalloc.patch	Mon Apr 11 15:06:03 2011 -0600
@@ -0,0 +1,12 @@
+*** emacs-23.1/src/s/sol2-5.h.orig	Wed Oct 14 17:57:22 2009
+--- emacs-23.1/src/s/sol2-5.h	Wed Oct 14 17:58:54 2009
+***************
+*** 17,22 ****
+--- 17,23 ----
+  /* This is not always necessary.  Turned off at present for testers to
+     identify any problems with gmalloc more accurately.  */
+  /* #define SYSTEM_MALLOC */
++ #define SYSTEM_MALLOC
+  
+  /* There have problems reported with mmap at least on Solaris 2.6
+     and 2.7.  For simplicity, let's not use mmap for anything >= 2.5.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/emacs/patches/xft.patch	Mon Apr 11 15:06:03 2011 -0600
@@ -0,0 +1,10 @@
+--- emacs-23.1/configure.orig	Thu Mar  3 12:13:44 2011
++++ emacs-23.1/configure	Thu Mar  3 12:14:37 2011
+@@ -12863,6 +12863,7 @@
+             { echo "$as_me:$LINENO: checking XFT_LIBS" >&5
+ echo $ECHO_N "checking XFT_LIBS... $ECHO_C" >&6; }
+             XFT_LIBS=`$PKG_CONFIG --libs "xft >= 0.13.0"|sed -e 's,///*,/,g'`
++            XFT_LIBS='-R/usr/lib -lXft -lXrender -lfontconfig -lfreetype -lX11  '
+             { echo "$as_me:$LINENO: result: $XFT_LIBS" >&5
+ echo "${ECHO_T}$XFT_LIBS" >&6; }
+         else
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/emacs/tools/solman.pl	Mon Apr 11 15:06:03 2011 -0600
@@ -0,0 +1,74 @@
+#!/usr/bin/perl
+
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+# Copy the manpage text on stdin to stdout, adding an Attribute
+# block to the end:
+#
+#	solman pkgname
+#
+# where pkgname is the name of the Solaris package to show.
+#
+
+die "usage: solman pkgname\n" 
+    if (scalar(@ARGV) != 1);
+
+$pkgname = $ARGV[0];
+
+print <<TEXT;
+'\\" t\
+.\\"\
+.\\" Modified for Solaris to to add the Solaris stability classification,\
+.\\" and to add a note about source availability.\
+.\\"
+TEXT
+
+# Input to output, unmodified
+while ($line = <STDIN>) {
+	print $line;
+}
+
+print <<TEXT;
+.\\" Begin Solaris update\
+.SH ATTRIBUTES\
+See\
+.BR attributes (5)\
+for descriptions of the following attributes:\
+.sp\
+.TS\
+box;\
+cbp-1 | cbp-1\
+l | l .\
+ATTRIBUTE TYPE	ATTRIBUTE VALUE\
+=\
+Availability	$pkgname\
+=\
+Interface Stability	Uncommitted\
+.TE\
+.PP\
+.SH NOTES\
+Source for GNU emacs is available on http://opensolaris.org.\
+.\\" End Solaris update
+TEXT
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/meta-packages/history/SUNWgnu-emacs-el.p5m	Mon Apr 11 15:06:03 2011 -0600
@@ -0,0 +1,33 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+#
+# Legacy package information for renamed SUNWgnu-emacs-el package
+#
+
+set name=pkg.fmri value=pkg:/[email protected],5.11-0.133
+set name=pkg.renamed value=true
+
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+depend fmri=editor/gnu-emacs/[email protected] type=require
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/meta-packages/history/SUNWgnu-emacs-gtk.p5m	Mon Apr 11 15:06:03 2011 -0600
@@ -0,0 +1,33 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+#
+# Legacy package information for renamed SUNWgnu-emacs-el package
+#
+
+set name=pkg.fmri value=pkg:/[email protected],5.11-0.133
+set name=pkg.renamed value=true
+
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+depend fmri=editor/gnu-emacs/[email protected] type=require
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/meta-packages/history/SUNWgnu-emacs-nox.p5m	Mon Apr 11 15:06:03 2011 -0600
@@ -0,0 +1,33 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+#
+# Legacy package information for renamed SUNWgnu-emacs-el package
+#
+
+set name=pkg.fmri value=pkg:/[email protected],5.11-0.133
+set name=pkg.renamed value=true
+
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+depend fmri=editor/gnu-emacs/[email protected] type=require
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/meta-packages/history/SUNWgnu-emacs-x.p5m	Mon Apr 11 15:06:03 2011 -0600
@@ -0,0 +1,33 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+#
+# Legacy package information for renamed SUNWgnu-emacs-el package
+#
+
+set name=pkg.fmri value=pkg:/[email protected],5.11-0.133
+set name=pkg.renamed value=true
+
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+depend fmri=editor/gnu-emacs/[email protected] type=require
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/meta-packages/history/SUNWgnu-emacs.p5m	Mon Apr 11 15:06:03 2011 -0600
@@ -0,0 +1,33 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+#
+# Legacy package information for renamed SUNWgnu-emacs package
+#
+
+set name=pkg.fmri value=pkg:/[email protected],5.11-0.133
+set name=pkg.renamed value=true
+
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+depend fmri=editor/[email protected] type=require
--- a/make-rules/shared-macros.mk	Mon Apr 11 13:10:18 2011 -0700
+++ b/make-rules/shared-macros.mk	Mon Apr 11 15:06:03 2011 -0600
@@ -430,7 +430,8 @@
 #
 
 # Create a non-executable stack when linking.
-LD_MAP_NOEXSTK =	-M /usr/lib/ld/map.noexstk
+LD_MAP_NOEXSTK.i386 =	-M /usr/lib/ld/map.noexstk
+LD_MAP_NOEXSTK.sparc =	-M /usr/lib/ld/map.noexstk
 
 # Create a non-executable bss segment when linking.
 LD_MAP_NOEXBSS =	-M /usr/lib/ld/map.noexbss
@@ -450,7 +451,7 @@
 # Default linker options that everyone should get.  Do not add additional
 # libraries to this macro, as it will apply to everything linked during the
 # component build.
-LD_OPTIONS +=	$(LD_MAP_NOEXSTK) $(LD_MAP_NOEXDATA.$(MACH)) \
+LD_OPTIONS +=	$(LD_MAP_NOEXSTK.$(MACH)) $(LD_MAP_NOEXDATA.$(MACH)) \
 		$(LD_MAP_PAGEALIGN) $(LD_B_DIRECT) $(LD_Z_IGNORE)
 
 # Environment variables and arguments passed into the build and install
--- a/transforms/defaults	Mon Apr 11 13:10:18 2011 -0700
+++ b/transforms/defaults	Mon Apr 11 15:06:03 2011 -0600
@@ -76,6 +76,9 @@
 
 <transform dir path=usr/gnu/share$ -> default group sys>
 
+# usr/share/icons, and all its subdirectories at any level are group other
+<transform dir path=usr/share/icons(/.*){0,1}$ -> default group other>
+
 #
 # programs & shared objects should generally have mode 0555
 #