Add me as one of the authors.
[elisp/apel.git] / Makefile
index eb4c711..26c68de 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 # Makefile for APEL.
 #
 
-VERSION = 9.17
+VERSION = 10.0
 
 TAR    = tar
 RM     = /bin/rm -f
@@ -17,31 +17,33 @@ LISPDIR = NONE
 PACKAGEDIR = NONE
 VERSION_SPECIFIC_LISPDIR = NONE
 
+GOMI   = *.elc
+
 ARCHIVE_DIR_PREFIX = /pub/mule
 
-elc:
-       $(EMACS) $(FLAGS) -f compile-apel
+what-where:
+       $(EMACS) $(FLAGS) -f what-where-apel \
+               $(PREFIX) $(LISPDIR) $(VERSION_SPECIFIC_LISPDIR)
 
-install:
-       $(EMACS) $(FLAGS) -f install-apel $(PREFIX) $(LISPDIR) \
-               $(VERSION_SPECIFIC_LISPDIR)     # $(MAKE)
+elc:
+       $(EMACS) $(FLAGS) -f compile-apel \
+               $(PREFIX) $(LISPDIR) $(VERSION_SPECIFIC_LISPDIR)
 
+install:       elc
+       $(EMACS) $(FLAGS) -f install-apel \
+               $(PREFIX) $(LISPDIR) $(VERSION_SPECIFIC_LISPDIR) # $(MAKE)
 
 package:
-       $(XEMACS) $(FLAGS) -f compile-apel-package $(PACKAGEDIR)
+       $(XEMACS) $(FLAGS) -f compile-apel-package \
+               $(PACKAGEDIR)
 
 install-package:       package
-       $(XEMACS) $(FLAGS) -f install-apel-package $(PACKAGEDIR) \
-               # $(MAKE)
-
-
-what-where:
-       $(EMACS) $(FLAGS) -f what-where-apel $(PREFIX) $(LISPDIR) \
-               $(VERSION_SPECIFIC_LISPDIR)
+       $(XEMACS) $(FLAGS) -f install-apel-package \
+               $(PACKAGEDIR) # $(MAKE)
 
 
 clean:
-       -rm *.elc
+       -$(RM) $(GOMI)
 
 
 tar: