tm 6.19.1
[elisp/tm.git] / Makefile.bc
index de6699f..175bac7 100644 (file)
@@ -1,64 +1,26 @@
 #
-# $Id: Makefile.bc,v 1.4 1995/01/31 10:44:26 morioka Exp $
+# $Id: Makefile.bc,v 5.0 1995/05/10 17:48:56 morioka Exp $
 #
 
-TMMEL  = tm-view.el tm-rmail.el tm-comp.el
-TMMELC = ${TMMEL:el=elc}
-
 TM_EL  = signature.el \
-       tiny-mime.el tm-misc.el tm-$(EMACS_TYPE).el $(TMMEL) tm-rich.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-setup.el mime-setup.el
+ALL_EL = $(TM_EL) tm-vm.el tm-setup.el mime-setup.el
+
+BATCH  = $(EMACS) -batch -q .lpath.el -f eval-current-buffer
 
 .SUFFIXES:     .el .elc
 
 .el.elc:
-       $(EMACS) -batch -q . -f batch-byte-compile $<
+       $(BATCH) -f batch-byte-compile $<
 
 
 all:   $(TM_ELC)
 
-signature.elc: signature.el
-       $(EMACS) -batch -q . -l $(TLSRCDIR)/tl-header.el \
-               -f batch-byte-compile $<
-
-tiny-mime.elc: tiny-mime.el
-       $(EMACS) -batch -q . \
-               -l $(TLSRCDIR)/tl-str.el -l $(TLSRCDIR)/tl-header.el \
-               -f batch-byte-compile $<
-
-tm-misc.elc:   tm-misc.el
-       $(EMACS) -batch -q . \
-               -l $(TLSRCDIR)/tl-str.el -l $(TLSRCDIR)/tl-list.el \
-               -l $(TLSRCDIR)/tl-header.el \
-               -l $(TLSRCDIR)/tl-$(EMACS_TYPE).el \
-               -l tm-$(EMACS_TYPE).el -l tiny-mime.el \
-               -f batch-byte-compile $<
-
-tm-$(EMACS_TYPE).elc:  tm-$(EMACS_TYPE).el
-       $(EMACS) -batch -q . \
-               -l $(TLSRCDIR)/tl-str.el \
-               -l $(TLSRCDIR)/tl-list.el \
-               -l $(TLSRCDIR)/tl-$(EMACS_TYPE).el \
-               -f batch-byte-compile $<
-
-$(TMMELC):     $(TMMEL)
-       $(EMACS) -batch -q . \
-               -l $(TLSRCDIR)/tl-str.el -l $(TLSRCDIR)/tl-list.el \
-               -l $(TLSRCDIR)/tl-header.el \
-               -l $(TLSRCDIR)/tl-$(EMACS_TYPE).el \
-               -l tm-$(EMACS_TYPE).el -l tiny-mime.el -l tm-misc.el \
-               -f batch-byte-compile $?
-
-tm-rich.elc:   tm-rich.el
-       $(EMACS) -batch -q . \
-               -l $(TLSRCDIR)/tl-str.el -l $(TLSRCDIR)/tl-list.el \
-               -l $(TLSRCDIR)/tl-header.el \
-               -l $(TLSRCDIR)/tl-$(EMACS_TYPE).el \
-               -l tm-$(EMACS_TYPE).el -l tiny-mime.el -l tm-misc.el \
-               -l tm-view.el \
-               -f batch-byte-compile $<
-
+$(TM_ELC):
 
 install:
        -(cd $(TMDIR); chmod +w $(ALL_EL))