X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile;h=7d35a1b0f5ae7f1ae290f6e46ed4f02090acbc81;hb=29e661110079bf0d047d34fa64f7a963d06b7522;hp=1db039d6d6114a4142dd24a4a03964b3b3a27bde;hpb=85e625be2efa8aa5aad0386fefe5e10d99c21dc2;p=elisp%2Ftm.git diff --git a/Makefile b/Makefile index 1db039d..7d35a1b 100644 --- a/Makefile +++ b/Makefile @@ -1,158 +1,96 @@ # -# $Id: Makefile,v 7.1 1995/10/03 05:14:34 morioka Exp morioka $ +# $Id: Makefile,v 7.26 1996/09/03 15:32:35 morioka Exp $ # -include config.tm - -UTILS = ol2 decode-b -GOMI = $(UTILS) *.elc loadpath - -TM_FILES = tm/README.eng tm/rel-*.ol tm/Changes* \ - tm/config.tm tm/Makefile tm/mk-tm \ - tm/tm-mule.el tm/tm-nemacs.el tm/tm-orig.el tm/tm-def.el \ +SHELL = /bin/sh +MAKE = make +CC = gcc +CFLAGS = -O2 +RM = /bin/rm -f +CP = /bin/cp -p +EMACS = emacs + +BINS = src/ol2 src/decode-b +UTILS = $(BINS) +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-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-play.el \ - tm/tm-ftp.el tm/tm-latex.el tm/tm-w3.el tm/tm-partial.el \ + tm/tm-view.el tm/tm-parse.el \ + tm/tm-text.el tm/tm-image.el \ + tm/tm-play.el tm/tm-partial.el tm/tm-pgp.el \ + tm/tm-ftp.el tm/tm-latex.el tm/tm-html.el tm/tm-file.el \ tm/tm-tar.el \ - tm/tm-rich.el tm/richtext.el tm/tinyrich.el \ - tm/tm-comp.el \ - tm/tm-setup.el tm/mime-setup.el \ - tm/signature.el tm/sc-setup.el tm/gnushook.el \ - tm/*.c tm/methods/tm* \ - tm/doc/Makefile tm/doc/*.pln tm/doc/*.ol tm/doc/*.tex \ - tm/doc/*.texi - -TM_MUA_FILES = tm/tm-rmail.el tm/tm-vm.el \ + tm/tm-bbdb.el \ + tm/tm-edit.el tm/signature.el \ + tm/tm-setup.el tm/mime-setup.el.in \ + tm/sc-setup.el \ + tm/methods/tm* tm/methods/ChangeLog \ + tm/src/*.c \ + tm/doc/Makefile tm/doc/*.ol tm/doc/*.tex \ + tm/doc/*.texi tm/old-logs/*.en tm/old-logs/*.ja + +TM_MUA_FILES = tm/tm-rmail.el tm/tm-vm.el tm/tm-mail.el \ tm/gnus/Makefile tm/gnus/*-path tm/gnus/mk-tgnus \ - tm/gnus/*.el \ - tm/mh-e/Makefile tm/mh-e/mk-tmh tm/mh-e/code-jp.ol \ - tm/mh-e/*.el - -MEL_FILES = mel/*.el mel/Makefile mel/mk-mel - -TL_FILES = tl/README.eng tl/Makefile tl/mk-tl tl/*.el tl/doc/*.texi - -FILES = $(TM_FILES) $(TM_MUA_FILES) $(MEL_FILES) $(TL_FILES) - -TARFILE = tm7.11.tar - - -nemacs: - cd ../tl; PWD=`pwd` make elc EMACS=$(NEMACS) - cd ../mel; PWD=`pwd` make elc EMACS=$(NEMACS) - $(NEMACS) -batch -l mk-tm -f compile-tm - cd gnus; PWD=`pwd` make gnus3 EMACS=$(NEMACS) - cd mh-e; PWD=`pwd` make elc EMACS=$(NEMACS) - -install-nemacs: nemacs - cd ../tl; PWD=`pwd` \ - make install-18 EMACS=$(NEMACS) TLDIR18=$(TLDIR18) - cd ../mel; PWD=`pwd` \ - make install-18 EMACS=$(NEMACS) MELDIR18=$(MELDIR18) - $(NEMACS) -batch -l mk-tm -f install-tm $(TMDIR18) - cd gnus; PWD=`pwd` \ - make install-18 EMACS=$(NEMACS) TMDIR18=$(TM_GNUS_DIR18) - cd mh-e; PWD=`pwd` \ - make install-18 EMACS=$(NEMACS) TMDIR18=$(TMH_DIR18) - - -mule1: - cd ../tl; PWD=`pwd` make elc EMACS=$(MULE1) - cd ../mel; PWD=`pwd` make elc EMACS=$(MULE1) - $(MULE1) -batch -l mk-tm -f compile-tm - cd gnus; PWD=`pwd` make gnus3 EMACS=$(MULE1) - cd mh-e; PWD=`pwd` make elc EMACS=$(MULE1) - -install-mule1: mule1 - cd ../tl; PWD=`pwd` \ - make install-18 EMACS=$(MULE1) TLDIR18=$(TLDIR18) - cd ../mel; PWD=`pwd` \ - make install-18 EMACS=$(MULE1) MELDIR18=$(MELDIR18) - $(MULE1) -batch -l mk-tm -f install-tm $(TMDIR18) - cd gnus; PWD=`pwd` \ - make install-18 EMACS=$(MULE1) TMDIR18=$(TM_GNUS_DIR18) - cd mh-e; PWD=`pwd` \ - make install-18 EMACS=$(MULE1) TMDIR18=$(TMH_DIR18) - - -orig19: - cd ../tl; PWD=`pwd` make elc EMACS=$(ORIG19) - cd ../mel; PWD=`pwd` make elc EMACS=$(ORIG19) - $(ORIG19) -batch -l mk-tm -f compile-tm - cd gnus; PWD=`pwd` make gnus4 EMACS=$(ORIG19) -# If you use (ding) GNUS, please use following comment: -# cd gnus; PWD=`pwd` make dgnus EMACS=$(ORIG19) -# If you use Gnus v5, please use following comment: -# cd gnus; PWD=`pwd` make gnus5 EMACS=$(ORIG19) - cd mh-e; PWD=`pwd` make elc EMACS=$(ORIG19) - -install-orig19: orig19 - cd ../tl; PWD=`pwd` \ - make install-19 EMACS=$(ORIG19) TLDIR19=$(TLDIR19) - cd ../mel; PWD=`pwd` \ - make install-19 EMACS=$(ORIG19) MELDIR19=$(MELDIR19) - $(ORIG19) -batch -l mk-tm -f install-tm $(TMDIR19) - cd gnus; PWD=`pwd` \ - make install-19 EMACS=$(ORIG19) TMDIR19=$(TM_GNUS_DIR19) - cd mh-e; PWD=`pwd` \ - make install-19 EMACS=$(ORIG19) TMDIR19=$(TMH_DIR19) - - -mule2: - cd ../tl; PWD=`pwd` make elc EMACS=$(MULE2) - cd ../mel; PWD=`pwd` make elc EMACS=$(MULE2) - $(MULE2) -batch -l mk-tm -f compile-tm - cd gnus; PWD=`pwd` make gnus4 EMACS=$(MULE2) -# If you use (ding) GNUS, please use following comment: -# cd gnus; PWD=`pwd` make dgnus EMACS=$(MULE2) -# If you use Gnus v5, please use following comment: -# cd gnus; PWD=`pwd` make gnus5 EMACS=$(MULE2) - cd mh-e; PWD=`pwd` make elc EMACS=$(MULE2) - -install-mule2: mule2 - cd ../tl; PWD=`pwd` \ - make install-19 EMACS=$(MULE2) TLDIR19=$(TLDIR19) - cd ../mel; PWD=`pwd` \ - make install-19 EMACS=$(MULE2) MELDIR19=$(MELDIR19) - $(MULE2) -batch -l mk-tm -f install-tm $(TMDIR19) - cd gnus; PWD=`pwd` \ - make install-19 EMACS=$(MULE2) TMDIR19=$(TM_GNUS_DIR19) - cd mh-e; PWD=`pwd` \ - make install-19 EMACS=$(MULE2) TMDIR19=$(TMH_DIR19) - - -all: $(UTILS) $(DVI) - -ol2: ol2.c - $(CC) $(CFLAGS) ol2.c -o ol2 - -decode-b: decode-b.c - $(CC) $(CFLAGS) decode-b.c -o decode-b + tm/gnus/*.el tm/gnus/ChangeLog \ + tm/mh-e/Makefile tm/mh-e/mk-tmh tm/mh-e/TMH-ELS \ + tm/mh-e/code-jp.ol tm/mh-e/*.el tm/mh-e/ChangeLog + +MEL_FILES = mel/*.el mel/Makefile mel/mk-mel mel/MEL-ELS mel/ChangeLog + +MU_FILES = mu/*.el mu/MU-ELS mu/ChangeLog + +TL_FILES = tl/README.en tl/Makefile tl/mk-tl tl/TL-ELS \ + tl/*.el tl/*.bdf \ + tl/doc/*.ol tl/doc/*.tex tl/doc/*.texi tl/ChangeLog + +FILES = $(TM_FILES) $(TM_MUA_FILES) $(MEL_FILES) $(MU_FILES) $(TL_FILES) + +TARFILE = tm7.81.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 + + +all: $(UTILS) $(DVI) elc + +src/ol2: src/ol2.c + $(CC) $(CFLAGS) src/ol2.c -o src/ol2 + +src/decode-b: src/decode-b.c + $(CC) $(CFLAGS) src/decode-b.c -o src/decode-b tex: ol2 - cd doc; make tex + cd doc; $(MAKE) tex dvi: ol2 - cd doc; make dvi + cd doc; $(MAKE) dvi ps: ol2 - cd doc; make ps + cd doc; $(MAKE) ps -install: $(UTILS) methods - $(CP) $(UTILS) $(bindir) - $(CP) methods/* $(bindir) +install: $(UTILS) methods install-elc + $(EMACS) $(FLAGS) -l inst-tm -f install-execs clean: -$(RM) $(GOMI) - -cd doc; make clean - -cd gnus; make clean - -cd mh-e; make clean - cd ../mel; PWD=`pwd` make clean + -cd doc; $(MAKE) clean + -cd gnus; $(MAKE) clean + -cd mh-e; $(MAKE) clean + cd ../mel; PWD=`pwd` $(MAKE) clean tar: - cd doc; make tex - cd ..; tar cvf $(TARFILE) $(FILES); gzip -9 $(TARFILE) + cd doc; $(MAKE) tex + cd ..; gtar cvzf $(TARFILE) $(FILES)