9 PACKAGEDIR = @PACKAGEDIR@
13 all-ja: lick info info-ja
16 cd lisp && $(MAKE) EMACS="$(EMACS)" lispdir="$(lispdir)" all
19 cd lisp && $(MAKE) EMACS="$(EMACS)" lispdir="$(lispdir)" install
20 cd texi && $(MAKE) EMACS="$(EMACS)" install
22 # Rule for XEmacs package.
24 cd lisp && $(MAKE) EMACS="$(XEMACS)" package
26 install-package: xinfo
27 cd lisp && $(MAKE) EMACS="$(XEMACS)" PACKAGEDIR="$(PACKAGEDIR)" \
30 package-ja: xlick xinfo xinfo-ja
31 cd lisp && $(MAKE) EMACS="$(XEMACS)" package
33 install-package-ja: xinfo xinfo-ja
34 cd lisp && $(MAKE) EMACS="$(XEMACS)" PACKAGEDIR="$(PACKAGEDIR)" \
38 cd lisp && $(MAKE) EMACS="$(XEMACS)" lispdir="$(lispdir)" all
41 cd texi && $(MAKE) EMACS="$(XEMACS)" all-info
44 cd texi && $(MAKE) EMACS="$(XEMACS)" MAKEINFO=no ja-info
46 # Rule for Lars and nobody else.
48 cd lisp && $(MAKE) EMACS="$(EMACS)" some
50 cd lisp && $(MAKE) EMACS="$(EMACS)" clever
53 cd texi && $(MAKE) EMACS="$(EMACS)" all
56 cd texi && $(MAKE) EMACS=$(EMACS) MAKEINFO=no ja
59 rm -f */*.orig */*.rej *.orig *.rej
61 for i in lisp texi; do (cd $$i; $(MAKE) clean); done
64 cd lisp && $(MAKE) EMACS="$(XEMACS)" some
67 cd lisp && rm -f *.elc auto-autoloads.el custom-load.el
70 $(MAKE) EMACS="$(XEMACS)"
74 for i in lisp texi; do (cd $$i; $(MAKE) distclean); done
75 rm -f config.log config.status config.cache Makefile
78 $(MAKE) EMACS="$(XEMACS)" some
80 config.status: $(srcdir)/configure
81 $(SHELL) ./config.status --recheck
82 $(srcdir)/configure: $(srcdir)/configure.in
83 cd $(srcdir) && autoconf
84 Makefile: $(srcdir)/Makefile.in config.status
85 CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
87 # Tell versions [3.59,3.63) of GNU make to not export all variables.
88 # Otherwise a system limit (for SysV at least) may be exceeded.