Delete garbages.
[elisp/tm.git] / Makefile.bc
diff --git a/Makefile.bc b/Makefile.bc
deleted file mode 100644 (file)
index 4cbc7ac..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-#
-# $Id: Makefile.bc,v 6.5 1995/06/26 08:08:51 morioka Exp morioka $
-#
-
-TM_EL  = signature.el \
-       tiny-mime.el tm-misc.el tm-$(EMACS_TYPE).el \
-       tm-view.el \
-       tm-rich.el richtext.el tinyrich.el \
-       tm-ftp.el tm-latex.el tm-partial.el \
-       tm-rmail.el \
-       tm-comp.el # tm-evs.el 
-TM_ELC = ${TM_EL:el=elc}
-ALL_EL = $(TM_EL) tm-setup.el mime-setup.el
-
-TM_VM_EL  = tm-vm.el
-TM_VM_ELC = ${TM_VM_EL:el=elc}
-
-BATCH  = $(EMACS) -batch loadpath -f eval-current-buffer
-
-RM     = /bin/rm -f
-
-.SUFFIXES:     .el .elc
-
-.el.elc:
-       $(BATCH) -f batch-byte-compile $<
-
-
-all:   $(TM_ELC)
-
-$(TM_ELC):
-
-install:
-       ./inst-el $(TMDIR) $(ALL_EL)
-       ./inst-elc $(TMDIR) $(TM_ELC)
-
-
-tm-vm: $(TM_VM_ELC)
-
-$(TM_VM_ELC):
-
-install-tm-vm:
-       ./inst-el $(TMDIR) $(TM_VM_EL)
-       ./inst-elc $(TMDIR) $(TM_VM_ELC)
-
-
-clean:
-       -$(RM) *.elc