X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mh-e%2FMakefile.bc;h=00b906954d89be26ccd52cff9298b1f2e0f44671;hb=fe8761fcfaa18799752717f6b39c95304e1e6192;hp=38d14c2efacc1036dc6c9f24689930eb97570acf;hpb=543b5aa2bb47a0e926a5db3719892f203b000956;p=elisp%2Ftm.git diff --git a/mh-e/Makefile.bc b/mh-e/Makefile.bc index 38d14c2..00b9069 100644 --- a/mh-e/Makefile.bc +++ b/mh-e/Makefile.bc @@ -1,11 +1,13 @@ # -# $Id: Makefile.bc,v 1.1 1995/01/10 12:28:22 morioka Exp $ +# $Id: Makefile.bc,v 6.1 1995/05/16 12:20:36 morioka Exp $ # .SUFFIXES: .el .elc +BATCH = $(EMACS) -batch ../loadpath -f eval-current-buffer . + .el.elc: - $(EMACS) -batch -q . -f batch-byte-compile $< + $(BATCH) -l mh-e -f batch-byte-compile $< mh-e3: tm-mh-e.elc tm-mh-e3.elc @@ -14,15 +16,5 @@ mh-e4: tm-mh-e.elc tm-mh-e.elc: tm-mh-e.el - $(EMACS) -batch -q . -l $(TLDIR)/tl-str.el -l $(TLDIR)/tl-list.el \ - -l $(TLDIR)/tl-header.el -l $(TLDIR)/tl-$(EMACS_TYPE).el \ - -l $(TMDIR)/tm-$(EMACS_TYPE).el -l $(TMDIR)/tiny-mime.el \ - -l $(TMDIR)/tm-misc.el -l mh-e \ - -f batch-byte-compile $< tm-mh-e3.elc: tm-mh-e3.el - $(EMACS) -batch -q . -l $(TLDIR)/tl-str.el -l $(TLDIR)/tl-list.el \ - -l $(TLDIR)/tl-header.el -l $(TLDIR)/tl-$(EMACS_TYPE).el \ - -l $(TMDIR)/tm-$(EMACS_TYPE).el -l $(TMDIR)/tiny-mime.el \ - -l $(TMDIR)/tm-misc.el -l mh-e -l tm-mh-e.el \ - -f batch-byte-compile $<