1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
# Makefile for XEmacs development 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 independent single file lisp packages
VERSION = 1.05
AUTHOR_VERSION = 4.08
MAINTAINER = Jake Colman <jake.colman@xemacs.org>
PACKAGE = oo-browser
PKG_TYPE = regular
REQUIRES = xemacs-base hyperbole gnus sh-script
CATEGORY = standard
ELCS = br-c-ft.elc br-c++-ft.elc br-c++.elc br-clos-ft.elc \
br-clos.elc br-compl.elc \
br-eif-ft.elc br-eif.elc br-env.elc br-ftr.elc br-info.elc \
br-init.elc br-java.elc br-java-ft.elc \
br-lib.elc br-menu.elc br-name.elc br-objc-ft.elc \
br-objc.elc br-python.elc br-python-ft.elc br-site.elc br-vers.elc \
br-smt.elc br-start.elc br-tree.elc br.elc c++-browse.elc \
clos-brows.elc eif-browse.elc eif-calls.elc eif-ise-er.elc \
hasht.elc hmouse-br.elc info-brows.elc java-brows.elc \
objc-brows.elc pyth-brows.elc smt-browse.elc
PRELOADS = -l br-start.el
EXTRA_SOURCES = br-c-tags BR-VERSION br-help br-help-ms \
Makefile Make-Env BR-COPY BR-RELEASE BR-README BR-FEATURES \
man/oo-browser.texi
EXPLICIT_DOCS = man/$(PACKAGE).texi
MAKEINFO_FLAGS = -Iman
include ../../XEmacs.rules
|