comparison lisp/tooltalk/Makefile @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents 376386a54a3c
children
comparison
equal deleted inserted replaced
69:804d1389bcd6 70:131b0175ea99
1 # @(#)Makefile 1.4 94/04/19
2
3 EMACS=../../src/xemacs
4
5 TOOLTALK.el = tooltalk-macros.el tooltalk-init.el tooltalk-util.el
6 TOOLTALK.elc = $(TOOLTALK.el:.el=.elc)
7
8 all: $(TOOLTALK.elc)
9
10 .INIT: tooltalk-load.el $(TOOLTALK.el)
11
12 .SUFFIXES: .elc .el
13
14 .el.elc:
15 $(EMACS) -batch -q -f batch-byte-compile $(@:.elc=.el)
16
17 clean:
18 $(RM) $(TOOLTALK.elc)