tm 7.80.
[elisp/tm.git] / Makefile.bc
1 #
2 # $Id: Makefile.bc,v 6.5 1995/06/26 08:08:51 morioka Exp morioka $
3 #
4
5 TM_EL   = signature.el \
6         tiny-mime.el tm-misc.el tm-$(EMACS_TYPE).el \
7         tm-view.el \
8         tm-rich.el richtext.el tinyrich.el \
9         tm-ftp.el tm-latex.el tm-partial.el \
10         tm-rmail.el \
11         tm-comp.el # tm-evs.el 
12 TM_ELC  = ${TM_EL:el=elc}
13 ALL_EL  = $(TM_EL) tm-setup.el mime-setup.el
14
15 TM_VM_EL  = tm-vm.el
16 TM_VM_ELC = ${TM_VM_EL:el=elc}
17
18 BATCH   = $(EMACS) -batch loadpath -f eval-current-buffer
19
20 RM      = /bin/rm -f
21
22 .SUFFIXES:      .el .elc
23
24 .el.elc:
25         $(BATCH) -f batch-byte-compile $<
26
27
28 all:    $(TM_ELC)
29
30 $(TM_ELC):
31
32 install:
33         ./inst-el $(TMDIR) $(ALL_EL)
34         ./inst-elc $(TMDIR) $(TM_ELC)
35
36
37 tm-vm:  $(TM_VM_ELC)
38
39 $(TM_VM_ELC):
40
41 install-tm-vm:
42         ./inst-el $(TMDIR) $(TM_VM_EL)
43         ./inst-elc $(TMDIR) $(TM_VM_ELC)
44
45
46 clean:
47         -$(RM) *.elc