Initial Commit
[packages] / xemacs-packages / hyperbole / Makefile
1 # Makefile for XEmacs development 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 # This XEmacs package contains independent single file lisp packages
21
22 VERSION = 1.22
23 AUTHOR_VERSION = 5.0.5
24 MAINTAINER = Mats Lidell <matsl@xemacs.org>
25 PACKAGE = hyperbole
26 PKG_TYPE = regular
27 REQUIRES = xemacs-base mail-lib calendar vm text-modes gnus mh-e rmail apel tm \
28         sh-script net-utils ecrypto
29 CATEGORY = standard
30
31 EXTRA_SOURCES = hsite.el hui-em19-b.el hui-ep-but.el hui-epV4-b.el \
32                 hui-xe-but.el h-skip-bytec.lsp file-newer smart-clib-sym \
33                 MANIFEST DEMO .hypb _hypb GNUmakefile.id
34
35 LISPFILES = \
36         hact.el hactypes.el hargs.el hbdata.el hbmap.el hbut.el \
37         hgnus.el hhist.el hib-doc-id.el hib-kbd.el hibtypes.el \
38         hinit.el hlvar.el hmail.el hmh.el hmoccur.el hmous-info.el \
39         hmouse-drv.el hmouse-key.el hmouse-mod.el hmouse-reg.el \
40         hmouse-sh.el hmouse-tag.el hpath.el hrmail.el hsmail.el \
41         hsys-w3.el hsys-wais.el hsys-www.el hsys-hbase.el \
42         htz.el hui-menu.el hui-mini.el hui-mouse.el hui-window.el \
43         hui.el hvar.el hversion.el hvm.el hypb.el hyperbole.el \
44         set.el wconfig.el wrolo-logic.el wrolo-menu.el wrolo.el \
45
46 LISPFILES_KOTL = \
47         kotl/kfile.el kotl/kfill.el kotl/kimport.el kotl/klabel.el \
48         kotl/klink.el kotl/kmenu.el kotl/knode.el kotl/kotl-mode.el \
49         kotl/kotl.el kotl/kproperty.el kotl/kexport.el \
50         kotl/kprop-xe.el kotl/kview.el kotl/kvspec.el
51
52
53 ELCS = $(LISPFILES:.el=.elc)
54
55 ELCS_1 = $(LISPFILES_KOTL:.el=.elc)
56 ELCS_1_DEST = $(PACKAGE)/kotl
57 ELCS_1_FILES = $(LISPFILES_KOTL:.el=.elc) $(LISPFILES_KOTL) kotl/MANIFEST kotl/EXAMPLE.kotl
58
59 EXPLICIT_DOCS = man/$(PACKAGE).texi
60 MAKEINFO_FLAGS = -Iman
61
62 DATA_FILES = man/hypb-mouse.txt
63 DATA_DEST = $(PACKAGE)
64
65 PRELOADS = -eval '(setq hyperb:dir "./")' -l ./hversion.el -l ./hyperbole.el -l ./hsite.el
66
67 EARLY_GENERATED_LISP = hsite.el
68
69 include ../../XEmacs.rules
70
71 hsite.el: hsite-ex.el
72         \test -f hsite.el || cp hsite-ex.el hsite.el