Mercurial > hg > xemacs-beta
view lisp/tooltalk/Makefile @ 132:757f1c4d15f7 xemacs-20-1
Added tag xemacs-20-1p4 for changeset 869e1851236b
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:29:09 +0200 |
parents | 376386a54a3c |
children |
line wrap: on
line source
# @(#)Makefile 1.4 94/04/19 EMACS=../../src/xemacs TOOLTALK.el = tooltalk-macros.el tooltalk-init.el tooltalk-util.el TOOLTALK.elc = $(TOOLTALK.el:.el=.elc) all: $(TOOLTALK.elc) .INIT: tooltalk-load.el $(TOOLTALK.el) .SUFFIXES: .elc .el .el.elc: $(EMACS) -batch -q -f batch-byte-compile $(@:.elc=.el) clean: $(RM) $(TOOLTALK.elc)