46985972c8b895d776a6978f5054246697ed53e0
[packages] / xemacs-packages / eshell / Makefile
1 # Makefile for eshell
2
3 # This file is part of XEmacs.
4
5 # XEmacs is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License as published by the
7 # Free Software Foundation; either version 2, or (at your option) any
8 # later version.
9
10 # XEmacs is distributed in the hope that it will be useful, but WITHOUT
11 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
13 # for more details.
14
15 # You should have received a copy of the GNU General Public License
16 # along with XEmacs; see the file COPYING.  If not, write to
17 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 # Boston, MA 02111-1307, USA.
19
20 VERSION = 1.20
21 # The version is the last GPLV2'd Savannah git tag.
22 AUTHOR_VERSION = 0fc80a3f6bb3bb59f42e9ff83cc8b89bf90fe658
23 MAINTAINER = XEmacs Dev Team <xemacs-beta@xemacs.org>
24 PACKAGE = eshell
25 PKG_TYPE = regular
26 REQUIRES = xemacs-base eterm
27 CATEGORY = standard
28
29 ELCS = em-alias.elc em-banner.elc em-basic.elc em-cmpl.elc em-dirs.elc \
30         em-glob.elc em-hist.elc em-ls.elc em-pred.elc em-prompt.elc \
31         em-rebind.elc em-script.elc em-smart.elc em-term.elc em-unix.elc \
32         em-xtra.elc esh-arg.elc esh-cmd.elc esh-ext.elc \
33         esh-io.elc esh-maint.elc esh-mode.elc esh-module.elc esh-opt.elc \
34         esh-proc.elc esh-test.elc esh-toggle.elc esh-util.elc esh-var.elc \
35         eshell.elc
36
37 DATA_FILES =
38 DATA_DEST =
39 GENERATED_LISP = esh-groups.el
40
41 STANDARD_DOCS = t
42
43 esh-groups.el: esh-module.elc
44
45 include ../../XEmacs.rules