Emacs 21 icon for message-tool-bar-retro.
[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         for i in lisp texi etc texi/ps; do (cd $$i; $(MAKE) clean); done
45         rm -f *.orig *.rej *~
46
47 elclean:
48         cd lisp && rm -f *.elc auto-autoloads.el custom-load.el gnus-load.el
49
50 x:
51         $(MAKE) EMACS=$(XEMACS)
52
53 xsome:
54         $(MAKE) EMACS="$(XEMACS)" some
55
56 distclean: clean
57         for i in lisp texi etc texi/ps; do (cd $$i; $(MAKE) distclean); done
58         rm -f config.log config.status config.cache Makefile
59
60 config.status: $(srcdir)/configure
61         $(SHELL) ./config.status --recheck
62 $(srcdir)/configure: $(srcdir)/configure.in
63         cd $(srcdir) && autoconf
64 Makefile: $(srcdir)/Makefile.in config.status
65         CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
66
67 # Tell versions [3.59,3.63) of GNU make to not export all variables.
68 # Otherwise a system limit (for SysV at least) may be exceeded.
69 .NOEXPORT: