oo-browser -- Update and prettify package-info.in provides.
[packages] / xemacs-packages / oo-browser / 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.07
23 AUTHOR_VERSION = 4.08
24 MAINTAINER = Jake Colman <jake.colman@xemacs.org>
25 PACKAGE = oo-browser
26 PKG_TYPE = regular
27 REQUIRES = xemacs-base hyperbole gnus sh-script
28 CATEGORY = standard
29
30 ELCS =  br-c-ft.elc br-c++-ft.elc br-c++.elc br-clos-ft.elc \
31         br-clos.elc br-compl.elc \
32         br-eif-ft.elc br-eif.elc br-env.elc br-ftr.elc br-info.elc \
33         br-init.elc br-java.elc br-java-ft.elc \
34         br-lib.elc br-menu.elc br-name.elc br-objc-ft.elc \
35         br-objc.elc br-python.elc br-python-ft.elc br-site.elc br-vers.elc \
36         br-smt.elc br-start.elc br-tree.elc br.elc c++-browse.elc \
37         clos-brows.elc eif-browse.elc eif-calls.elc eif-ise-er.elc \
38         hasht.elc hmouse-br.elc info-brows.elc java-brows.elc \
39         objc-brows.elc pyth-brows.elc smt-browse.elc
40
41 PRELOADS = -l br-start.el 
42
43 EXTRA_SOURCES = br-c-tags BR-VERSION br-help br-help-ms \
44                 Makefile Make-Env BR-COPY BR-RELEASE BR-README BR-FEATURES \
45                 man/oo-browser.texi
46
47 EXPLICIT_DOCS = man/$(PACKAGE).texi
48 MAKEINFO_FLAGS = -Iman
49
50 include ../../XEmacs.rules
51