X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile.19;h=60ae728f5d9c560d7a6f9f564de9da161653ce2e;hb=efdeee7908048c9c5877ad88eff2ed2280e7fc91;hp=f4814aebf1dc34ef39179d8abbbb040e119e9cdd;hpb=7ea8c7377706103d8f9afc39e3f29e5454ef6404;p=elisp%2Ftm.git diff --git a/Makefile.19 b/Makefile.19 index f4814ae..60ae728 100644 --- a/Makefile.19 +++ b/Makefile.19 @@ -1,6 +1,42 @@ -EMACS = mule2 -ORIG = emacs19 -MULE = mule2 +# +# $Id: Makefile.19,v 1.1 1994/12/27 02:32:05 morioka Exp $ +# + +# Please specify emacs executables: +# EMACS = for all kind of Emacs 19 (FSF original, MULE or XEmacs) +# ORIG = for FSF original Emacs 19 or XEmacs +# MULE = for MULE 2 +# +# If you have only one kind of Emacs 19, please dummy specify, like that: +# +# for Emacs 19 only: (If executable name = `emacs19') +# EMACS = emacs19 +# ORIG = emacs19 +# MULE = emacs19 +# +# for MULE 2 only: (If executable name = `mule2') +# EMACS = mule2 +# ORIG = mule2 +# MULE = mule2 +# +# for XEmacs only: (If executable name = `xemacs') +# EMACS = xemacs +# ORIG = xemacs +# MULE = xemacs +# +# for every kind of Emacs: + EMACS = mule2 + ORIG = emacs19 + MULE = mule2 + +# Please specfy Emacs Lisp install directory: +# TLDIR = for tl modules +# TMDIR = for tm modules +# +# TLDIR = $(HOME)/lib/emacs19/lisp +# TMDIR = $(HOME)/lib/emacs19/lisp/tm +TLDIR = /usr/local/lib/mule/site-lisp +TMDIR = /usr/local/lib/mule/site-lisp TLEL = tl-header.el tl-str.el TLELC = ${TLEL:el=elc} @@ -8,19 +44,16 @@ TMEL = tm-misc.el TMELC = ${TMEL:el=elc} TMMEL = tm-view.el tm-rmail.el tm-comp.el tm-gnus4.el TMMELC = ${TMMEL:el=elc} -TMVEL = tm-rich.el tm-vm.el +TMVEL = tm-rich.el TMVELC = ${TMVEL:el=elc} -TLDIR = $(HOME)/lib/emacs19/lisp -TMDIR = $(HOME)/lib/emacs19/lisp/tm - .SUFFIXES: .el .elc .el.elc: $(EMACS) -batch -q . -f batch-byte-compile $< -all: $(TLELC) tl-orig.elc tl-mule.elc signature.elc \ +all: $(TLELC) tl-orig.elc tl-mule.elc tl-list.elc signature.elc \ tiny-mime.elc $(TMELC) tm-orig.elc tm-mule.elc $(TMMELC) \ tm-mh-e.elc tm-gnus.elc $(TMVELC) @@ -33,37 +66,37 @@ tl-mule.elc: tl-mule.el $(MULE) -batch -q . -f batch-byte-compile $< tl-list.elc: tl-list.el - $(EMACS) -batch -q . -l tl-list.el -f batch-byte-compile $< + $(EMACS) -batch -q . -l tl-str.el -l tl-list.el -f batch-byte-compile $< signature.elc: signature.el $(EMACS) -batch -q . -l tl-header.el -f batch-byte-compile $< tiny-mime.elc: tiny-mime.el - $(EMACS) -batch -q . -l tl-header.el -f batch-byte-compile $< + $(EMACS) -batch -q . -l tl-header.el -l tl-str.el -f batch-byte-compile $< $(TMELC): - $(EMACS) -batch -q . -l tiny-mime.el -f batch-byte-compile $< + $(EMACS) -batch -q . -l tl-str.el -l tl-list.el -l tl-mule.el -l tm-mule.el -l tl-header.el -l tiny-mime.el -f batch-byte-compile $< tm-orig.elc: tm-orig.el $(ORIG) -batch -q . -l tl-orig.el -f batch-byte-compile $< tm-mule.elc: tm-mule.el - $(MULE) -batch -q . -l tl-list.el -f batch-byte-compile $< + $(MULE) -batch -q . -l tl-str.el -l tl-list.el -l tl-mule.el -f batch-byte-compile $< $(TMMELC): - $(EMACS) -batch -q . -l tiny-mime.el -l tm-misc.el \ + $(EMACS) -batch -q . -l tl-str.el -l tl-list.el -l tl-mule.el -l tl-header.el -l tm-mule.el -l tiny-mime.el -l tm-misc.el \ -f batch-byte-compile $< tm-gnus.elc: tm-gnus.el - $(EMACS) -batch -q . -l tiny-mime.el -l tm-misc.el -l gnus \ + $(EMACS) -batch -q . -l tl-str.el -l tl-list.el -l tl-header.el -l tl-mule.el -l tm-mule.el -l tiny-mime.el -l tm-misc.el -l gnus \ -f batch-byte-compile $< tm-mh-e.elc: tm-mh-e.el - $(EMACS) -batch -q . -l tiny-mime.el -l tm-misc.el -l mh-e \ + $(EMACS) -batch -q . -l tl-str.el -l tl-list.el -l tl-header.el -l tl-mule.el -l tm-mule.el -l tiny-mime.el -l tm-misc.el -l mh-e \ -f batch-byte-compile $< $(TMVELC): - $(EMACS) -batch -q . -l tiny-mime.el -l tm-misc.el -l tm-view.el \ + $(EMACS) -batch -q . -l tl-str.el -l tl-list.el -l tl-header.el -l tl-mule.el -l tm-mule.el -l tiny-mime.el -l tm-misc.el -l tm-view.el \ -f batch-byte-compile $< install: all tl-install tm-install