X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile;h=0b780dbdd6aa694c209851766b48d2c92632280f;hb=ad70c7508648f96247524e2074e285be9275bb62;hp=6bd3fd51846f10c0859a20372e9193a97b1fdd14;hpb=8f0359f4b12bfcedc05fc4d09836f67554bfdc90;p=elisp%2Ftm.git diff --git a/Makefile b/Makefile index 6bd3fd5..0b780db 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ # -# $Id: Makefile,v 7.16 1996/03/04 09:24:23 morioka Exp morioka $ +# $Id: Makefile,v 7.21 1996/04/21 18:06:22 morioka Exp morioka $ # +SHELL = /bin/sh MAKE = make CC = gcc CFLAGS = -O2 @@ -11,12 +12,13 @@ EMACS = emacs BINS = src/ol2 src/decode-b UTILS = $(BINS) -GOMI = $(BINS) *.elc loadpath +GOMI = $(BINS) mime-setup.el mime-setup.el~ \#mime-setup.el\# *.elc \ + .gnus-compile* FLAGS = -batch -q -no-site-file TM_FILES = tm/README.en tm/ChangeLog \ - tm/Makefile tm/inst-tm tm/tm-els tm/tm-cfg \ - tm/tm-mule.el tm/tm-nemacs.el tm/tm-orig.el tm/tm-def.el \ + tm/Makefile tm/inst-tm tm/TM-ELS tm/TM-CFG \ + tm/tm-def.el \ tm/tm-eword.el tm/tm-ew-d.el tm/tm-ew-e.el \ tm/tm-view.el tm/tm-parse.el \ tm/tm-rich.el tm/tm-image.el \ @@ -45,10 +47,11 @@ TL_FILES = tl/README.en tl/Makefile tl/mk-tl tl/tl-els tl/*.el \ FILES = $(TM_FILES) $(TM_MUA_FILES) $(MEL_FILES) $(TL_FILES) -TARFILE = tm7.46.1.tar.gz +TARFILE = tm7.52.2.tar.gz elc: $(EMACS) $(FLAGS) -l inst-tm -f compile-tm + $(SHELL) .gnus-compile install-elc: elc $(EMACS) $(FLAGS) -l inst-tm -f install-tm