# Makefile for TM lisp code # This file is part of XEmacs. # XEmacs is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the # Free Software Foundation; either version 2, or (at your option) any # later version. # XEmacs is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. # You should have received a copy of the GNU General Public License # along with XEmacs; see the file COPYING. If not, write to # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. VERSION = 1.42 AUTHOR_VERSION = MAINTAINER = XEmacs Development Team PACKAGE = tm PKG_TYPE = regular REQUIRES = gnus mh-e rmail vm mailcrypt mail-lib apel xemacs-base \ fsf-compat sh-script net-utils ecrypto CATEGORY = standard include ../../Local.rules.inc ELCS = char-util.elc cless.elc gnus-art-mime.elc gnus-charset.elc \ gnus-mime.elc gnus-sum-mime.elc mel-b.elc \ mel-g.elc mel-q.elc mel-u.elc mel.elc message-mime.elc \ mime-setup.elc mu-bbdb.elc mu-cite.elc range.elc sc-setup.elc \ signature.elc texi-util.elc tl-atype.elc tl-list.elc tl-misc.elc \ tl-num.elc tl-seq.elc tl-str.elc tm-bbdb.elc tm-def.elc \ tm-edit-mc.elc tm-edit.elc tm-ew-d.elc tm-ew-e.elc tm-file.elc \ tm-ftp.elc tm-html.elc tm-image.elc tm-latex.elc tm-mail.elc \ tm-mh-e.elc tm-parse.elc tm-partial.elc tm-pgp.elc tm-play.elc \ tm-rmail.elc tm-setup.elc tm-tar.elc tm-text.elc tm-view.elc \ tm-vm.elc tmh-comp.elc tu-comment.elc tu-replace.elc LIBSRC_FILES = $(wildcard lib-src/[a-z]*) # vm-version provides 'vm PRELOADS = -l vm-version ifeq ($(BUILD_WITHOUT_MULE),) ELCS += latex-math-symbol.elc endif NAMES = tm tm-edit tm-view gnus-mime tm-mh-e NAMES_EN = $(NAMES:%=%-en) tm-vm-en ifeq ($(BUILD_WITHOUT_MULE),) NAMES_JA = $(NAMES:%=%-ja) COMPILE_INFO_AS_MULE = t endif NAMES_ALL = $(NAMES_EN) $(NAMES_JA) EXPLICIT_DOCS = $(NAMES_ALL:%=texi/%.texi) include ../../XEmacs.rules