EasyPG 1.07 Released
[packages] / xemacs-packages / tm / Makefile
1 # Makefile for TM 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., 59 Temple Place - Suite 330,
18 # Boston, MA 02111-1307, USA.
19
20 VERSION = 1.43
21 AUTHOR_VERSION =
22 MAINTAINER = SXEmacs Development Team <sxemacs-devel@sxemacs.org>
23 PACKAGE = tm
24 PKG_TYPE = regular
25 REQUIRES = gnus mh-e rmail vm mailcrypt mail-lib apel xemacs-base   \
26         fsf-compat sh-script net-utils ecrypto w3 easypg text-modes \
27         dired
28 CATEGORY = standard
29
30 include ../../Local.rules.inc
31
32 ELCS = char-util.elc cless.elc gnus-art-mime.elc gnus-charset.elc \
33         gnus-mime.elc gnus-sum-mime.elc mel-b.elc \
34         mel-g.elc mel-q.elc mel-u.elc mel.elc message-mime.elc \
35         mime-setup.elc mu-bbdb.elc mu-cite.elc range.elc sc-setup.elc \
36         signature.elc texi-util.elc tl-atype.elc tl-list.elc tl-misc.elc \
37         tl-num.elc tl-seq.elc tl-str.elc tm-bbdb.elc tm-def.elc \
38         tm-edit-mc.elc tm-edit.elc tm-ew-d.elc tm-ew-e.elc tm-file.elc \
39         tm-ftp.elc tm-html.elc tm-image.elc tm-latex.elc tm-mail.elc \
40         tm-mh-e.elc tm-parse.elc tm-partial.elc tm-pgp.elc tm-play.elc \
41         tm-rmail.elc tm-setup.elc tm-tar.elc tm-text.elc tm-view.elc \
42         tm-vm.elc tmh-comp.elc tu-comment.elc tu-replace.elc
43
44 LIBSRC_FILES = $(wildcard lib-src/[a-z]*)
45
46 # vm-version provides 'vm
47 PRELOADS = -l vm-version
48
49 ifeq ($(BUILD_WITHOUT_MULE),)
50 ELCS += latex-math-symbol.elc 
51 endif
52
53 NAMES = tm tm-edit tm-view gnus-mime tm-mh-e
54 NAMES_EN = $(NAMES:%=%-en) tm-vm-en
55
56 ifeq ($(BUILD_WITHOUT_MULE),)
57 NAMES_JA = $(NAMES:%=%-ja)
58 COMPILE_INFO_AS_MULE = t
59 endif
60
61 NAMES_ALL = $(NAMES_EN) $(NAMES_JA)
62
63 EXPLICIT_DOCS = $(NAMES_ALL:%=texi/%.texi)
64
65 include ../../XEmacs.rules