# Makefile for semantic 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. VERSION = 1.23 AUTHOR_VERSION = 2.0pre4 MAINTAINER = XEmacs Development Team AUTHOR = Eric M. Ludlam PACKAGE = semantic PKG_TYPE = regular REQUIRES = ede cedet-common eieio xemacs-base xemacs-devel edit-utils speedbar texinfo \ fsf-compat cc-mode edebug sgml CATEGORY = standard ELCS = semantic-alias.elc \ semantic-adebug-eieio.elc semantic-adebug.elc semantic-analyze.elc \ semantic-ast.elc semantic-bnf.elc semantic-cb.elc \ semantic-chart.elc semantic-complete.elc semantic-ctxt.elc \ semantic-debug.elc semantic-decorate-mode.elc semantic-decorate.elc \ semantic-dep.elc semantic-doc.elc semantic-ede-grammar.elc \ semantic-edit.elc semantic-example.elc semantic-find.elc \ semantic-format.elc semantic-fw.elc semantic-grammar-wy.elc \ semantic-grammar.elc semantic-html.elc semantic-ia-sb.elc semantic-ia.elc \ semantic-idle.elc semantic-imenu.elc \ semantic-lex-spp.elc semantic-lex.elc semantic-load.elc \ semantic-mru-bookmark.elc semantic-regtest.elc semantic-sb.elc \ semantic-sort.elc semantic-tag-file.elc \ semantic-tag-ls.elc semantic-tag.elc semantic-texi.elc semantic-utest.elc \ semantic-util-modes.elc semantic-util.elc semantic.elc \ semanticdb-ebrowse.elc semanticdb-el.elc semanticdb-file.elc \ semanticdb-find.elc semanticdb-mk.elc semanticdb-search.elc \ semanticdb-skel.elc semanticdb-system.elc semanticdb.elc senator.elc \ sformat.elc wisent/bison-wisent.elc wisent/semantic-wisent.elc \ bovine/bovine-debug.elc bovine/bovine-grammar-macros.elc \ bovine/bovine-grammar.elc bovine/erlang-edoc.elc \ bovine/semantic-bovine.elc bovine/semantic-c-by.elc bovine/semantic-c.elc \ bovine/semantic-el.elc bovine/semantic-erlang-by.elc \ bovine/semantic-erlang.elc bovine/semantic-java.elc \ bovine/semantic-make-by.elc bovine/semantic-make.elc \ bovine/semantic-scm-by.elc bovine/semantic-scm.elc \ document-vars.elc document.elc \ wisent/wisent-awk-wy.elc wisent/wisent-calc-wy.elc wisent/wisent-calc.elc \ wisent/wisent-cim-wy.elc wisent/wisent-comp.elc wisent/wisent-debug.elc \ wisent/wisent-expr.elc wisent/wisent-grammar-macros.elc \ wisent/wisent-grammar.elc wisent/wisent-java-tags-wy.elc \ wisent/wisent-java-tags.elc wisent/wisent-java-wy.elc \ wisent/wisent-java.elc wisent/wisent-python-wy.elc \ wisent/wisent-python.elc wisent/wisent.elc working.elc EXTRA_SOURCES = ChangeLog.upstream INSTALL NEWS Project.ede bovine/semantic-skel.el $(wildcard *.bnf) 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 PACKAGE_FUTURE = -l ../../package-future EXPLICIT_DOCS = doc/semantic.texi doc/user-guide.texi \ doc/app-dev-guide.texi doc/lang-support-guide.texi \ doc/bovine.texi doc/wisent.texi EXTRA_TEXI_FILES = doc/glossary.texi doc/overview.texi doc/installation.texi \ doc/fdl.texi doc/internals.texi doc/semanticheader.texi \ doc/minor-modes.texi doc/tags.texi include ../../XEmacs.rules