# Makefile for Riece 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. # This XEmacs package contains the riece IRC client package VERSION = 1.26 AUTHOR_VERSION = 3.1.2 MAINTAINER = Daiki Ueno PACKAGE = riece PKG_TYPE = regular REQUIRES = xemacs-base mail-lib bbdb CATEGORY = standard include ../../Local.rules.inc ELCS = lisp/riece.elc lisp/riece-000.elc lisp/riece-200.elc \ lisp/riece-300.elc lisp/riece-400.elc lisp/riece-500.elc \ lisp/riece-addon-modules.elc lisp/riece-addon.elc lisp/riece-alias.elc \ lisp/riece-async.elc lisp/riece-biff.elc lisp/riece-button.elc \ lisp/riece-cache.elc lisp/riece-channel.elc lisp/riece-coding.elc \ lisp/riece-commands.elc lisp/riece-compat.elc lisp/riece-complete.elc \ lisp/riece-ctcp.elc lisp/riece-ctlseq.elc lisp/riece-debug.elc \ lisp/riece-develop.elc lisp/riece-display.elc lisp/riece-doctor.elc \ lisp/riece-epg.elc lisp/riece-eval-ruby.elc lisp/riece-eval.elc \ lisp/riece-filter.elc lisp/riece-foolproof.elc lisp/riece-globals.elc \ lisp/riece-google.elc lisp/riece-guess.elc lisp/riece-handle.elc \ lisp/riece-hangman.elc lisp/riece-highlight.elc lisp/riece-history.elc \ lisp/riece-icon.elc lisp/riece-identity.elc lisp/riece-ignore.elc \ lisp/riece-irc.elc lisp/riece-kakasi.elc lisp/riece-keepalive.elc \ lisp/riece-keyword.elc lisp/riece-layout.elc lisp/riece-log.elc \ lisp/riece-lsdb.elc lisp/riece-menu.elc lisp/riece-message.elc \ lisp/riece-mini.elc lisp/riece-misc.elc lisp/riece-mode.elc \ lisp/riece-naming.elc lisp/riece-options.elc \ lisp/riece-package-info.elc lisp/riece-rdcc.elc lisp/riece-ruby.elc \ lisp/riece-server.elc lisp/riece-shrink-buffer.elc \ lisp/riece-signal.elc lisp/riece-toolbar.elc lisp/riece-unread.elc \ lisp/riece-url.elc lisp/riece-user.elc lisp/riece-version.elc \ lisp/riece-xemacs.elc lisp/riece-xface.elc lisp/riece-xfaceb.elc \ lisp/riece-yank.elc EXTRA_SOURCES = lisp/riece-emacs.el lisp/riece-ndcc.el \ lisp/riece-skk-kakutei.el lisp/riece-mcat.el \ lisp/riece-mcat-japanese.el lisp/riece-package-info.el.in \ lisp/url-riece.el AUTOLOAD_PATH = lisp EXPLICIT_DOCS = doc/riece-en.texi ifeq ($(BUILD_WITHOUT_MULE),) COMPILE_INFO_AS_MULE = t EXPLICIT_DOCS += doc/riece-ja.texi ELCS += lisp/riece-skk-kakutei.elc lisp/riece-mcat.elc \ lisp/riece-mcat-japanese.elc endif PRELOADS = -eval \("push \"./lisp\" load-path"\) DATA_FILES = AUTHORS NEWS NEWS.ja README README.ja doc/HACKING doc/HACKING.ja DATA_DEST = $(PACKAGE) DATA_1_FILES = $(wildcard lisp/*.xpm) DATA_1_DEST = $(PACKAGE) DATA_2_FILES = $(wildcard lisp/*.rb) DATA_2_DEST = $(PACKAGE) include ../../XEmacs.rules