annotate lisp/makefile.w32-in @ 93926:2271e620522a

(LOADDEFS): Add mh-loaddefs.el. ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule. (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove. (AUTOGENEL): New variable. (distclean, maintainer-clean): New targets.
author Jason Rumney <jasonr@gnu.org>
date Wed, 09 Apr 2008 16:23:03 +0000
parents 3cca0b32cb85
children b5052aee45cd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
55092
9077e3f7cd49 Add "-*- makefile -*-" mode tag.
Juanma Barranquero <lekktu@gmail.com>
parents: 55064
diff changeset
1 # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
64769
6358e3c6075c Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 64091
diff changeset
2 # Copyright (C) 2000, 2001, 2002, 2003, 2004,
79721
73661ddc7ac7 Add 2008 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 78236
diff changeset
3 # 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
4 #
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
5 # This file is part of GNU Emacs.
47727
53a1d514b214 Add "no-byte-compile: t" to subdirs.el.
Juanma Barranquero <lekktu@gmail.com>
parents: 47039
diff changeset
6 #
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
7 # GNU Emacs is free software; you can redistribute it and/or modify
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
8 # it under the terms of the GNU General Public License as published by
78236
9355f9b7bbff Switch license to GPLv3 or later.
Glenn Morris <rgm@gnu.org>
parents: 78170
diff changeset
9 # the Free Software Foundation; either version 3, or (at your option)
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
10 # any later version.
47727
53a1d514b214 Add "no-byte-compile: t" to subdirs.el.
Juanma Barranquero <lekktu@gmail.com>
parents: 47039
diff changeset
11 #
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
12 # GNU Emacs is distributed in the hope that it will be useful,
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
15 # GNU General Public License for more details.
47727
53a1d514b214 Add "no-byte-compile: t" to subdirs.el.
Juanma Barranquero <lekktu@gmail.com>
parents: 47039
diff changeset
16 #
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
17 # You should have received a copy of the GNU General Public License
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
18 # along with GNU Emacs; see the file COPYING. If not, write to the
64091
6fb026ad601f Update FSF's address.
Lute Kamstra <lute@gnu.org>
parents: 63909
diff changeset
19 # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
6fb026ad601f Update FSF's address.
Lute Kamstra <lute@gnu.org>
parents: 63909
diff changeset
20 # Boston, MA 02110-1301, USA.
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
21 #
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
22
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
23 ALL =
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
24
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
25 all: $(ALL)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
26
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
27 SQUOTE='
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
28 # '
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
29
34273
f719938c6d2e (lisp): Set to an absolute directory, namely
Andrew Innes <andrewi@gnu.org>
parents: 33904
diff changeset
30 lisp = $(CURDIR)
46629
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
31 srcdir = $(CURDIR)/..
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
32
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
33 # You can specify a different executable on the make command line,
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
34 # e.g. "make EMACS=../src/emacs ...".
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
35
71163
b1bc5d576c4c (EMACS): Remove quotes from the Emacs executable file name.
Eli Zaretskii <eliz@gnu.org>
parents: 68467
diff changeset
36 EMACS = $(THISDIR)/../bin/emacs.exe
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
37
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
38 # Command line flags for Emacs. This must include --multibyte,
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
39 # otherwise some files will not compile.
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
40
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
41 EMACSOPT = -batch --no-init-file --no-site-file --multibyte
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
42
87181
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
43 # Extra flags to pass to the byte compiler
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
44 BYTE_COMPILE_EXTRA_FLAGS =
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
45 # For example to not display the undefined function warnings you can use this:
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
46 # BYTE_COMPILE_EXTRA_FLAGS = --eval '(setq byte-compile-warnings (quote (not unresolved)))'
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
47 # The example above is just for developers, it should not be used by default.
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
48
37384
cbadcb3ed82d (EMACSLOADPATH): Define.
Andrew Innes <andrewi@gnu.org>
parents: 36918
diff changeset
49 # Set EMACSLOADPATH correctly (already defined in environment).
cbadcb3ed82d (EMACSLOADPATH): Define.
Andrew Innes <andrewi@gnu.org>
parents: 36918
diff changeset
50 EMACSLOADPATH=$(lisp)
cbadcb3ed82d (EMACSLOADPATH): Define.
Andrew Innes <andrewi@gnu.org>
parents: 36918
diff changeset
51
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89957
diff changeset
52 # Use C locale
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89957
diff changeset
53 LC_ALL = C
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89957
diff changeset
54
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
55 lisptagsfiles1 = $(lisp)/*.el
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
56 lisptagsfiles2 = $(lisp)/*/*.el
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
57 ETAGS = "../lib-src/$(BLD)/etags"
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
58
92942
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
59 # Automatically generated autoload files, apart from lisp/loaddefs.el.
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
60 LOADDEFS = $(lisp)/calendar/cal-loaddefs.el \
93926
2271e620522a (LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents: 93150
diff changeset
61 $(lisp)/calendar/diary-loaddefs.el $(lisp)/calendar/hol-loaddefs.el \
2271e620522a (LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents: 93150
diff changeset
62 $(lisp)/mh-e/mh-loaddefs.el
2271e620522a (LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents: 93150
diff changeset
63
2271e620522a (LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents: 93150
diff changeset
64 AUTOGENEL = $(lisp)/loaddefs.el $(LOADDEFS) $(lisp)/cus-load.el \
2271e620522a (LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents: 93150
diff changeset
65 $(lisp)/finder-inf.el $(lisp)/subdirs.el $(lisp)/eshell/esh-groups.el
92942
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
66
36918
b485ed237672 (COMPILE_FIRST): Add cc-mode.el
Gerd Moellmann <gerd@gnu.org>
parents: 36378
diff changeset
67 # Files to compile before others during a bootstrap. This is done to
b485ed237672 (COMPILE_FIRST): Add cc-mode.el
Gerd Moellmann <gerd@gnu.org>
parents: 36378
diff changeset
68 # speed up the bootstrap process. The CC files are compiled first
b485ed237672 (COMPILE_FIRST): Add cc-mode.el
Gerd Moellmann <gerd@gnu.org>
parents: 36378
diff changeset
69 # because CC mode tweaks the compilation process, and requiring
b485ed237672 (COMPILE_FIRST): Add cc-mode.el
Gerd Moellmann <gerd@gnu.org>
parents: 36378
diff changeset
70 # cc-mode when it is not compiled doesn't work during the
b485ed237672 (COMPILE_FIRST): Add cc-mode.el
Gerd Moellmann <gerd@gnu.org>
parents: 36378
diff changeset
71 # bootstrapping.
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
72
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
73 COMPILE_FIRST = \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
74 $(lisp)/emacs-lisp/byte-opt.el \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
75 $(lisp)/emacs-lisp/bytecomp.el \
36918
b485ed237672 (COMPILE_FIRST): Add cc-mode.el
Gerd Moellmann <gerd@gnu.org>
parents: 36378
diff changeset
76 $(lisp)/subr.el \
b485ed237672 (COMPILE_FIRST): Add cc-mode.el
Gerd Moellmann <gerd@gnu.org>
parents: 36378
diff changeset
77 $(lisp)/progmodes/cc-mode.el \
b485ed237672 (COMPILE_FIRST): Add cc-mode.el
Gerd Moellmann <gerd@gnu.org>
parents: 36378
diff changeset
78 $(lisp)/progmodes/cc-vars.el
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
79
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
80 # The actual Emacs command run in the targets below.
71163
b1bc5d576c4c (EMACS): Remove quotes from the Emacs executable file name.
Eli Zaretskii <eliz@gnu.org>
parents: 68467
diff changeset
81 # The quotes around $(EMACS) are here because the user could type
b1bc5d576c4c (EMACS): Remove quotes from the Emacs executable file name.
Eli Zaretskii <eliz@gnu.org>
parents: 68467
diff changeset
82 # it with forward slashes and without quotes, which will fail if
b1bc5d576c4c (EMACS): Remove quotes from the Emacs executable file name.
Eli Zaretskii <eliz@gnu.org>
parents: 68467
diff changeset
83 # the shell is cmd.exe.
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
84
71163
b1bc5d576c4c (EMACS): Remove quotes from the Emacs executable file name.
Eli Zaretskii <eliz@gnu.org>
parents: 68467
diff changeset
85 emacs = "$(EMACS)" $(EMACSOPT)
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
86
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
87 # Have to define the list of subdirs manually when not using sh.
73817
46d85206101d (setwins): Remove.
Juanma Barranquero <lekktu@gmail.com>
parents: 71233
diff changeset
88 WINS_ALMOST=\
47039
f89ca946d5c2 (WINS): Add calc and obsolete.
Juanma Barranquero <lekktu@gmail.com>
parents: 46781
diff changeset
89 calc \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
90 calendar \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
91 emacs-lisp \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
92 emulation \
68467
ab5d3aa997df (WINS): Add erc.
Juanma Barranquero <lekktu@gmail.com>
parents: 68165
diff changeset
93 erc \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
94 eshell \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
95 gnus \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
96 international \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
97 language \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
98 mail \
49459
06b77df47802 * mh-e: Created directory. ChangeLog will appear in a week when we
Bill Wohler <wohler@newt.com>
parents: 49259
diff changeset
99 mh-e \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
100 net \
86371
dac032dc601a (WIN_ALMOST): Maintain sorted.
Juanma Barranquero <lekktu@gmail.com>
parents: 86361
diff changeset
101 nxml \
93150
3cca0b32cb85 (WINS_ALMOST): Add org.
Juanma Barranquero <lekktu@gmail.com>
parents: 92942
diff changeset
102 org \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
103 play \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
104 progmodes \
44165
32c2b878dabd (WINS): Add the toolbar directory.
Juanma Barranquero <lekktu@gmail.com>
parents: 40753
diff changeset
105 textmodes \
55064
215f0bc58b67 (WINS): Add url/ directory.
Juanma Barranquero <lekktu@gmail.com>
parents: 53015
diff changeset
106 url
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
107
73817
46d85206101d (setwins): Remove.
Juanma Barranquero <lekktu@gmail.com>
parents: 71233
diff changeset
108 WINS= $(WINS_ALMOST) \
92117
870169dbaee1 (WINS_ALMOST): Remove term.
Jason Rumney <jasonr@gnu.org>
parents: 91327
diff changeset
109 term \
73817
46d85206101d (setwins): Remove.
Juanma Barranquero <lekktu@gmail.com>
parents: 71233
diff changeset
110 obsolete
46d85206101d (setwins): Remove.
Juanma Barranquero <lekktu@gmail.com>
parents: 71233
diff changeset
111
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
112 doit:
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
113
66160
172dcc84fa71 Use $(lisp) when referencing files in the lisp directory.
Jason Rumney <jasonr@gnu.org>
parents: 66159
diff changeset
114 $(lisp)/cus-load.el:
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
115 touch $@
67640
8b927f8d61a2 (autoloads, custom-deps): Warn that parts of commands enclosed in $(ARGQUOTE)s
Eli Zaretskii <eliz@gnu.org>
parents: 66385
diff changeset
116 # WARNING: Do NOT split the part inside $(ARGQUOTE)s into multiple lines as
8b927f8d61a2 (autoloads, custom-deps): Warn that parts of commands enclosed in $(ARGQUOTE)s
Eli Zaretskii <eliz@gnu.org>
parents: 66385
diff changeset
117 # this can break with GNU Make 3.81 and later if sh.exe is used.
75410
fc72911206ac (finder-data, custom-deps): Depend on $(lisp)/loaddefs.el.
Eli Zaretskii <eliz@gnu.org>
parents: 75347
diff changeset
118 custom-deps: $(lisp)/cus-load.el $(lisp)/loaddefs.el doit
92117
870169dbaee1 (WINS_ALMOST): Remove term.
Jason Rumney <jasonr@gnu.org>
parents: 91327
diff changeset
119 @echo Directories: $(WINS_ALMOST)
870169dbaee1 (WINS_ALMOST): Remove term.
Jason Rumney <jasonr@gnu.org>
parents: 91327
diff changeset
120 -$(emacs) -l cus-dep --eval $(ARGQUOTE)(setq find-file-hook nil)$(ARGQUOTE) -f custom-make-dependencies $(lisp) $(WINS_ALMOST)
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
121
75410
fc72911206ac (finder-data, custom-deps): Depend on $(lisp)/loaddefs.el.
Eli Zaretskii <eliz@gnu.org>
parents: 75347
diff changeset
122 finder-data: $(lisp)/loaddefs.el doit
92117
870169dbaee1 (WINS_ALMOST): Remove term.
Jason Rumney <jasonr@gnu.org>
parents: 91327
diff changeset
123 @echo Directories: $(WINS_ALMOST)
870169dbaee1 (WINS_ALMOST): Remove term.
Jason Rumney <jasonr@gnu.org>
parents: 91327
diff changeset
124 $(emacs) -l finder -f finder-compile-keywords-make-dist $(lisp) $(WINS_ALMOST)
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
125
66160
172dcc84fa71 Use $(lisp) when referencing files in the lisp directory.
Jason Rumney <jasonr@gnu.org>
parents: 66159
diff changeset
126 $(lisp)/loaddefs.el:
49259
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
127 $(MAKE) $(MFLAGS) loaddefs.el-$(SHELLTYPE)
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
128 cp loaddefs.el-$(SHELLTYPE) $@
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
129 rm loaddefs.el-$(SHELLTYPE)
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
130
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
131 loaddefs.el-SH:
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
132 echo ";;; loaddefs.el --- automatically extracted autoloads" > $@
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
133 echo ";;" >> $@; echo ";;; Code:" >> $@
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
134 echo "(autoload 'define-minor-mode \"easy-mmode\")" >>$@
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
135 echo "(autoload 'define-ccl-program \"ccl\")" >>$@
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
136 echo "(autoload 'regexp-opt \"regexp-opt\")" >>$@
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
137 echo "(autoload 'string-to-list \"mule-util\")" >>$@
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
138 echo "(autoload 'define-derived-mode \"derived\")" >>$@
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
139 echo "(autoload 'encoded-kbd-mode \"encoded-kb\")" >>$@
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
140 echo "(defvar cvs-global-menu nil)" >>$@
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
141 echo " " >> $@
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
142 echo ";;; Local Variables:" >> $@
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
143 echo ";;; version-control: never" >> $@
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
144 echo ";;; no-byte-compile: t" >> $@
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
145 echo ";;; no-update-autoloads: t" >> $@
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
146 echo ";;; End:" >> $@
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
147 echo ";;; loaddefs.el ends here" >> $@
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
148
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
149 loaddefs.el-CMD:
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
150 echo ;;; loaddefs.el --- automatically extracted autoloads> $@
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
151 echo ;;; Code:>> $@
49259
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
152 echo (autoload 'define-minor-mode "easy-mmode")>> $@
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
153 echo (autoload 'define-ccl-program "ccl")>> $@
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
154 echo (autoload 'regexp-opt "regexp-opt")>> $@
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
155 echo (autoload 'string-to-list "mule-util")>> $@
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
156 echo (autoload 'define-derived-mode "derived")>> $@
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
157 echo (autoload 'encoded-kbd-mode "encoded-kb")>> $@
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
158 echo (defvar cvs-global-menu nil)>> $@
66160
172dcc84fa71 Use $(lisp) when referencing files in the lisp directory.
Jason Rumney <jasonr@gnu.org>
parents: 66159
diff changeset
159 echo. >> $@
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
160 echo ;;; Local Variables:>> $@
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
161 echo ;;; version-control: never>> $@
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
162 echo ;;; no-byte-compile: t>> $@
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
163 echo ;;; no-update-autoloads: t>> $@
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
164 echo ;;; End:>> $@
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
165 echo ;;; loaddefs.el ends here>> $@
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
166
66385
0c86bdf8a4cf (autoloads): Use "." instead of $(lisp) in the list of directories passed
Eli Zaretskii <eliz@gnu.org>
parents: 66214
diff changeset
167 # Use . instead of $(lisp) because $(lisp) is an absolute file name,
0c86bdf8a4cf (autoloads): Use "." instead of $(lisp) in the list of directories passed
Eli Zaretskii <eliz@gnu.org>
parents: 66214
diff changeset
168 # including a drive letter and any leading directories, so the generated
0c86bdf8a4cf (autoloads): Use "." instead of $(lisp) in the list of directories passed
Eli Zaretskii <eliz@gnu.org>
parents: 66214
diff changeset
169 # loaddefs.el will mention file names that on other machine reference
0c86bdf8a4cf (autoloads): Use "." instead of $(lisp) in the list of directories passed
Eli Zaretskii <eliz@gnu.org>
parents: 66214
diff changeset
170 # possibly non-existent directories.
67640
8b927f8d61a2 (autoloads, custom-deps): Warn that parts of commands enclosed in $(ARGQUOTE)s
Eli Zaretskii <eliz@gnu.org>
parents: 66385
diff changeset
171 #
8b927f8d61a2 (autoloads, custom-deps): Warn that parts of commands enclosed in $(ARGQUOTE)s
Eli Zaretskii <eliz@gnu.org>
parents: 66385
diff changeset
172 # WARNING: Do NOT split the part inside $(ARGQUOTE)s into multiple lines as
8b927f8d61a2 (autoloads, custom-deps): Warn that parts of commands enclosed in $(ARGQUOTE)s
Eli Zaretskii <eliz@gnu.org>
parents: 66385
diff changeset
173 # this can break with GNU Make 3.81 and later if sh.exe is used.
92942
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
174 autoloads: $(lisp)/loaddefs.el $(LOADDEFS) doit
73817
46d85206101d (setwins): Remove.
Juanma Barranquero <lekktu@gmail.com>
parents: 71233
diff changeset
175 @echo Directories: . $(WINS_ALMOST)
37807
1b20100095bc (compile-files-CMD, bootstrap-clean-CMD): Use
Andrew Innes <andrewi@gnu.org>
parents: 37384
diff changeset
176 $(emacs) -l autoload \
67795
261fb2953410 (autoloads, $(lisp)/mh-e/mh-loaddefs.el): Use w32-batch-update-autoloads,
Eli Zaretskii <eliz@gnu.org>
parents: 67640
diff changeset
177 --eval $(ARGQUOTE)(setq find-file-hook nil find-file-suppress-same-file-warnings t)$(ARGQUOTE) \
73817
46d85206101d (setwins): Remove.
Juanma Barranquero <lekktu@gmail.com>
parents: 71233
diff changeset
178 -f w32-batch-update-autoloads "$(lisp)/loaddefs.el" . $(WINS_ALMOST)
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
179
66160
172dcc84fa71 Use $(lisp) when referencing files in the lisp directory.
Jason Rumney <jasonr@gnu.org>
parents: 66159
diff changeset
180 $(lisp)/subdirs.el:
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
181 $(MAKE) $(MFLAGS) update-subdirs
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
182
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
183 # Need separate version for sh and native cmd.exe
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
184 update-subdirs: update-subdirs-$(SHELLTYPE)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
185
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
186 update-subdirs-CMD: doit
66160
172dcc84fa71 Use $(lisp) when referencing files in the lisp directory.
Jason Rumney <jasonr@gnu.org>
parents: 66159
diff changeset
187 echo ;; -*- no-byte-compile: t -*-> $(lisp)/subdirs.el
172dcc84fa71 Use $(lisp) when referencing files in the lisp directory.
Jason Rumney <jasonr@gnu.org>
parents: 66159
diff changeset
188 echo ;; In load-path, after this directory should come>> $(lisp)/subdirs.el
172dcc84fa71 Use $(lisp) when referencing files in the lisp directory.
Jason Rumney <jasonr@gnu.org>
parents: 66159
diff changeset
189 echo ;; certain of its subdirectories. Here we specify them.>> $(lisp)/subdirs.el
172dcc84fa71 Use $(lisp) when referencing files in the lisp directory.
Jason Rumney <jasonr@gnu.org>
parents: 66159
diff changeset
190 echo (normal-top-level-add-to-load-path $(SQUOTE)(>> $(lisp)/subdirs.el
172dcc84fa71 Use $(lisp) when referencing files in the lisp directory.
Jason Rumney <jasonr@gnu.org>
parents: 66159
diff changeset
191 @for %%d in ($(WINS)) do if not (%%d)==(term) echo "%%d">> $(lisp)/subdirs.el
172dcc84fa71 Use $(lisp) when referencing files in the lisp directory.
Jason Rumney <jasonr@gnu.org>
parents: 66159
diff changeset
192 echo ))>> $(lisp)/subdirs.el
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
193
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
194 update-subdirs-SH: doit
49482
a5390a508759 (update-subdirs-SH): Create lisp/subdirs.el.
Juanma Barranquero <lekktu@gmail.com>
parents: 49459
diff changeset
195 $(srcdir)/update-subdirs $(lisp); \
49259
d6211ef9bbb4 (loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents: 47727
diff changeset
196 for file in $(WINS); do \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
197 $(srcdir)/update-subdirs $$file; \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
198 done;
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
199
66058
702baea25eb3 (MH-E-SRC): New. Used by mh-autoloads.
Bill Wohler <wohler@newt.com>
parents: 64769
diff changeset
200 updates: update-subdirs autoloads mh-autoloads finder-data custom-deps
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
201
67952
cd2a2de85cae (cvs-update): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 67795
diff changeset
202 # This is useful after "cvs up".
cd2a2de85cae (cvs-update): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 67795
diff changeset
203 cvs-update: recompile autoloads finder-data custom-deps
cd2a2de85cae (cvs-update): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 67795
diff changeset
204
46629
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
205 # Update the AUTHORS file.
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
206
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
207 update-authors:
84416
846d91182da4 (update-authors): Add etc/ to AUTHORS.
Juri Linkov <juri@jurta.org>
parents: 82140
diff changeset
208 $(emacs) -l authors -f batch-update-authors $(srcdir)/etc/AUTHORS $(srcdir)
46629
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
209
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
210 TAGS: $(lisptagsfiles1) $(lisptagsfiles2)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
211 $(ETAGS) $(lisptagsfiles1) $(lisptagsfiles2)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
212
46629
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
213 TAGS-LISP: $(lisptagsfiles1) $(lisptagsfiles2)
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
214 $(ETAGS) -o TAGS-LISP $(lisptagsfiles1) $(lisptagsfiles2)
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
215
33904
c96ec3fcc61b (.SUFFIXES): Add .SUFFIXES.
Andrew Innes <andrewi@gnu.org>
parents: 31677
diff changeset
216 .SUFFIXES: .elc .el
c96ec3fcc61b (.SUFFIXES): Add .SUFFIXES.
Andrew Innes <andrewi@gnu.org>
parents: 31677
diff changeset
217
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
218 .el.elc:
87181
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
219 -$(emacs) $(BYTE_COMPILE_EXTRA_FLAGS) -f batch-byte-compile $<
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
220
61527
020a384cb96d (DONTCOMPILE): Remove list.
Lute Kamstra <lute@gnu.org>
parents: 57797
diff changeset
221 # Compile all Lisp files, but don't recompile those that are up to
020a384cb96d (DONTCOMPILE): Remove list.
Lute Kamstra <lute@gnu.org>
parents: 57797
diff changeset
222 # date. Some files don't actually get compiled because they set the
020a384cb96d (DONTCOMPILE): Remove list.
Lute Kamstra <lute@gnu.org>
parents: 57797
diff changeset
223 # local variable no-byte-compile.
46629
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
224
61527
020a384cb96d (DONTCOMPILE): Remove list.
Lute Kamstra <lute@gnu.org>
parents: 57797
diff changeset
225 # All .elc files are made writable before compilation in case we
020a384cb96d (DONTCOMPILE): Remove list.
Lute Kamstra <lute@gnu.org>
parents: 57797
diff changeset
226 # checked out read-only (CVS option -r). Files MUST be compiled one by
020a384cb96d (DONTCOMPILE): Remove list.
Lute Kamstra <lute@gnu.org>
parents: 57797
diff changeset
227 # one. If we compile several files in a row we can't make sure that
020a384cb96d (DONTCOMPILE): Remove list.
Lute Kamstra <lute@gnu.org>
parents: 57797
diff changeset
228 # the compilation environment is clean. We also set the load-path of
020a384cb96d (DONTCOMPILE): Remove list.
Lute Kamstra <lute@gnu.org>
parents: 57797
diff changeset
229 # the Emacs used for compilation to the current directory and its
020a384cb96d (DONTCOMPILE): Remove list.
Lute Kamstra <lute@gnu.org>
parents: 57797
diff changeset
230 # subdirectories, to make sure require's and load's in the files being
020a384cb96d (DONTCOMPILE): Remove list.
Lute Kamstra <lute@gnu.org>
parents: 57797
diff changeset
231 # compiled find the right files.
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
232
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
233 # Need separate version for sh and native cmd.exe
66160
172dcc84fa71 Use $(lisp) when referencing files in the lisp directory.
Jason Rumney <jasonr@gnu.org>
parents: 66159
diff changeset
234 compile: $(lisp)/subdirs.el mh-autoloads compile-$(SHELLTYPE) doit
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
235
46781
d93e5af9e50e (compile-after-backup): Renamed from `compile'.
Richard M. Stallman <rms@gnu.org>
parents: 46757
diff changeset
236 compile-CMD:
56151
9ef25bd8db0d Double percent signs in for loops.
Jason Rumney <jasonr@gnu.org>
parents: 56026
diff changeset
237 # -for %%f in ($(lisp) $(WINS)) do for %%g in (%%f\*.elc) do @attrib -r %%g
9ef25bd8db0d Double percent signs in for loops.
Jason Rumney <jasonr@gnu.org>
parents: 56026
diff changeset
238 for %%f in ($(COMPILE_FIRST)) do \
87181
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
239 $(emacs) -l loaddefs $(BYTE_COMPILE_EXTRA_FLAGS) -f batch-byte-compile-if-not-done %%f
56151
9ef25bd8db0d Double percent signs in for loops.
Jason Rumney <jasonr@gnu.org>
parents: 56026
diff changeset
240 for %%f in (. $(WINS)) do for %%g in (%%f/*.el) do \
87181
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
241 $(emacs) -l loaddefs $(BYTE_COMPILE_EXTRA_FLAGS) -f batch-byte-compile-if-not-done %%f/%%g
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
242
46781
d93e5af9e50e (compile-after-backup): Renamed from `compile'.
Richard M. Stallman <rms@gnu.org>
parents: 46757
diff changeset
243 compile-SH:
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
244 # for elc in $(lisp)/*.elc $(lisp)/*/*.elc; do attrib -r $$elc; done
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
245 for el in $(COMPILE_FIRST); do \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
246 echo Compiling $$el; \
87181
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
247 $(emacs) -l loaddefs $(BYTE_COMPILE_EXTRA_FLAGS) -f batch-byte-compile-if-not-done $$el; \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
248 done
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
249 for dir in $(lisp) $(WINS); do \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
250 for el in $$dir/*.el; do \
46629
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
251 if test -f $$el; \
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
252 then \
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
253 echo Compiling $$el; \
87181
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
254 $(emacs) -l loaddefs $(BYTE_COMPILE_EXTRA_FLAGS) -f batch-byte-compile-if-not-done $$el; \
46629
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
255 fi \
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
256 done; \
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
257 done
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
258
61527
020a384cb96d (DONTCOMPILE): Remove list.
Lute Kamstra <lute@gnu.org>
parents: 57797
diff changeset
259 # Compile all Lisp files. This is like `compile' but compiles files
020a384cb96d (DONTCOMPILE): Remove list.
Lute Kamstra <lute@gnu.org>
parents: 57797
diff changeset
260 # unconditionally. Some files don't actually get compiled because they
020a384cb96d (DONTCOMPILE): Remove list.
Lute Kamstra <lute@gnu.org>
parents: 57797
diff changeset
261 # set the local variable no-byte-compile.
020a384cb96d (DONTCOMPILE): Remove list.
Lute Kamstra <lute@gnu.org>
parents: 57797
diff changeset
262
66160
172dcc84fa71 Use $(lisp) when referencing files in the lisp directory.
Jason Rumney <jasonr@gnu.org>
parents: 66159
diff changeset
263 compile-always: $(lisp)/subdirs.el compile-always-$(SHELLTYPE) doit
46629
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
264
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
265 compile-always-CMD:
56151
9ef25bd8db0d Double percent signs in for loops.
Jason Rumney <jasonr@gnu.org>
parents: 56026
diff changeset
266 # -for %%f in ($(lisp) $(WINS)) do for %%g in (%%f\*.elc) do @attrib -r %%g
87181
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
267 for %%f in ($(COMPILE_FIRST)) do $(emacs) $(BYTE_COMPILE_EXTRA_FLAGS) -f batch-byte-compile %%f
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
268 for %%f in (. $(WINS)) do for %%g in (%%f/*.el) do $(emacs) $(BYTE_COMPILE_EXTRA_FLAGS) -f batch-byte-compile %%f/%%g
46629
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
269
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
270 compile-always-SH:
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
271 # for elc in $(lisp)/*.elc $(lisp)/*/*.elc; do attrib -r $$elc; done
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
272 for el in $(COMPILE_FIRST); do \
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
273 echo Compiling $$el; \
87181
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
274 $(emacs) $(BYTE_COMPILE_EXTRA_FLAGS) -f batch-byte-compile $$el || exit 1; \
46629
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
275 done
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
276 for dir in $(lisp) $(WINS); do \
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
277 for el in $$dir/*.el; do \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
278 echo Compiling $$el; \
87181
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
279 $(emacs) $(BYTE_COMPILE_EXTRA_FLAGS) -f batch-byte-compile $$el || exit 1; \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
280 done; \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
281 done
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
282
46629
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
283 compile-calc: compile-calc-$(SHELLTYPE)
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
284
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
285 compile-calc-CMD:
87181
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
286 for %%f in ($(lisp)/calc/*.el) do $(emacs) $(BYTE_COMPILE_EXTRA_FLAGS) -f batch-byte-compile %%f
46629
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
287
47727
53a1d514b214 Add "no-byte-compile: t" to subdirs.el.
Juanma Barranquero <lekktu@gmail.com>
parents: 47039
diff changeset
288 compile-calc-SH:
46629
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
289 for el in $(lisp)/calc/*.el; do \
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
290 echo Compiling $$el; \
87181
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
291 $(emacs) $(BYTE_COMPILE_EXTRA_FLAGS) -f batch-byte-compile $$el || exit 1; \
46629
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
292 done
73124278175b (DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents: 44192
diff changeset
293
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
294 # Backup compiled Lisp files in elc.tar.gz. If that file already
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
295 # exists, make a backup of it.
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
296
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
297 backup-compiled-files:
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
298 -mv $(lisp)/elc.tar.gz $(lisp)/elc.tar.gz~
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
299 -tar czf $(lisp)/elc.tar.gz $(lisp)/*.elc $(lisp)/*/*.elc
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
300
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
301 # Compile Lisp files, but save old compiled files first.
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
302
46781
d93e5af9e50e (compile-after-backup): Renamed from `compile'.
Richard M. Stallman <rms@gnu.org>
parents: 46757
diff changeset
303 compile-after-backup: backup-compiled-files compile-always
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
304
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
305 # Recompile all Lisp files which are newer than their .elc files.
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
306 # Note that this doesn't create .elc files. It only recompiles if an
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
307 # .elc is present.
68165
2b8858692354 (MH_E_SRC): Synchronize with Makefile.in.
Eli Zaretskii <eliz@gnu.org>
parents: 67952
diff changeset
308 # WARNING: Do NOT split the part inside $(ARGQUOTE)s into multiple lines as
2b8858692354 (MH_E_SRC): Synchronize with Makefile.in.
Eli Zaretskii <eliz@gnu.org>
parents: 67952
diff changeset
309 # this can break with GNU Make 3.81 and later if sh.exe is used.
2b8858692354 (MH_E_SRC): Synchronize with Makefile.in.
Eli Zaretskii <eliz@gnu.org>
parents: 67952
diff changeset
310 recompile: mh-autoloads doit $(lisp)/progmodes/cc-mode.elc
2b8858692354 (MH_E_SRC): Synchronize with Makefile.in.
Eli Zaretskii <eliz@gnu.org>
parents: 67952
diff changeset
311 $(emacs) --eval $(ARGQUOTE)(batch-byte-recompile-directory 0)$(ARGQUOTE) $(lisp)
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
312
87181
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
313 # CC Mode uses a compile time macro system which causes a compile time
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
314 # dependency in cc-mode.elc on the macros in cc-langs.el and the
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
315 # version string in cc-defs.el.
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
316 $(lisp)/progmodes/cc-mode.elc: \
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
317 $(lisp)/progmodes/cc-mode.el \
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
318 $(lisp)/progmodes/cc-langs.el \
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
319 $(lisp)/progmodes/cc-defs.el
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
320 $(emacs) $(BYTE_COMPILE_EXTRA_FLAGS) -f batch-byte-compile $(lisp)/progmodes/cc-mode.el
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
321
92942
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
322 $(lisp)/calendar/cal-loaddefs.el:
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
323 "$(EMACS)" $(EMACSOPT) -l autoload \
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
324 --eval "(setq generate-autoload-cookie \";;;###cal-autoload\")" \
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
325 --eval "(setq find-file-suppress-same-file-warnings t)" \
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
326 --eval "(setq make-backup-files nil)" \
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
327 -f w32-batch-update-autoloads "$(lisp)/calendar/cal-loaddefs.el" \
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
328 ./calendar
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
329
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
330 $(lisp)/calendar/diary-loaddefs.el:
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
331 "$(EMACS)" $(EMACSOPT) -l autoload \
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
332 --eval "(setq generate-autoload-cookie \";;;###diary-autoload\")" \
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
333 --eval "(setq find-file-suppress-same-file-warnings t)" \
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
334 --eval "(setq make-backup-files nil)" \
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
335 -f w32-batch-update-autoloads $(lisp)/calendar/diary-loaddefs.el \
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
336 ./calendar
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
337
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
338 $(lisp)/calendar/hol-loaddefs.el:
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
339 "$(EMACS)" $(EMACSOPT) -l autoload \
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
340 --eval "(setq generate-autoload-cookie \";;;###holiday-autoload\")" \
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
341 --eval "(setq find-file-suppress-same-file-warnings t)" \
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
342 --eval "(setq make-backup-files nil)" \
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
343 -f w32-batch-update-autoloads $(lisp)/calendar/hol-loaddefs.el \
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
344 ./calendar
e5878cb053f7 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents: 92117
diff changeset
345
66058
702baea25eb3 (MH-E-SRC): New. Used by mh-autoloads.
Bill Wohler <wohler@newt.com>
parents: 64769
diff changeset
346 # Update MH-E internal autoloads. These are not to be confused with
702baea25eb3 (MH-E-SRC): New. Used by mh-autoloads.
Bill Wohler <wohler@newt.com>
parents: 64769
diff changeset
347 # the autoloads for the MH-E entry points, which are already in
702baea25eb3 (MH-E-SRC): New. Used by mh-autoloads.
Bill Wohler <wohler@newt.com>
parents: 64769
diff changeset
348 # loaddefs.el.
66068
52a67cff7f8a (MH_E_SRC): Renamed from MH-E-SRC per NMAKE restrictions. Suggested by
Bill Wohler <wohler@newt.com>
parents: 66058
diff changeset
349 MH_E_SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el \
68467
ab5d3aa997df (WINS): Add erc.
Juanma Barranquero <lekktu@gmail.com>
parents: 68165
diff changeset
350 $(lisp)/mh-e/mh-buffers.el $(lisp)/mh-e/mh-compat.el \
ab5d3aa997df (WINS): Add erc.
Juanma Barranquero <lekktu@gmail.com>
parents: 68165
diff changeset
351 $(lisp)/mh-e/mh-comp.el $(lisp)/mh-e/mh-e.el \
ab5d3aa997df (WINS): Add erc.
Juanma Barranquero <lekktu@gmail.com>
parents: 68165
diff changeset
352 $(lisp)/mh-e/mh-folder.el $(lisp)/mh-e/mh-funcs.el \
ab5d3aa997df (WINS): Add erc.
Juanma Barranquero <lekktu@gmail.com>
parents: 68165
diff changeset
353 $(lisp)/mh-e/mh-gnus.el $(lisp)/mh-e/mh-identity.el \
ab5d3aa997df (WINS): Add erc.
Juanma Barranquero <lekktu@gmail.com>
parents: 68165
diff changeset
354 $(lisp)/mh-e/mh-inc.el $(lisp)/mh-e/mh-junk.el \
ab5d3aa997df (WINS): Add erc.
Juanma Barranquero <lekktu@gmail.com>
parents: 68165
diff changeset
355 $(lisp)/mh-e/mh-letter.el $(lisp)/mh-e/mh-limit.el \
ab5d3aa997df (WINS): Add erc.
Juanma Barranquero <lekktu@gmail.com>
parents: 68165
diff changeset
356 $(lisp)/mh-e/mh-mime.el $(lisp)/mh-e/mh-print.el \
ab5d3aa997df (WINS): Add erc.
Juanma Barranquero <lekktu@gmail.com>
parents: 68165
diff changeset
357 $(lisp)/mh-e/mh-scan.el $(lisp)/mh-e/mh-search.el \
ab5d3aa997df (WINS): Add erc.
Juanma Barranquero <lekktu@gmail.com>
parents: 68165
diff changeset
358 $(lisp)/mh-e/mh-seq.el $(lisp)/mh-e/mh-show.el \
ab5d3aa997df (WINS): Add erc.
Juanma Barranquero <lekktu@gmail.com>
parents: 68165
diff changeset
359 $(lisp)/mh-e/mh-speed.el $(lisp)/mh-e/mh-thread.el \
ab5d3aa997df (WINS): Add erc.
Juanma Barranquero <lekktu@gmail.com>
parents: 68165
diff changeset
360 $(lisp)/mh-e/mh-tool-bar.el $(lisp)/mh-e/mh-utils.el \
ab5d3aa997df (WINS): Add erc.
Juanma Barranquero <lekktu@gmail.com>
parents: 68165
diff changeset
361 $(lisp)/mh-e/mh-xface.el
66058
702baea25eb3 (MH-E-SRC): New. Used by mh-autoloads.
Bill Wohler <wohler@newt.com>
parents: 64769
diff changeset
362
77589
84823e4631e0 ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e instead of $(lisp)/mh-e.
Eli Zaretskii <eliz@gnu.org>
parents: 75410
diff changeset
363 # See the commentary for autoloads above for why we use ./mh-e below
84823e4631e0 ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e instead of $(lisp)/mh-e.
Eli Zaretskii <eliz@gnu.org>
parents: 75410
diff changeset
364 # instead of $(lisp)/mh-e.
66058
702baea25eb3 (MH-E-SRC): New. Used by mh-autoloads.
Bill Wohler <wohler@newt.com>
parents: 64769
diff changeset
365 mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el
66068
52a67cff7f8a (MH_E_SRC): Renamed from MH-E-SRC per NMAKE restrictions. Suggested by
Bill Wohler <wohler@newt.com>
parents: 66058
diff changeset
366 $(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC)
71233
b75b26c046ad (bootstrap, $(lisp)/mh-e/mh-loaddefs.el): Quote $(EMACS).
Eli Zaretskii <eliz@gnu.org>
parents: 71163
diff changeset
367 "$(EMACS)" $(EMACSOPT) \
66159
f007e250392a (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD):
Jason Rumney <jasonr@gnu.org>
parents: 66068
diff changeset
368 -l autoload \
93926
2271e620522a (LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents: 93150
diff changeset
369 --eval $(ARGQUOTE)(setq generate-autoload-cookie $(DQUOTE);;;###mh-autoload$(DQUOTE))$(ARGQUOTE) \
2271e620522a (LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents: 93150
diff changeset
370 --eval $(ARGQUOTE)(setq find-file-suppress-same-file-warnings t)$(ARGQUOTE) \
2271e620522a (LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents: 93150
diff changeset
371 --eval $(ARGQUOTE)(setq make-backup-files nil)$(ARGQUOTE) \
67795
261fb2953410 (autoloads, $(lisp)/mh-e/mh-loaddefs.el): Use w32-batch-update-autoloads,
Eli Zaretskii <eliz@gnu.org>
parents: 67640
diff changeset
372 -f w32-batch-update-autoloads \
93926
2271e620522a (LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents: 93150
diff changeset
373 $(ARGQUOTE)$(lisp)/mh-e/mh-loaddefs.el$(ARGQUOTE) ./mh-e
66159
f007e250392a (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD):
Jason Rumney <jasonr@gnu.org>
parents: 66068
diff changeset
374
52512
c7ef303c76f2 Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-48
Miles Bader <miles@gnu.org>
parents: 52401
diff changeset
375 # Prepare a bootstrap in the lisp subdirectory.
c7ef303c76f2 Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-48
Miles Bader <miles@gnu.org>
parents: 52401
diff changeset
376 #
63341
dccd42ff9e1a (bootstrap-clean-CMD, bootstrap-clean-SH): Don't use an old loaddefs.el,
Eli Zaretskii <eliz@gnu.org>
parents: 61527
diff changeset
377 # Build loaddefs.el to make sure it's up-to-date. If it's not, that
dccd42ff9e1a (bootstrap-clean-CMD, bootstrap-clean-SH): Don't use an old loaddefs.el,
Eli Zaretskii <eliz@gnu.org>
parents: 61527
diff changeset
378 # might lead to errors during the bootstrap because something fails to
dccd42ff9e1a (bootstrap-clean-CMD, bootstrap-clean-SH): Don't use an old loaddefs.el,
Eli Zaretskii <eliz@gnu.org>
parents: 61527
diff changeset
379 # autoload as expected. If there is no emacs binary, then we can't
dccd42ff9e1a (bootstrap-clean-CMD, bootstrap-clean-SH): Don't use an old loaddefs.el,
Eli Zaretskii <eliz@gnu.org>
parents: 61527
diff changeset
380 # build autoloads yet. In that case we have to use ldefs-boot.el;
dccd42ff9e1a (bootstrap-clean-CMD, bootstrap-clean-SH): Don't use an old loaddefs.el,
Eli Zaretskii <eliz@gnu.org>
parents: 61527
diff changeset
381 # bootstrap should always work with ldefs-boot.el. (Because
dccd42ff9e1a (bootstrap-clean-CMD, bootstrap-clean-SH): Don't use an old loaddefs.el,
Eli Zaretskii <eliz@gnu.org>
parents: 61527
diff changeset
382 # loaddefs.el is an automatically generated file, we don't want to
dccd42ff9e1a (bootstrap-clean-CMD, bootstrap-clean-SH): Don't use an old loaddefs.el,
Eli Zaretskii <eliz@gnu.org>
parents: 61527
diff changeset
383 # store it in the source repository).
52512
c7ef303c76f2 Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-48
Miles Bader <miles@gnu.org>
parents: 52401
diff changeset
384 #
c7ef303c76f2 Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-48
Miles Bader <miles@gnu.org>
parents: 52401
diff changeset
385 # Remove compiled Lisp files so that bootstrap-emacs will be built from
c7ef303c76f2 Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-48
Miles Bader <miles@gnu.org>
parents: 52401
diff changeset
386 # sources only.
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
387
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
388 # Need separate version for sh and native cmd.exe
74838
5b6a90ea7037 (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE) explicitly in a recursive
Eli Zaretskii <eliz@gnu.org>
parents: 74548
diff changeset
389 # Note that bootstrap-clean-$(SHELLTYPE) copies ldefs-boot.el to loaddefs.el,
5b6a90ea7037 (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE) explicitly in a recursive
Eli Zaretskii <eliz@gnu.org>
parents: 74548
diff changeset
390 # and thus the almost-empty loaddefs.el crafted by the $(lisp)/loaddefs.el
5b6a90ea7037 (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE) explicitly in a recursive
Eli Zaretskii <eliz@gnu.org>
parents: 74548
diff changeset
391 # target can NOT be built _after_ bootstrap-clean-$(SHELLTYPE) does its
5b6a90ea7037 (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE) explicitly in a recursive
Eli Zaretskii <eliz@gnu.org>
parents: 74548
diff changeset
392 # thing, or else an empty loaddefs.el will overwrite the full one.
5b6a90ea7037 (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE) explicitly in a recursive
Eli Zaretskii <eliz@gnu.org>
parents: 74548
diff changeset
393 bootstrap-clean: $(lisp)/loaddefs.el
5b6a90ea7037 (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE) explicitly in a recursive
Eli Zaretskii <eliz@gnu.org>
parents: 74548
diff changeset
394 $(MAKE) $(MFLAGS) bootstrap-clean-$(SHELLTYPE)
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
395
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
396 bootstrap-clean-CMD:
71233
b75b26c046ad (bootstrap, $(lisp)/mh-e/mh-loaddefs.el): Quote $(EMACS).
Eli Zaretskii <eliz@gnu.org>
parents: 71163
diff changeset
397 # if exist "$(EMACS)" $(MAKE) $(MFLAGS) autoloads
63341
dccd42ff9e1a (bootstrap-clean-CMD, bootstrap-clean-SH): Don't use an old loaddefs.el,
Eli Zaretskii <eliz@gnu.org>
parents: 61527
diff changeset
398 cp $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el
56151
9ef25bd8db0d Double percent signs in for loops.
Jason Rumney <jasonr@gnu.org>
parents: 56026
diff changeset
399 -for %%f in (. $(WINS)) do for %%g in (%%f\*.elc) do @$(DEL) %%g
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
400
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
401 bootstrap-clean-SH:
71233
b75b26c046ad (bootstrap, $(lisp)/mh-e/mh-loaddefs.el): Quote $(EMACS).
Eli Zaretskii <eliz@gnu.org>
parents: 71163
diff changeset
402 # if test -f "$(EMACS)"; then $(MAKE) $(MFLAGS) autoloads; fi
44192
1c7d75d3c175 (bootstrap-clean-SH): Use for loop, instead of
Andrew Innes <andrewi@gnu.org>
parents: 44167
diff changeset
403 # -rm -f $(lisp)/*.elc $(lisp)/*/*.elc
63341
dccd42ff9e1a (bootstrap-clean-CMD, bootstrap-clean-SH): Don't use an old loaddefs.el,
Eli Zaretskii <eliz@gnu.org>
parents: 61527
diff changeset
404 cp $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el
44192
1c7d75d3c175 (bootstrap-clean-SH): Use for loop, instead of
Andrew Innes <andrewi@gnu.org>
parents: 44167
diff changeset
405 -for dir in . $(WINS); do rm -f $$dir/*.elc; done
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
406
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
407 # Generate/update files for the bootstrap process.
63909
8ecb3fd4aded (bootstrap): Remove the $(EMACS) binary after updating all the
Eli Zaretskii <eliz@gnu.org>
parents: 63341
diff changeset
408 # When done, remove bootstrap-emacs from ../bin, so that
8ecb3fd4aded (bootstrap): Remove the $(EMACS) binary after updating all the
Eli Zaretskii <eliz@gnu.org>
parents: 63341
diff changeset
409 # it will not be mistaken for an installed binary.
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
410
66058
702baea25eb3 (MH-E-SRC): New. Used by mh-autoloads.
Bill Wohler <wohler@newt.com>
parents: 64769
diff changeset
411 bootstrap: update-subdirs autoloads mh-autoloads compile finder-data custom-deps
71233
b75b26c046ad (bootstrap, $(lisp)/mh-e/mh-loaddefs.el): Quote $(EMACS).
Eli Zaretskii <eliz@gnu.org>
parents: 71163
diff changeset
412 - $(DEL) "$(EMACS)"
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
413
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
414 #
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
415 # Assuming INSTALL_DIR is defined, copy the elisp files to it
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
416 # Windows 95 makes this harder than it should be.
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
417 #
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
418 install:
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
419 - mkdir "$(INSTALL_DIR)/lisp"
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
420 - $(DEL) ../same-dir.tst
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
421 - $(DEL) "$(INSTALL_DIR)/same-dir.tst"
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
422 echo SameDirTest > "$(INSTALL_DIR)/same-dir.tst"
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
423 #ifdef COPY_LISP_SOURCE
78117
2c9041566e2f (install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii <eliz@gnu.org>
parents: 77589
diff changeset
424 $(IFNOTSAMEDIR) $(MAKE) $(MFLAGS) install-lisp-$(SHELLTYPE) $(ENDIF)
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
425 #else
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
426 # $(IFNOTSAMEDIR) $(CP_DIR) *.elc "$(INSTALL_DIR)/lisp" $(ENDIF)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
427 # $(IFNOTSAMEDIR) $(CP) cus-load.el "$(INSTALL_DIR)/lisp" $(ENDIF)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
428 # $(IFNOTSAMEDIR) $(CP) forms*.el "$(INSTALL_DIR)/lisp" $(ENDIF)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
429 # $(IFNOTSAMEDIR) $(CP) patcomp.el "$(INSTALL_DIR)/lisp" $(ENDIF)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
430 # $(IFNOTSAMEDIR) $(CP) subdirs.el "$(INSTALL_DIR)/lisp" $(ENDIF)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
431 # $(IFNOTSAMEDIR) $(CP) version.el "$(INSTALL_DIR)/lisp" $(ENDIF)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
432 # $(IFNOTSAMEDIR) $(CP) mail/blessmail.el "$(INSTALL_DIR)/lisp/mail" $(ENDIF)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
433 # $(IFNOTSAMEDIR) $(CP) mail/sc.el "$(INSTALL_DIR)/lisp/mail" $(ENDIF)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
434 # $(IFNOTSAMEDIR) $(CP) play/bruce.el "$(INSTALL_DIR)/lisp/play" $(ENDIF)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
435 # $(IFNOTSAMEDIR) $(CP) international/latin-*.el "$(INSTALL_DIR)/lisp/international" $(ENDIF)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
436 # $(IFNOTSAMEDIR) $(CP) international/mule-conf.el "$(INSTALL_DIR)/lisp/international" $(ENDIF)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
437 #endif
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
438 - $(DEL) ../same-dir.tst
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
439 - $(DEL) "$(INSTALL_DIR)/same-dir.tst"
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
440
78117
2c9041566e2f (install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii <eliz@gnu.org>
parents: 77589
diff changeset
441 # Need to copy *.el files first, to avoid "source file is newer" annoyance
2c9041566e2f (install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii <eliz@gnu.org>
parents: 77589
diff changeset
442 # since cp does not preserve time stamps
2c9041566e2f (install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii <eliz@gnu.org>
parents: 77589
diff changeset
443 install-lisp-SH:
2c9041566e2f (install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii <eliz@gnu.org>
parents: 77589
diff changeset
444 cp -f *.el "$(INSTALL_DIR)/lisp"
78170
bb683c32591e (install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii <eliz@gnu.org>
parents: 78117
diff changeset
445 for dir in $(WINS); do [ -d "$(INSTALL_DIR)/lisp/$$dir" ] || mkdir "$(INSTALL_DIR)/lisp/$$dir"; done
bb683c32591e (install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii <eliz@gnu.org>
parents: 78117
diff changeset
446 for dir in $(WINS); do cp -f $$dir/*.el "$(INSTALL_DIR)/lisp/$$dir"; done
78117
2c9041566e2f (install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii <eliz@gnu.org>
parents: 77589
diff changeset
447 for dir in . $(WINS); do cp $$dir/*.elc "$(INSTALL_DIR)/lisp/$$dir"; done
2c9041566e2f (install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii <eliz@gnu.org>
parents: 77589
diff changeset
448
2c9041566e2f (install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii <eliz@gnu.org>
parents: 77589
diff changeset
449 install-lisp-CMD:
2c9041566e2f (install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii <eliz@gnu.org>
parents: 77589
diff changeset
450 cp -f *.el "$(INSTALL_DIR)/lisp"
78170
bb683c32591e (install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii <eliz@gnu.org>
parents: 78117
diff changeset
451 for %%f in ($(WINS)) do if not exist "$(INSTALL_DIR)/lisp/%%f" mkdir "$(INSTALL_DIR)/lisp/%%f"
78117
2c9041566e2f (install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii <eliz@gnu.org>
parents: 77589
diff changeset
452 for %%f in ($(WINS)) do cp -f %%f/*.el "$(INSTALL_DIR)/lisp/%%f"
2c9041566e2f (install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii <eliz@gnu.org>
parents: 77589
diff changeset
453 for %%f in (. $(WINS)) do cp -f %%f/*.elc "$(INSTALL_DIR)/lisp/%%f"
2c9041566e2f (install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii <eliz@gnu.org>
parents: 77589
diff changeset
454
87181
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
455 # WARNING: Do NOT split the part inside $(ARGQUOTE)s into multiple lines as
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
456 # this can break with GNU Make 3.81 and later if sh.exe is used.
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
457 check-declare:
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
458 $(emacs) -l $(lisp)/emacs-lisp/check-declare --eval $(ARGQUOTE)(check-declare-directory $(DQUOTE)$(lisp)$(DQUOTE))$(ARGQUOTE)
a0d11703c35e (check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents: 86371
diff changeset
459
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
460 #
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
461 # Maintenance
47727
53a1d514b214 Add "no-byte-compile: t" to subdirs.el.
Juanma Barranquero <lekktu@gmail.com>
parents: 47039
diff changeset
462 #
78170
bb683c32591e (install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii <eliz@gnu.org>
parents: 78117
diff changeset
463 # We used to delete *~ here, but that might inadvertently remove
bb683c32591e (install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii <eliz@gnu.org>
parents: 78117
diff changeset
464 # precious files if it happens to match their short 8+3 aliases.
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31620
diff changeset
465 clean:
93926
2271e620522a (LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents: 93150
diff changeset
466 - $(DEL) *.el~
2271e620522a (LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents: 93150
diff changeset
467
2271e620522a (LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents: 93150
diff changeset
468 distclean:
2271e620522a (LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents: 93150
diff changeset
469 - $(DEL) $(lisp)/Makefile
2271e620522a (LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents: 93150
diff changeset
470
2271e620522a (LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents: 93150
diff changeset
471 maintainer-clean: bootstrap-clean distclean
2271e620522a (LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents: 93150
diff changeset
472 - $(DEL) $(AUTOGENEL)