This commit was generated by cvs2svn to compensate for changes in r465,
[elisp/apel.git] / Makefile
index f2c5a68..c2677c2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,37 +1,25 @@
 #
-# $Id: Makefile,v 7.2 1996/03/04 09:11:19 morioka Exp morioka $
+# $Id: Makefile,v 0.0 1997/03/14 07:24:37 morioka Exp morioka $
 #
 
-EMACS  = mule
-FLAGS   = -batch -q -no-site-file -l mk-tl
+EMACS  = emacs
+FLAGS   = -batch -q -no-site-file -l APEL-MK
 
+PREFIX =
 
-# Please specfy Emacs Lisp install directory:
-#      TLDIR18 = for Emacs 18.* (NEMACS, NEpoch or MULE 1)
-#      TLDIR19 = for Emacs 19.* (FSF original, XEmacs or MULE 2)
+FILES =        emu/Makefile emu/EMU-MK emu/EMU-CFG emu/EMU-ELS \
+       emu/*.el emu/README.?? \
+       apel/Makefile apel/APEL-MK apel/APEL-CFG apel/APEL-ELS \
+       apel/*.el 
 
-#TLDIR18 = /usr/local/lib/emacs/local.lisp
-#TLDIR19 = /usr/local/lib/mule/site-lisp
-
-TLDIR18 = $(HOME)/lib/emacs18/lisp
-TLDIR19 = $(HOME)/lib/emacs19/lisp
-
-
-FILES  = tl/README.en tl/Makefile tl/mk-tl tl/tl-els \
-               tl/*.el tl/*.bdf \
-               tl/doc/*.texi tl/ChangeLog
-
-TARFILE = tl-7.22.4.tar
+TARFILE = apel-0.1.tar
 
 
 elc:
-       $(EMACS) $(FLAGS) -f compile-tl
-
-install-18:    elc
-       $(EMACS) $(FLAGS) -f install-tl $(TLDIR18)
+       $(EMACS) $(FLAGS) -f compile-apel
 
-install-19:    elc
-       $(EMACS) $(FLAGS) -f install-tl $(TLDIR19)
+install:       elc
+       $(EMACS) $(FLAGS) -f install-apel $(PREFIX)
 
 
 clean:
@@ -39,4 +27,4 @@ clean:
 
 
 tar:
-       cd ..; tar cvf $(TARFILE) $(FILES); gzip -9 $(TARFILE)
+       cd ..; tar cvf $(TARFILE) $(FILES); gzip -best $(TARFILE)