X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile;h=b7294c364ad69f0a0c83e7e0771cd90f98a24f74;hb=e78abef24860bee3c828474220e276baabe30313;hp=0e14c594504441ebf11e4319741d005f414330e0;hpb=a05283dc87afbc9764fa17c7f3033f77504dec83;p=elisp%2Fapel.git diff --git a/Makefile b/Makefile index 0e14c59..b7294c3 100644 --- a/Makefile +++ b/Makefile @@ -2,26 +2,33 @@ # Makefile for APEL. # -VERSION = 7.4 +VERSION = 8.18 TAR = tar RM = /bin/rm -f CP = /bin/cp -p EMACS = emacs +XEMACS = xemacs FLAGS = -batch -q -no-site-file -l APEL-MK PREFIX = NONE LISPDIR = NONE +PACKAGEDIR = NONE elc: + -rm emu*.elc $(EMACS) $(FLAGS) -f compile-apel install: $(EMACS) $(FLAGS) -f install-apel $(PREFIX) $(LISPDIR) +install-package: + $(XEMACS) $(FLAGS) -f install-apel-package $(PACKAGEDIR) + + clean: -rm *.elc