# # $Id: Makefile.bc,v 4.0 1995/04/27 21:05:48 morioka Exp $ # TM_EL = signature.el \ tiny-mime.el tm-misc.el tm-$(EMACS_TYPE).el \ tm-view.el tm-rich.el tm-ftp.el tm-latex.el tm-partial.el \ tm-rmail.el \ tm-comp.el TM_ELC = ${TM_EL:el=elc} ALL_EL = $(TM_EL) tm-vm.el tm-setup.el mime-setup.el .SUFFIXES: .el .elc .el.elc: $(EMACS) -batch -l .lpath.el -f batch-byte-compile $< all: $(TM_ELC) $(TM_ELC): install: -(cd $(TMDIR); chmod +w $(ALL_EL)) cp -p $(ALL_EL) $(TMDIR) mv $(TM_ELC) $(TMDIR) clean: -rm *.elc