Initial Commit
[packages] / xemacs-packages / ess / Makefile
1 # Makefile for Packaged ESS
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.18
21 AUTHOR_VERSION = 5.2.7
22 MAINTAINER = Rodney Sparapani <rodney.sparapani@xemacs.org>
23 PACKAGE = ess
24 PKG_TYPE = regular
25 REQUIRES = xemacs-base mail-lib fsf-compat edit-utils speedbar sh-script eterm
26 CATEGORY = standard
27
28 ELS  = $(wildcard lisp/*.el)
29 ELCS = $(ELS:.el=.elc)
30
31 EXPLICIT_DOCS = texi/ess.texi
32 EXTRA_TEXI_FILES = texi/version.texi
33
34 DATA_FILES = $(wildcard etc/BACKBUG[S5].BAT etc/backbug[s5]) \
35         $(wildcard etc/*.S etc/sas-keys.* etc/icons/*.xpm) \
36         etc/ess-sas-sh-command etc/config.guess
37 DATA_DEST  = $(PACKAGE)
38
39 AUTOLOAD_PATH = lisp
40
41 include ../../XEmacs.rules
42
43 PRELOADS = -eval \("push \"./lisp\" load-path"\) -l ess-emcs.el -l ess-comp.el
44
45 texi/version.texi: Makefile
46         @echo "$(AUTHOR_VERSION)" > VERSION
47         @echo "@macro essver{}" > texi/version.texi
48         @echo "$(AUTHOR_VERSION)" >> texi/version.texi
49         @echo "@end macro" >> texi/version.texi