tm 5.21.7
[elisp/tm.git] / gnus / Makefile.bc
1 #
2 # $Id: Makefile.bc,v 1.2 1995/01/13 20:51:03 morioka Exp $
3 #
4
5 .SUFFIXES:      .el .elc
6
7 .el.elc:
8         $(EMACS) -batch -q . \
9                 -l $(TLDIR)/tl-str.el -l $(TLDIR)/tl-list.el \
10                 -l $(TLDIR)/tl-header.el -l $(TLDIR)/tl-$(EMACS_TYPE).el \
11                 -l $(TMDIR)/tm-$(EMACS_TYPE).el \
12                 -l $(TMDIR)/tiny-mime.el -l $(TMDIR)/tm-misc.el \
13                 -l $(TMDIR)/tm-view.el \
14                 -l gnus -l tm-$(GNUS_TYPE).el -l tm-gnus.el \
15                 -f batch-byte-compile $<
16
17 all:    tm-gnus.elc tm-$(GNUS_TYPE).elc
18
19 tm-gnus.elc:    tm-gnus.el
20
21 tm-$(GNUS_TYPE).elc:    tm-$(GNUS_TYPE).el
22