lisp/ChangeLog addition:
[gnus] / Makefile.in
1 prefix = @prefix@
2 datadir = @datadir@
3 lispdir = @lispdir@
4 srcdir = @srcdir@
5
6 @SET_MAKE@
7 EMACS = @EMACS@
8 XEMACS = @EMACS@
9
10 all: lick info
11
12 lick:
13         cd lisp && $(MAKE) EMACS="$(EMACS)" lispdir="$(lispdir)" all
14
15 install:
16         cd lisp && $(MAKE) EMACS="$(EMACS)" lispdir="$(lispdir)" install
17         cd texi && $(MAKE) EMACS="$(EMACS)" install
18         cd etc && $(MAKE) EMACS="$(EMACS)" install
19
20 list-installed-shadows:
21         cd lisp && $(MAKE) EMACS="$(EMACS)" lispdir="$(lispdir)" list-installed-shadows
22
23 remove-installed-shadows:
24         cd lisp && $(MAKE) EMACS="$(EMACS)" lispdir="$(lispdir)" remove-installed-shadows
25
26 uninstall:
27         cd lisp && $(MAKE) lispdir="$(lispdir)" uninstall
28         cd texi && $(MAKE) uninstall
29         cd etc && $(MAKE) uninstall
30
31 GNUS-NEWS: texi/gnus-news.texi
32         cd texi && $(MAKE) GNUS-NEWS
33
34 # Rule for Lars and nobody else.
35 some:
36         cd lisp && $(MAKE) EMACS="$(EMACS)" some
37 l:
38         cd lisp && $(MAKE) EMACS="$(EMACS)" clever
39
40 info:
41         cd texi && $(MAKE) EMACS="$(EMACS)" all
42
43 clean:
44         rm -f */*.orig */*.rej *.orig *.rej
45
46 elclean:
47         rm lisp/*.elc
48
49 x:
50         $(MAKE) EMACS=$(XEMACS)
51
52 xsome:
53         $(MAKE) EMACS="$(XEMACS)" some
54
55 distclean:
56         make clean
57         rm -rf *~
58         for i in lisp texi etc texi/ps; do (cd $$i; make distclean); done
59         rm -f config.log config.status config.cache Makefile
60
61 config.status: $(srcdir)/configure
62         $(SHELL) ./config.status --recheck
63 $(srcdir)/configure: $(srcdir)/configure.in
64         cd $(srcdir) && autoconf
65 Makefile: $(srcdir)/Makefile.in config.status
66         CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
67
68 # Tell versions [3.59,3.63) of GNU make to not export all variables.
69 # Otherwise a system limit (for SysV at least) may be exceeded.
70 .NOEXPORT: