# -*- Mode: Makefile -*- # Makefile -- # # This file is part of ILISP. # Please refer to the file COPYING for copyrights and licensing # information. # Please refer to the file ACKNOWLEGDEMENTS for an (incomplete) list # of present and past contributors. # # $Id: Makefile,v 1.59 2010-01-10 12:58:38 viteno-guest Exp $ # Note: this makefile assumes GNU make # 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. #============================================================================== # Various Variables VERSION = 1.38 AUTHOR_VERSION = 5.12.0 MAINTAINER = ilisp Maintainers PACKAGE = ilisp PKG_TYPE = regular REQUIRES = xemacs-base mail-lib fsf-compat eterm sh-script CATEGORY = standard PRELOADS = -l ilisp-def -l ilisp-dia -l comint ELCS = ilxemacs.elc ilcompat.elc completer.elc comint-ipc.elc bridge.elc \ ilisp-def.elc ilisp-sym.elc \ ilisp-inp.elc ilisp-ind.elc ilisp-prc.elc ilisp-val.elc \ ilisp-out.elc ilisp-mov.elc \ ilisp-key.elc ilisp-prn.elc ilisp-low.elc ilisp-doc.elc \ ilisp-ext.elc ilisp-mod.elc ilisp-dia.elc ilisp-cmt.elc \ ilisp-rng.elc ilisp-hnd.elc ilisp-utl.elc ilisp-cmp.elc \ ilisp-kil.elc ilisp-snd.elc ilisp-xfr.elc ilisp-hi.elc \ ilisp-aut.elc ilisp-mnb.elc ild.elc \ ilisp-cl.elc ilisp-ccl.elc ilisp-cmu.elc ilisp-sbcl.elc \ ilisp-chs.elc ilisp-acl.elc ilisp-kcl.elc ilisp-hlw.elc \ ilisp-luc.elc ilisp-xls.elc ilisp-openmcl.elc ilisp-sch.elc \ ilisp-cl-easy-menu.elc ilisp-scheme-easy-menu.elc ilisp-imenu.elc \ ilisp.elc ELCS_1 = extra/hyperspec.elc extra/cltl2.elc ELCS_1_DEST = ilisp/extra ELCS_1_FILES = extra/README extra/hyperspec.el extra/cltl2.el EXPLICIT_DOCS = docs/$(PACKAGE).texi EXTRA_DOC_FILES = docs/README docs/doc-changes.txt docs/Makefile docs/ilisp-refcard.tex EXTRA_SOURCES = *.lisp *.scm COPYING INSTALLATION HISTORY README \ ilisp.el completer.el ilisp-mnb.el \ Welcome GETTING-ILISP ilisp.emacs Makefile comint-v18.el.upstream \ ilcompat.el ild.el ilfsf18.el ilfsf19.el ilfsf20.el \ ilisp-bat.el ilisp-bug.el ilisp-cl-easy-menu.el \ ilisp-imenu.el ilisp-mak.el ilisp-menu.el ilisp-s2c.el \ ilisp-scheme-easy-menu.el ilisp-src.el illuc19.el ilxemacs.el DATA_FILES = pictures/ilisp* DATA_DEST = ilisp include ../../XEmacs.rules FaslFiles = *.fasl *.fas *.lib *.x86f *.sparcf *.pfsl # The 'rm' command used (we redefine it mostly because it may be # aliased) RM = /bin/rm -f compress: gzip *.el clean:: -$(RM) *~ extra/*~ TAGS $(FaslFiles) loadfile: touch ilisp-all.elc cat $(ELCS) > ilisp-all.elc $(RM) $(ELCS) # Note that the redirection is done by a Bourne Shell.