11 cd lisp && $(MAKE) EMACS=$(EMACS) lispdir=$(lispdir) all
14 cd lisp && $(MAKE) EMACS=$(EMACS) lispdir=$(lispdir) install
15 cd texi && $(MAKE) EMACS=$(EMACS) install
17 # Rule for Lars and nobody else.
19 cd lisp && $(MAKE) EMACS=$(EMACS) some
21 cd lisp && $(MAKE) EMACS=$(EMACS) clever
24 cd texi && $(MAKE) EMACS=$(EMACS) all
27 rm -f */*.orig */*.rej *.orig *.rej
30 cd lisp && $(MAKE) EMACS=$(XEMACS) some
41 for i in lisp texi; do (cd $$i; make distclean); done
42 rm -f config.log config.status Makefile
45 make EMACS=emacs-19.34 some
47 config.status: $(srcdir)/configure
48 $(SHELL) ./config.status --recheck
49 $(srcdir)/configure: $(srcdir)/configure.in
50 cd $(srcdir) && autoconf
51 Makefile: $(srcdir)/Makefile.in config.status
52 CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
54 # Tell versions [3.59,3.63) of GNU make to not export all variables.
55 # Otherwise a system limit (for SysV at least) may be exceeded.