Initial Commit
[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.28
21 AUTHOR_VERSION = 2.02fX3
22 MAINTAINER = XEmacs Development Team <xemacs-beta@xemacs.org>
23 PACKAGE = calc
24 PKG_TYPE = regular
25 REQUIRES = xemacs-base
26 CATEGORY = standard
27
28 ELCS = calc-macs.elc calc.elc calc-aent.elc calc-alg-2.elc calc-alg-3.elc \
29         calc-alg.elc calc-arith.elc calc-bin.elc calc-comb.elc calc-comp.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-maint.elc calc-map.elc calc-mat.elc calc-math.elc calc-misc.elc \
34         calc-mode.elc calc-poly.elc calc-prog.elc calc-rewr.elc \
35         calc-rules.elc calc-sel-2.elc calc-sel.elc calc-stat.elc \
36         calc-store.elc calc-stuff.elc calc-trail.elc calc-undo.elc \
37         calc-units.elc calc-vec.elc calc-yank.elc macedit.elc
38
39 DOCS_TEXINFO_EXTENSION = t
40 STANDARD_DOCS = t
41
42 DATA_FILES = calccard.tex
43 DATA_DEST = .
44
45 PRELOADS = -l calc-macs.el -l calc.el
46
47 include ../../XEmacs.rules