*** empty log message ***
[gnus] / Makefile.in
1 prefix = @prefix@
2 datadir = @datadir@
3 lispdir = @lispdir@
4 srcdir = @srcdir@
5
6 @SET_MAKE@
7 EMACS = @EMACS@
8 XEMACS = xemacs
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
19 # Rule for Lars and nobody else.
20 some:
21         cd lisp && $(MAKE) EMACS=$(EMACS) some
22 l:
23         cd lisp && $(MAKE) EMACS=$(EMACS) clever
24
25 info:
26         cd texi && $(MAKE) EMACS=$(EMACS) all
27
28 clean:
29         rm -f */*.orig */*.rej *.orig *.rej
30
31 xsome:
32         cd lisp && $(MAKE) EMACS=$(XEMACS) some
33
34 elclean:
35         rm lisp/*.elc
36
37 x:
38         make EMACS=xemacs
39
40 distclean:
41         make clean
42         rm -rf *~
43         for i in lisp texi; do (cd $$i; make distclean); done
44         rm -f config.log config.status Makefile
45
46 osome:
47         make EMACS=emacs-19.34 some
48
49 config.status: $(srcdir)/configure
50         $(SHELL) ./config.status --recheck
51 $(srcdir)/configure: $(srcdir)/configure.in
52         cd $(srcdir) && autoconf
53 Makefile: $(srcdir)/Makefile.in config.status
54         CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
55
56 # Tell versions [3.59,3.63) of GNU make to not export all variables.
57 # Otherwise a system limit (for SysV at least) may be exceeded.
58 .NOEXPORT: