Remove old and crusty Sun pkg
[packages] / xemacs-packages / apel / Makefile.orig
1 # Makefile for apel lisp code
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., 51 Franklin St, Fifth Floor,
18 # Boston, MA  02110-1301  USA
19
20 VERSION = 1.36
21 AUTHOR_VERSION = 10.7
22 MAINTAINER = XEmacs Development Team <xemacs-beta@xemacs.org>
23 PACKAGE = apel
24 PKG_TYPE = regular
25 REQUIRES = fsf-compat xemacs-base
26 CATEGORY = standard
27
28 include ../../Local.rules.inc
29
30 PACKAGE_SUPPRESS = \
31   (package-suppress 'apel \"alist\" '(emacs-version>= 21 5))
32
33 ELCS = alist.elc apel-ver.elc broken.elc calist.elc emu.elc filename.elc \
34         install.elc inv-xemacs.elc invisible.elc mcharset.elc \
35         mule-caesar.elc path-util.elc pccl.elc pces-20.elc pces-xfc.elc \
36         pces.elc pcustom.elc poe-xemacs.elc poe.elc poem.elc product.elc \
37         pym.elc richtext.elc static.elc
38
39 ## The following files are no longer in upstream apel, but tm needs them.
40 ELCS += std11.elc std11-parse.elc
41
42 ## The following files are considered obsolete, but bbdb-rmail needs them.
43 ELCS += atype.elc file-detect.elc
44
45 ## The following files are only needed for non-MULE XEmacsen.
46 ELCS += mcs-ltn1.elc poem-ltn1.elc
47
48 EXTRA_SOURCES = README.en ChangeLog.upstream
49
50 ifeq ($(BUILD_WITHOUT_MULE),)
51 ELCS += mcs-20.elc mcs-xm.elc mcs-xmu.elc pccl-20.elc \
52         pces-raw.elc pces-xm.elc poem-xm.elc
53 EXTRA_SOURCES += README.ja
54 endif
55
56 PRELOADS = -l poe.el
57
58 include ../../XEmacs.rules