EasyPG 1.07 Released
[packages] / xemacs-packages / calc / Makefile
1 # Makefile for Calc.
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.51
21 AUTHOR_VERSION = 2.2
22 MAINTAINER = Jay Belanger <belanger@sxemacs.org>
23 PACKAGE = calc
24 PKG_TYPE = regular
25 REQUIRES = calc xemacs-base fsf-compat calendar mail-lib
26 CATEGORY = standard
27
28 ELCS = calc-macs.elc calc.elc calc-aent.elc calcalg2.elc calcalg3.elc \
29         calc-alg.elc calc-arith.elc calc-bin.elc calc-comb.elc calccomp.elc \
30         calc-cplx.elc calc-embed.elc calc-ext.elc calc-fin.elc \
31         calc-forms.elc calc-frac.elc calc-funcs.elc calc-graph.elc \
32         calc-help.elc calc-incom.elc calc-keypd.elc calc-lang.elc \
33         calc-map.elc calc-math.elc calc-menu.elc calc-misc.elc \
34         calc-mode.elc calc-mtx.elc calc-nlfit.elc calc-poly.elc \
35         calc-prog.elc calc-rewr.elc calc-rules.elc calcsel2.elc \
36         calc-sel.elc calc-stat.elc calc-store.elc calc-stuff.elc \
37         calc-trail.elc calc-undo.elc calc-units.elc calc-vec.elc \
38         calc-yank.elc
39
40 EXTRA_SOURCES = ChangeLog.old LICENSE PKG_NOTES
41
42 DOCS_TEXINFO_EXTENSION = t
43 STANDARD_DOCS = t
44
45 EXTRA_TEXI_FILES = gpl.texi
46
47 DATA_FILES = calccard.tex
48 DATA_DEST = $(PACKAGE)
49
50 DATA_1_FILES = $(wildcard historical/*)
51 DATA_1_DEST = $(PACKAGE)/historical
52
53 PRELOADS = -l calc-macs.el -l calc-ext.el
54
55 include ../../XEmacs.rules