Remove non-free old and crusty clearcase pkg
[packages] / xemacs-packages / semantic / Makefile
1 # Makefile for semantic 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 VERSION = 1.23
21 AUTHOR_VERSION = 2.0pre4
22 MAINTAINER = XEmacs Development Team <xemacs-beta@xemacs.org>
23 AUTHOR = Eric M. Ludlam <zappo@gnu.org>
24 PACKAGE = semantic
25 PKG_TYPE = regular
26 REQUIRES = ede cedet-common eieio xemacs-base xemacs-devel edit-utils speedbar texinfo \
27         fsf-compat cc-mode edebug sgml
28 CATEGORY = standard
29
30 ELCS =   semantic-alias.elc \
31   semantic-adebug-eieio.elc semantic-adebug.elc semantic-analyze.elc \
32   semantic-ast.elc semantic-bnf.elc semantic-cb.elc \
33   semantic-chart.elc semantic-complete.elc semantic-ctxt.elc \
34   semantic-debug.elc semantic-decorate-mode.elc semantic-decorate.elc \
35   semantic-dep.elc semantic-doc.elc semantic-ede-grammar.elc \
36   semantic-edit.elc semantic-example.elc semantic-find.elc \
37   semantic-format.elc semantic-fw.elc semantic-grammar-wy.elc \
38   semantic-grammar.elc semantic-html.elc semantic-ia-sb.elc semantic-ia.elc \
39   semantic-idle.elc semantic-imenu.elc \
40   semantic-lex-spp.elc semantic-lex.elc semantic-load.elc \
41   semantic-mru-bookmark.elc semantic-regtest.elc semantic-sb.elc \
42   semantic-sort.elc semantic-tag-file.elc \
43   semantic-tag-ls.elc semantic-tag.elc semantic-texi.elc semantic-utest.elc \
44   semantic-util-modes.elc semantic-util.elc semantic.elc \
45   semanticdb-ebrowse.elc semanticdb-el.elc semanticdb-file.elc \
46   semanticdb-find.elc semanticdb-mk.elc semanticdb-search.elc \
47   semanticdb-skel.elc semanticdb-system.elc semanticdb.elc senator.elc \
48   sformat.elc wisent/bison-wisent.elc wisent/semantic-wisent.elc \
49   bovine/bovine-debug.elc bovine/bovine-grammar-macros.elc \
50   bovine/bovine-grammar.elc bovine/erlang-edoc.elc \
51   bovine/semantic-bovine.elc bovine/semantic-c-by.elc bovine/semantic-c.elc \
52   bovine/semantic-el.elc bovine/semantic-erlang-by.elc \
53   bovine/semantic-erlang.elc bovine/semantic-java.elc \
54   bovine/semantic-make-by.elc bovine/semantic-make.elc \
55   bovine/semantic-scm-by.elc bovine/semantic-scm.elc \
56   document-vars.elc document.elc \
57   wisent/wisent-awk-wy.elc wisent/wisent-calc-wy.elc wisent/wisent-calc.elc \
58   wisent/wisent-cim-wy.elc wisent/wisent-comp.elc wisent/wisent-debug.elc \
59   wisent/wisent-expr.elc wisent/wisent-grammar-macros.elc \
60   wisent/wisent-grammar.elc wisent/wisent-java-tags-wy.elc \
61   wisent/wisent-java-tags.elc wisent/wisent-java-wy.elc \
62   wisent/wisent-java.elc wisent/wisent-python-wy.elc \
63   wisent/wisent-python.elc wisent/wisent.elc working.elc
64
65 EXTRA_SOURCES = ChangeLog.upstream INSTALL NEWS Project.ede bovine/semantic-skel.el $(wildcard *.bnf)
66
67 PRELOADS = -eval \("push \"./wisent\" load-path"\) -eval \("push \"./bovine\" load-path"\) -l semantic-alias -l semantic -l semantic-debug -l semantic-grammar -l semantic-bovine -l semantic-loaddefs -l semantic-find -l wisent-comp
68
69 PACKAGE_FUTURE = -l ../../package-future
70
71 EXPLICIT_DOCS = doc/semantic.texi doc/user-guide.texi \
72   doc/app-dev-guide.texi doc/lang-support-guide.texi \
73   doc/bovine.texi doc/wisent.texi
74
75 EXTRA_TEXI_FILES = doc/glossary.texi doc/overview.texi doc/installation.texi \
76   doc/fdl.texi doc/internals.texi doc/semanticheader.texi \
77   doc/minor-modes.texi doc/tags.texi
78
79 include ../../XEmacs.rules