13 cd lisp && $(MAKE) EMACS="$(EMACS)" lispdir="$(lispdir)" all
16 cd lisp && $(MAKE) EMACS="$(EMACS)" lispdir="$(lispdir)" install
17 cd texi && $(MAKE) EMACS="$(EMACS)" install
19 # Rule for Lars and nobody else.
21 cd lisp && $(MAKE) EMACS="$(EMACS)" some
23 cd lisp && $(MAKE) EMACS="$(EMACS)" clever
26 cd texi && $(MAKE) EMACS="$(EMACS)" all
29 cd texi && $(MAKE) EMACS=$(EMACS) MAKEINFO=no ja
32 rm -f */*.orig */*.rej *.orig *.rej
35 cd lisp && $(MAKE) EMACS="$(XEMACS)" some
46 for i in lisp texi; do (cd $$i; make distclean); done
47 rm -f config.log config.status config.cache Makefile
50 make EMACS=xemacs21 some
52 config.status: $(srcdir)/configure
53 $(SHELL) ./config.status --recheck
54 $(srcdir)/configure: $(srcdir)/configure.in
55 cd $(srcdir) && autoconf
56 Makefile: $(srcdir)/Makefile.in config.status
57 CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
59 # Tell versions [3.59,3.63) of GNU make to not export all variables.
60 # Otherwise a system limit (for SysV at least) may be exceeded.