Mercurial > hg > xemacs-beta
diff lisp/tooltalk/Makefile @ 0:376386a54a3c r19-14
Import from CVS: tag r19-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:45:50 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lisp/tooltalk/Makefile Mon Aug 13 08:45:50 2007 +0200 @@ -0,0 +1,18 @@ +# @(#)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)