Mercurial > emacs
annotate lisp/makefile.w32-in @ 103635:11f316dfa4b5
* net/tramp.el (tramp-do-copy-or-rename-file-directly): Handle
also the 'rename case, when setting file modes. (Bug#3712)
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Tue, 30 Jun 2009 11:55:19 +0000 |
parents | a9dc0e7c3f2b |
children | 4233b4bcb3c2 |
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, |
100908 | 3 # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
94683
f3e86c1007e8
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93969
diff
changeset
|
4 |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
5 # This file is part of GNU Emacs. |
94683
f3e86c1007e8
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93969
diff
changeset
|
6 |
f3e86c1007e8
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93969
diff
changeset
|
7 # GNU Emacs is free software: you can redistribute it and/or modify |
f3e86c1007e8
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93969
diff
changeset
|
8 # it under the terms of the GNU General Public License as published by |
f3e86c1007e8
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93969
diff
changeset
|
9 # the Free Software Foundation, either version 3 of the License, or |
f3e86c1007e8
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93969
diff
changeset
|
10 # (at your option) any later version. |
f3e86c1007e8
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93969
diff
changeset
|
11 |
f3e86c1007e8
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93969
diff
changeset
|
12 # GNU Emacs is distributed in the hope that it will be useful, |
f3e86c1007e8
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93969
diff
changeset
|
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
f3e86c1007e8
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93969
diff
changeset
|
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
f3e86c1007e8
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93969
diff
changeset
|
15 # GNU General Public License for more details. |
f3e86c1007e8
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93969
diff
changeset
|
16 |
f3e86c1007e8
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93969
diff
changeset
|
17 # You should have received a copy of the GNU General Public License |
f3e86c1007e8
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93969
diff
changeset
|
18 # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
19 |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
20 ALL = |
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 all: $(ALL) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
23 |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
24 SQUOTE=' |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
25 # ' |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
26 |
34273
f719938c6d2e
(lisp): Set to an absolute directory, namely
Andrew Innes <andrewi@gnu.org>
parents:
33904
diff
changeset
|
27 lisp = $(CURDIR) |
46629
73124278175b
(DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents:
44192
diff
changeset
|
28 srcdir = $(CURDIR)/.. |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
29 |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
30 # 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
|
31 # e.g. "make EMACS=../src/emacs ...". |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
32 |
71163
b1bc5d576c4c
(EMACS): Remove quotes from the Emacs executable file name.
Eli Zaretskii <eliz@gnu.org>
parents:
68467
diff
changeset
|
33 EMACS = $(THISDIR)/../bin/emacs.exe |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
34 |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
35 # Command line flags for Emacs. This must include --multibyte, |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
36 # otherwise some files will not compile. |
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 EMACSOPT = -batch --no-init-file --no-site-file --multibyte |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
39 |
87181
a0d11703c35e
(check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents:
86371
diff
changeset
|
40 # Extra flags to pass to the byte compiler |
a0d11703c35e
(check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents:
86371
diff
changeset
|
41 BYTE_COMPILE_EXTRA_FLAGS = |
a0d11703c35e
(check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents:
86371
diff
changeset
|
42 # 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
|
43 # 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
|
44 # 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
|
45 |
37384 | 46 # Set EMACSLOADPATH correctly (already defined in environment). |
47 EMACSLOADPATH=$(lisp) | |
48 | |
89970
a849e5779b8c
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents:
89957
diff
changeset
|
49 # Use C locale |
a849e5779b8c
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents:
89957
diff
changeset
|
50 LC_ALL = C |
a849e5779b8c
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents:
89957
diff
changeset
|
51 |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
52 lisptagsfiles1 = $(lisp)/*.el |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
53 lisptagsfiles2 = $(lisp)/*/*.el |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
54 ETAGS = "../lib-src/$(BLD)/etags" |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
55 |
92942
e5878cb053f7
($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents:
92117
diff
changeset
|
56 # 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
|
57 LOADDEFS = $(lisp)/calendar/cal-loaddefs.el \ |
93926
2271e620522a
(LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents:
93150
diff
changeset
|
58 $(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
|
59 $(lisp)/mh-e/mh-loaddefs.el |
2271e620522a
(LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents:
93150
diff
changeset
|
60 |
2271e620522a
(LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents:
93150
diff
changeset
|
61 AUTOGENEL = $(lisp)/loaddefs.el $(LOADDEFS) $(lisp)/cus-load.el \ |
93969
b5052aee45cd
(AUTOGENEL): Add calc-loaddefs.el.
Juanma Barranquero <lekktu@gmail.com>
parents:
93926
diff
changeset
|
62 $(lisp)/finder-inf.el $(lisp)/subdirs.el $(lisp)/eshell/esh-groups.el \ |
96113
3a64b6ee3005
(distclean): Depend on `clean'.
Eli Zaretskii <eliz@gnu.org>
parents:
96108
diff
changeset
|
63 $(lisp)/calc/calc-loaddefs.el $(lisp)/nxml/subdirs.el |
92942
e5878cb053f7
($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents:
92117
diff
changeset
|
64 |
36918
b485ed237672
(COMPILE_FIRST): Add cc-mode.el
Gerd Moellmann <gerd@gnu.org>
parents:
36378
diff
changeset
|
65 # 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
|
66 # 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
|
67 # 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
|
68 # 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
|
69 # bootstrapping. |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
70 |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
71 COMPILE_FIRST = \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
72 $(lisp)/emacs-lisp/byte-opt.el \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
73 $(lisp)/emacs-lisp/bytecomp.el \ |
36918
b485ed237672
(COMPILE_FIRST): Add cc-mode.el
Gerd Moellmann <gerd@gnu.org>
parents:
36378
diff
changeset
|
74 $(lisp)/subr.el \ |
b485ed237672
(COMPILE_FIRST): Add cc-mode.el
Gerd Moellmann <gerd@gnu.org>
parents:
36378
diff
changeset
|
75 $(lisp)/progmodes/cc-mode.el \ |
b485ed237672
(COMPILE_FIRST): Add cc-mode.el
Gerd Moellmann <gerd@gnu.org>
parents:
36378
diff
changeset
|
76 $(lisp)/progmodes/cc-vars.el |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
77 |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
78 # 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
|
79 # 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
|
80 # 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
|
81 # the shell is cmd.exe. |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
82 |
71163
b1bc5d576c4c
(EMACS): Remove quotes from the Emacs executable file name.
Eli Zaretskii <eliz@gnu.org>
parents:
68467
diff
changeset
|
83 emacs = "$(EMACS)" $(EMACSOPT) |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
84 |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
85 # Have to define the list of subdirs manually when not using sh. |
73817 | 86 WINS_ALMOST=\ |
47039
f89ca946d5c2
(WINS): Add calc and obsolete.
Juanma Barranquero <lekktu@gmail.com>
parents:
46781
diff
changeset
|
87 calc \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
88 calendar \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
89 emacs-lisp \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
90 emulation \ |
68467 | 91 erc \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
92 eshell \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
93 gnus \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
94 international \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
95 language \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
96 mail \ |
49459
06b77df47802
* mh-e: Created directory. ChangeLog will appear in a week when we
Bill Wohler <wohler@newt.com>
parents:
49259
diff
changeset
|
97 mh-e \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
98 net \ |
86371
dac032dc601a
(WIN_ALMOST): Maintain sorted.
Juanma Barranquero <lekktu@gmail.com>
parents:
86361
diff
changeset
|
99 nxml \ |
93150
3cca0b32cb85
(WINS_ALMOST): Add org.
Juanma Barranquero <lekktu@gmail.com>
parents:
92942
diff
changeset
|
100 org \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
101 play \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
102 progmodes \ |
44165
32c2b878dabd
(WINS): Add the toolbar directory.
Juanma Barranquero <lekktu@gmail.com>
parents:
40753
diff
changeset
|
103 textmodes \ |
55064
215f0bc58b67
(WINS): Add url/ directory.
Juanma Barranquero <lekktu@gmail.com>
parents:
53015
diff
changeset
|
104 url |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
105 |
73817 | 106 WINS= $(WINS_ALMOST) \ |
92117
870169dbaee1
(WINS_ALMOST): Remove term.
Jason Rumney <jasonr@gnu.org>
parents:
91327
diff
changeset
|
107 term \ |
73817 | 108 obsolete |
109 | |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
110 doit: |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
111 |
96114
d2cbd54eeb90
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
Eli Zaretskii <eliz@gnu.org>
parents:
96113
diff
changeset
|
112 cus-load.el-SH: |
d2cbd54eeb90
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
Eli Zaretskii <eliz@gnu.org>
parents:
96113
diff
changeset
|
113 echo ";;; cus-load.el --- automatically extracted custom dependencies" > $@ |
d2cbd54eeb90
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
Eli Zaretskii <eliz@gnu.org>
parents:
96113
diff
changeset
|
114 echo ";;" >> $@; echo ";;; Code:" >> $@ |
d2cbd54eeb90
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
Eli Zaretskii <eliz@gnu.org>
parents:
96113
diff
changeset
|
115 echo "" >> $@ |
d2cbd54eeb90
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
Eli Zaretskii <eliz@gnu.org>
parents:
96113
diff
changeset
|
116 echo ";; Local Variables:" >> $@ |
d2cbd54eeb90
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
Eli Zaretskii <eliz@gnu.org>
parents:
96113
diff
changeset
|
117 echo ";; version-control: never" >> $@ |
d2cbd54eeb90
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
Eli Zaretskii <eliz@gnu.org>
parents:
96113
diff
changeset
|
118 echo ";; no-byte-compile: t" >> $@ |
d2cbd54eeb90
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
Eli Zaretskii <eliz@gnu.org>
parents:
96113
diff
changeset
|
119 echo ";; no-update-autoloads: t" >> $@ |
d2cbd54eeb90
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
Eli Zaretskii <eliz@gnu.org>
parents:
96113
diff
changeset
|
120 echo ";; End:" >> $@ |
d2cbd54eeb90
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
Eli Zaretskii <eliz@gnu.org>
parents:
96113
diff
changeset
|
121 |
d2cbd54eeb90
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
Eli Zaretskii <eliz@gnu.org>
parents:
96113
diff
changeset
|
122 cus-load.el-CMD: |
d2cbd54eeb90
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
Eli Zaretskii <eliz@gnu.org>
parents:
96113
diff
changeset
|
123 echo ;;; cus-load.el --- automatically extracted custom dependencies> $@ |
d2cbd54eeb90
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
Eli Zaretskii <eliz@gnu.org>
parents:
96113
diff
changeset
|
124 echo ;;>> $@ |
d2cbd54eeb90
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
Eli Zaretskii <eliz@gnu.org>
parents:
96113
diff
changeset
|
125 echo ;;; Code:>> $@ |
d2cbd54eeb90
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
Eli Zaretskii <eliz@gnu.org>
parents:
96113
diff
changeset
|
126 echo.>> $@ |
d2cbd54eeb90
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
Eli Zaretskii <eliz@gnu.org>
parents:
96113
diff
changeset
|
127 echo ;; Local Variables:>> $@ |
d2cbd54eeb90
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
Eli Zaretskii <eliz@gnu.org>
parents:
96113
diff
changeset
|
128 echo ;; version-control: never>> $@ |
d2cbd54eeb90
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
Eli Zaretskii <eliz@gnu.org>
parents:
96113
diff
changeset
|
129 echo ;; no-byte-compile: t>> $@ |
d2cbd54eeb90
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
Eli Zaretskii <eliz@gnu.org>
parents:
96113
diff
changeset
|
130 echo ;; no-update-autoloads: t>> $@ |
d2cbd54eeb90
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
Eli Zaretskii <eliz@gnu.org>
parents:
96113
diff
changeset
|
131 echo ;; End:>> $@ |
d2cbd54eeb90
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
Eli Zaretskii <eliz@gnu.org>
parents:
96113
diff
changeset
|
132 |
66160
172dcc84fa71
Use $(lisp) when referencing files in the lisp directory.
Jason Rumney <jasonr@gnu.org>
parents:
66159
diff
changeset
|
133 $(lisp)/cus-load.el: |
96114
d2cbd54eeb90
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
Eli Zaretskii <eliz@gnu.org>
parents:
96113
diff
changeset
|
134 $(MAKE) $(MFLAGS) cus-load.el-$(SHELLTYPE) |
d2cbd54eeb90
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
Eli Zaretskii <eliz@gnu.org>
parents:
96113
diff
changeset
|
135 mv cus-load.el-$(SHELLTYPE) $@ |
d2cbd54eeb90
($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
Eli Zaretskii <eliz@gnu.org>
parents:
96113
diff
changeset
|
136 |
67640
8b927f8d61a2
(autoloads, custom-deps): Warn that parts of commands enclosed in $(ARGQUOTE)s
Eli Zaretskii <eliz@gnu.org>
parents:
66385
diff
changeset
|
137 # 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
|
138 # 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
|
139 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
|
140 @echo Directories: $(WINS_ALMOST) |
870169dbaee1
(WINS_ALMOST): Remove term.
Jason Rumney <jasonr@gnu.org>
parents:
91327
diff
changeset
|
141 -$(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
|
142 |
75410
fc72911206ac
(finder-data, custom-deps): Depend on $(lisp)/loaddefs.el.
Eli Zaretskii <eliz@gnu.org>
parents:
75347
diff
changeset
|
143 finder-data: $(lisp)/loaddefs.el doit |
92117
870169dbaee1
(WINS_ALMOST): Remove term.
Jason Rumney <jasonr@gnu.org>
parents:
91327
diff
changeset
|
144 @echo Directories: $(WINS_ALMOST) |
870169dbaee1
(WINS_ALMOST): Remove term.
Jason Rumney <jasonr@gnu.org>
parents:
91327
diff
changeset
|
145 $(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
|
146 |
66160
172dcc84fa71
Use $(lisp) when referencing files in the lisp directory.
Jason Rumney <jasonr@gnu.org>
parents:
66159
diff
changeset
|
147 $(lisp)/loaddefs.el: |
49259
d6211ef9bbb4
(loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents:
47727
diff
changeset
|
148 $(MAKE) $(MFLAGS) loaddefs.el-$(SHELLTYPE) |
d6211ef9bbb4
(loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents:
47727
diff
changeset
|
149 cp loaddefs.el-$(SHELLTYPE) $@ |
d6211ef9bbb4
(loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents:
47727
diff
changeset
|
150 rm loaddefs.el-$(SHELLTYPE) |
d6211ef9bbb4
(loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents:
47727
diff
changeset
|
151 |
d6211ef9bbb4
(loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents:
47727
diff
changeset
|
152 loaddefs.el-SH: |
d6211ef9bbb4
(loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents:
47727
diff
changeset
|
153 echo ";;; loaddefs.el --- automatically extracted autoloads" > $@ |
d6211ef9bbb4
(loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents:
47727
diff
changeset
|
154 echo ";;" >> $@; echo ";;; Code:" >> $@ |
d6211ef9bbb4
(loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents:
47727
diff
changeset
|
155 echo "" >> $@ |
96108
68a3c2c3dbe5
* makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
Juanma Barranquero <lekktu@gmail.com>
parents:
94683
diff
changeset
|
156 echo ";; Local Variables:" >> $@ |
68a3c2c3dbe5
* makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
Juanma Barranquero <lekktu@gmail.com>
parents:
94683
diff
changeset
|
157 echo ";; version-control: never" >> $@ |
68a3c2c3dbe5
* makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
Juanma Barranquero <lekktu@gmail.com>
parents:
94683
diff
changeset
|
158 echo ";; no-byte-compile: t" >> $@ |
68a3c2c3dbe5
* makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
Juanma Barranquero <lekktu@gmail.com>
parents:
94683
diff
changeset
|
159 echo ";; no-update-autoloads: t" >> $@ |
68a3c2c3dbe5
* makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
Juanma Barranquero <lekktu@gmail.com>
parents:
94683
diff
changeset
|
160 echo ";; coding: utf-8" >> $@ |
68a3c2c3dbe5
* makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
Juanma Barranquero <lekktu@gmail.com>
parents:
94683
diff
changeset
|
161 echo ";; End:" >> $@ |
49259
d6211ef9bbb4
(loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents:
47727
diff
changeset
|
162 echo ";;; loaddefs.el ends here" >> $@ |
d6211ef9bbb4
(loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents:
47727
diff
changeset
|
163 |
d6211ef9bbb4
(loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents:
47727
diff
changeset
|
164 loaddefs.el-CMD: |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
165 echo ;;; loaddefs.el --- automatically extracted autoloads> $@ |
96108
68a3c2c3dbe5
* makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
Juanma Barranquero <lekktu@gmail.com>
parents:
94683
diff
changeset
|
166 echo ;;>> $@ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
167 echo ;;; Code:>> $@ |
66160
172dcc84fa71
Use $(lisp) when referencing files in the lisp directory.
Jason Rumney <jasonr@gnu.org>
parents:
66159
diff
changeset
|
168 echo.>> $@ |
96108
68a3c2c3dbe5
* makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
Juanma Barranquero <lekktu@gmail.com>
parents:
94683
diff
changeset
|
169 echo ;; Local Variables:>> $@ |
68a3c2c3dbe5
* makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
Juanma Barranquero <lekktu@gmail.com>
parents:
94683
diff
changeset
|
170 echo ;; version-control: never>> $@ |
68a3c2c3dbe5
* makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
Juanma Barranquero <lekktu@gmail.com>
parents:
94683
diff
changeset
|
171 echo ;; no-byte-compile: t>> $@ |
68a3c2c3dbe5
* makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
Juanma Barranquero <lekktu@gmail.com>
parents:
94683
diff
changeset
|
172 echo ;; no-update-autoloads: t>> $@ |
68a3c2c3dbe5
* makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
Juanma Barranquero <lekktu@gmail.com>
parents:
94683
diff
changeset
|
173 echo ;; coding: utf-8>> $@ |
68a3c2c3dbe5
* makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
Juanma Barranquero <lekktu@gmail.com>
parents:
94683
diff
changeset
|
174 echo ;; End:>> $@ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
175 echo ;;; loaddefs.el ends here>> $@ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
176 |
66385
0c86bdf8a4cf
(autoloads): Use "." instead of $(lisp) in the list of directories passed
Eli Zaretskii <eliz@gnu.org>
parents:
66214
diff
changeset
|
177 # 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
|
178 # 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
|
179 # 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
|
180 # 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
|
181 # |
8b927f8d61a2
(autoloads, custom-deps): Warn that parts of commands enclosed in $(ARGQUOTE)s
Eli Zaretskii <eliz@gnu.org>
parents:
66385
diff
changeset
|
182 # 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
|
183 # 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
|
184 autoloads: $(lisp)/loaddefs.el $(LOADDEFS) doit |
73817 | 185 @echo Directories: . $(WINS_ALMOST) |
37807
1b20100095bc
(compile-files-CMD, bootstrap-clean-CMD): Use
Andrew Innes <andrewi@gnu.org>
parents:
37384
diff
changeset
|
186 $(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
|
187 --eval $(ARGQUOTE)(setq find-file-hook nil find-file-suppress-same-file-warnings t)$(ARGQUOTE) \ |
73817 | 188 -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
|
189 |
66160
172dcc84fa71
Use $(lisp) when referencing files in the lisp directory.
Jason Rumney <jasonr@gnu.org>
parents:
66159
diff
changeset
|
190 $(lisp)/subdirs.el: |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
191 $(MAKE) $(MFLAGS) update-subdirs |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
192 |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
193 # Need separate version for sh and native cmd.exe |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
194 update-subdirs: update-subdirs-$(SHELLTYPE) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
195 |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
196 update-subdirs-CMD: doit |
66160
172dcc84fa71
Use $(lisp) when referencing files in the lisp directory.
Jason Rumney <jasonr@gnu.org>
parents:
66159
diff
changeset
|
197 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
|
198 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
|
199 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
|
200 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
|
201 @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
|
202 echo ))>> $(lisp)/subdirs.el |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
203 |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
204 update-subdirs-SH: doit |
49482
a5390a508759
(update-subdirs-SH): Create lisp/subdirs.el.
Juanma Barranquero <lekktu@gmail.com>
parents:
49459
diff
changeset
|
205 $(srcdir)/update-subdirs $(lisp); \ |
49259
d6211ef9bbb4
(loaddefs.el): Invoke make to build stub file
Andrew Innes <andrewi@gnu.org>
parents:
47727
diff
changeset
|
206 for file in $(WINS); do \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
207 $(srcdir)/update-subdirs $$file; \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
208 done; |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
209 |
66058
702baea25eb3
(MH-E-SRC): New. Used by mh-autoloads.
Bill Wohler <wohler@newt.com>
parents:
64769
diff
changeset
|
210 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
|
211 |
67952 | 212 # This is useful after "cvs up". |
213 cvs-update: recompile autoloads finder-data custom-deps | |
214 | |
46629
73124278175b
(DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents:
44192
diff
changeset
|
215 # Update the AUTHORS file. |
73124278175b
(DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents:
44192
diff
changeset
|
216 |
73124278175b
(DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents:
44192
diff
changeset
|
217 update-authors: |
84416
846d91182da4
(update-authors): Add etc/ to AUTHORS.
Juri Linkov <juri@jurta.org>
parents:
82140
diff
changeset
|
218 $(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
|
219 |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
220 TAGS: $(lisptagsfiles1) $(lisptagsfiles2) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
221 $(ETAGS) $(lisptagsfiles1) $(lisptagsfiles2) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
222 |
46629
73124278175b
(DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents:
44192
diff
changeset
|
223 TAGS-LISP: $(lisptagsfiles1) $(lisptagsfiles2) |
73124278175b
(DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents:
44192
diff
changeset
|
224 $(ETAGS) -o TAGS-LISP $(lisptagsfiles1) $(lisptagsfiles2) |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
225 |
33904
c96ec3fcc61b
(.SUFFIXES): Add .SUFFIXES.
Andrew Innes <andrewi@gnu.org>
parents:
31677
diff
changeset
|
226 .SUFFIXES: .elc .el |
c96ec3fcc61b
(.SUFFIXES): Add .SUFFIXES.
Andrew Innes <andrewi@gnu.org>
parents:
31677
diff
changeset
|
227 |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
228 .el.elc: |
87181
a0d11703c35e
(check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents:
86371
diff
changeset
|
229 -$(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
|
230 |
61527 | 231 # Compile all Lisp files, but don't recompile those that are up to |
232 # date. Some files don't actually get compiled because they set the | |
233 # local variable no-byte-compile. | |
46629
73124278175b
(DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents:
44192
diff
changeset
|
234 |
61527 | 235 # All .elc files are made writable before compilation in case we |
236 # checked out read-only (CVS option -r). Files MUST be compiled one by | |
237 # one. If we compile several files in a row we can't make sure that | |
238 # the compilation environment is clean. We also set the load-path of | |
239 # the Emacs used for compilation to the current directory and its | |
240 # subdirectories, to make sure require's and load's in the files being | |
241 # compiled find the right files. | |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
242 |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
243 # 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
|
244 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
|
245 |
46781
d93e5af9e50e
(compile-after-backup): Renamed from `compile'.
Richard M. Stallman <rms@gnu.org>
parents:
46757
diff
changeset
|
246 compile-CMD: |
56151
9ef25bd8db0d
Double percent signs in for loops.
Jason Rumney <jasonr@gnu.org>
parents:
56026
diff
changeset
|
247 # -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
|
248 for %%f in ($(COMPILE_FIRST)) do \ |
87181
a0d11703c35e
(check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents:
86371
diff
changeset
|
249 $(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
|
250 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
|
251 $(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
|
252 |
46781
d93e5af9e50e
(compile-after-backup): Renamed from `compile'.
Richard M. Stallman <rms@gnu.org>
parents:
46757
diff
changeset
|
253 compile-SH: |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
254 # 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
|
255 for el in $(COMPILE_FIRST); do \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
256 echo Compiling $$el; \ |
87181
a0d11703c35e
(check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents:
86371
diff
changeset
|
257 $(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
|
258 done |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
259 for dir in $(lisp) $(WINS); do \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
260 for el in $$dir/*.el; do \ |
46629
73124278175b
(DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents:
44192
diff
changeset
|
261 if test -f $$el; \ |
73124278175b
(DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents:
44192
diff
changeset
|
262 then \ |
73124278175b
(DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents:
44192
diff
changeset
|
263 echo Compiling $$el; \ |
87181
a0d11703c35e
(check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents:
86371
diff
changeset
|
264 $(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
|
265 fi \ |
73124278175b
(DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents:
44192
diff
changeset
|
266 done; \ |
73124278175b
(DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents:
44192
diff
changeset
|
267 done |
73124278175b
(DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents:
44192
diff
changeset
|
268 |
61527 | 269 # Compile all Lisp files. This is like `compile' but compiles files |
270 # unconditionally. Some files don't actually get compiled because they | |
271 # set the local variable no-byte-compile. | |
272 | |
66160
172dcc84fa71
Use $(lisp) when referencing files in the lisp directory.
Jason Rumney <jasonr@gnu.org>
parents:
66159
diff
changeset
|
273 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
|
274 |
73124278175b
(DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents:
44192
diff
changeset
|
275 compile-always-CMD: |
56151
9ef25bd8db0d
Double percent signs in for loops.
Jason Rumney <jasonr@gnu.org>
parents:
56026
diff
changeset
|
276 # -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
|
277 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
|
278 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
|
279 |
73124278175b
(DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents:
44192
diff
changeset
|
280 compile-always-SH: |
73124278175b
(DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents:
44192
diff
changeset
|
281 # 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
|
282 for el in $(COMPILE_FIRST); do \ |
73124278175b
(DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents:
44192
diff
changeset
|
283 echo Compiling $$el; \ |
87181
a0d11703c35e
(check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents:
86371
diff
changeset
|
284 $(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
|
285 done |
73124278175b
(DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents:
44192
diff
changeset
|
286 for dir in $(lisp) $(WINS); do \ |
73124278175b
(DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents:
44192
diff
changeset
|
287 for el in $$dir/*.el; do \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
288 echo Compiling $$el; \ |
87181
a0d11703c35e
(check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents:
86371
diff
changeset
|
289 $(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
|
290 done; \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
291 done |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
292 |
46629
73124278175b
(DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents:
44192
diff
changeset
|
293 compile-calc: compile-calc-$(SHELLTYPE) |
73124278175b
(DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents:
44192
diff
changeset
|
294 |
73124278175b
(DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents:
44192
diff
changeset
|
295 compile-calc-CMD: |
87181
a0d11703c35e
(check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents:
86371
diff
changeset
|
296 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
|
297 |
47727
53a1d514b214
Add "no-byte-compile: t" to subdirs.el.
Juanma Barranquero <lekktu@gmail.com>
parents:
47039
diff
changeset
|
298 compile-calc-SH: |
46629
73124278175b
(DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents:
44192
diff
changeset
|
299 for el in $(lisp)/calc/*.el; do \ |
73124278175b
(DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents:
44192
diff
changeset
|
300 echo Compiling $$el; \ |
87181
a0d11703c35e
(check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents:
86371
diff
changeset
|
301 $(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
|
302 done |
73124278175b
(DONTCOMPILE): Remove cus-start.el.
Andrew Innes <andrewi@gnu.org>
parents:
44192
diff
changeset
|
303 |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
304 # 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
|
305 # exists, make a backup of it. |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
306 |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
307 backup-compiled-files: |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
308 -mv $(lisp)/elc.tar.gz $(lisp)/elc.tar.gz~ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
309 -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
|
310 |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
311 # Compile Lisp files, but save old compiled files first. |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
312 |
46781
d93e5af9e50e
(compile-after-backup): Renamed from `compile'.
Richard M. Stallman <rms@gnu.org>
parents:
46757
diff
changeset
|
313 compile-after-backup: backup-compiled-files compile-always |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
314 |
99797
37fe10603a24
(compile-first): New target.
Eli Zaretskii <eliz@gnu.org>
parents:
98362
diff
changeset
|
315 compile-first: $(lisp)/emacs-lisp/bytecomp.elc $(lisp)/emacs-lisp/byte-opt.elc \ |
37fe10603a24
(compile-first): New target.
Eli Zaretskii <eliz@gnu.org>
parents:
98362
diff
changeset
|
316 $(lisp)/emacs-lisp/autoload.elc |
37fe10603a24
(compile-first): New target.
Eli Zaretskii <eliz@gnu.org>
parents:
98362
diff
changeset
|
317 |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
318 # 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
|
319 # 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
|
320 # .elc is present. |
68165
2b8858692354
(MH_E_SRC): Synchronize with Makefile.in.
Eli Zaretskii <eliz@gnu.org>
parents:
67952
diff
changeset
|
321 # 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
|
322 # this can break with GNU Make 3.81 and later if sh.exe is used. |
99797
37fe10603a24
(compile-first): New target.
Eli Zaretskii <eliz@gnu.org>
parents:
98362
diff
changeset
|
323 recompile: compile-first autoloads doit $(lisp)/progmodes/cc-mode.elc |
68165
2b8858692354
(MH_E_SRC): Synchronize with Makefile.in.
Eli Zaretskii <eliz@gnu.org>
parents:
67952
diff
changeset
|
324 $(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
|
325 |
92942
e5878cb053f7
($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents:
92117
diff
changeset
|
326 $(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
|
327 "$(EMACS)" $(EMACSOPT) -l autoload \ |
e5878cb053f7
($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents:
92117
diff
changeset
|
328 --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
|
329 --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
|
330 --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
|
331 -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
|
332 ./calendar |
e5878cb053f7
($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents:
92117
diff
changeset
|
333 |
e5878cb053f7
($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents:
92117
diff
changeset
|
334 $(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
|
335 "$(EMACS)" $(EMACSOPT) -l autoload \ |
e5878cb053f7
($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents:
92117
diff
changeset
|
336 --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
|
337 --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
|
338 --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
|
339 -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
|
340 ./calendar |
e5878cb053f7
($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents:
92117
diff
changeset
|
341 |
e5878cb053f7
($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents:
92117
diff
changeset
|
342 $(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
|
343 "$(EMACS)" $(EMACSOPT) -l autoload \ |
e5878cb053f7
($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents:
92117
diff
changeset
|
344 --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
|
345 --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
|
346 --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
|
347 -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
|
348 ./calendar |
e5878cb053f7
($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii <eliz@gnu.org>
parents:
92117
diff
changeset
|
349 |
66058
702baea25eb3
(MH-E-SRC): New. Used by mh-autoloads.
Bill Wohler <wohler@newt.com>
parents:
64769
diff
changeset
|
350 # 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
|
351 # 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
|
352 # 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
|
353 MH_E_SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el \ |
68467 | 354 $(lisp)/mh-e/mh-buffers.el $(lisp)/mh-e/mh-compat.el \ |
355 $(lisp)/mh-e/mh-comp.el $(lisp)/mh-e/mh-e.el \ | |
356 $(lisp)/mh-e/mh-folder.el $(lisp)/mh-e/mh-funcs.el \ | |
357 $(lisp)/mh-e/mh-gnus.el $(lisp)/mh-e/mh-identity.el \ | |
358 $(lisp)/mh-e/mh-inc.el $(lisp)/mh-e/mh-junk.el \ | |
359 $(lisp)/mh-e/mh-letter.el $(lisp)/mh-e/mh-limit.el \ | |
360 $(lisp)/mh-e/mh-mime.el $(lisp)/mh-e/mh-print.el \ | |
361 $(lisp)/mh-e/mh-scan.el $(lisp)/mh-e/mh-search.el \ | |
362 $(lisp)/mh-e/mh-seq.el $(lisp)/mh-e/mh-show.el \ | |
363 $(lisp)/mh-e/mh-speed.el $(lisp)/mh-e/mh-thread.el \ | |
364 $(lisp)/mh-e/mh-tool-bar.el $(lisp)/mh-e/mh-utils.el \ | |
365 $(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
|
366 |
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
|
367 # 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
|
368 # instead of $(lisp)/mh-e. |
66058
702baea25eb3
(MH-E-SRC): New. Used by mh-autoloads.
Bill Wohler <wohler@newt.com>
parents:
64769
diff
changeset
|
369 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
|
370 $(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
|
371 "$(EMACS)" $(EMACSOPT) \ |
66159
f007e250392a
(pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD):
Jason Rumney <jasonr@gnu.org>
parents:
66068
diff
changeset
|
372 -l autoload \ |
93926
2271e620522a
(LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents:
93150
diff
changeset
|
373 --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
|
374 --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
|
375 --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
|
376 -f w32-batch-update-autoloads \ |
93926
2271e620522a
(LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents:
93150
diff
changeset
|
377 $(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
|
378 |
52512
c7ef303c76f2
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-48
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
379 # 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
|
380 # |
63341
dccd42ff9e1a
(bootstrap-clean-CMD, bootstrap-clean-SH): Don't use an old loaddefs.el,
Eli Zaretskii <eliz@gnu.org>
parents:
61527
diff
changeset
|
381 # 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
|
382 # 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
|
383 # 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
|
384 # 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
|
385 # 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
|
386 # 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
|
387 # 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
|
388 # |
c7ef303c76f2
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-48
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
389 # 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
|
390 # sources only. |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
391 |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
392 # Need separate version for sh and native cmd.exe |
96108
68a3c2c3dbe5
* makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
Juanma Barranquero <lekktu@gmail.com>
parents:
94683
diff
changeset
|
393 bootstrap-clean: |
68a3c2c3dbe5
* makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
Juanma Barranquero <lekktu@gmail.com>
parents:
94683
diff
changeset
|
394 - $(DEL) $(lisp)/loaddefs.el |
74838
5b6a90ea7037
(bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE) explicitly in a recursive
Eli Zaretskii <eliz@gnu.org>
parents:
74548
diff
changeset
|
395 $(MAKE) $(MFLAGS) bootstrap-clean-$(SHELLTYPE) |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
396 |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
397 bootstrap-clean-CMD: |
71233
b75b26c046ad
(bootstrap, $(lisp)/mh-e/mh-loaddefs.el): Quote $(EMACS).
Eli Zaretskii <eliz@gnu.org>
parents:
71163
diff
changeset
|
398 # if exist "$(EMACS)" $(MAKE) $(MFLAGS) autoloads |
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 |
1c7d75d3c175
(bootstrap-clean-SH): Use for loop, instead of
Andrew Innes <andrewi@gnu.org>
parents:
44167
diff
changeset
|
404 -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
|
405 |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
406 # 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
|
407 # 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
|
408 # 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
|
409 |
66058
702baea25eb3
(MH-E-SRC): New. Used by mh-autoloads.
Bill Wohler <wohler@newt.com>
parents:
64769
diff
changeset
|
410 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
|
411 - $(DEL) "$(EMACS)" |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
412 |
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 # 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
|
415 # Windows 95 makes this harder than it should be. |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
416 # |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
417 install: |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
418 - mkdir "$(INSTALL_DIR)/lisp" |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
419 - $(DEL) ../same-dir.tst |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
420 - $(DEL) "$(INSTALL_DIR)/same-dir.tst" |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
421 echo SameDirTest > "$(INSTALL_DIR)/same-dir.tst" |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
422 #ifdef COPY_LISP_SOURCE |
78117
2c9041566e2f
(install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii <eliz@gnu.org>
parents:
77589
diff
changeset
|
423 $(IFNOTSAMEDIR) $(MAKE) $(MFLAGS) install-lisp-$(SHELLTYPE) $(ENDIF) |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
424 #else |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
425 # $(IFNOTSAMEDIR) $(CP_DIR) *.elc "$(INSTALL_DIR)/lisp" $(ENDIF) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
426 # $(IFNOTSAMEDIR) $(CP) cus-load.el "$(INSTALL_DIR)/lisp" $(ENDIF) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
427 # $(IFNOTSAMEDIR) $(CP) forms*.el "$(INSTALL_DIR)/lisp" $(ENDIF) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
428 # $(IFNOTSAMEDIR) $(CP) patcomp.el "$(INSTALL_DIR)/lisp" $(ENDIF) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
429 # $(IFNOTSAMEDIR) $(CP) subdirs.el "$(INSTALL_DIR)/lisp" $(ENDIF) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
430 # $(IFNOTSAMEDIR) $(CP) version.el "$(INSTALL_DIR)/lisp" $(ENDIF) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
431 # $(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
|
432 # $(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
|
433 # $(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
|
434 # $(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
|
435 # $(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
|
436 #endif |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
437 - $(DEL) ../same-dir.tst |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
438 - $(DEL) "$(INSTALL_DIR)/same-dir.tst" |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
439 |
78117
2c9041566e2f
(install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii <eliz@gnu.org>
parents:
77589
diff
changeset
|
440 # 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
|
441 # 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
|
442 install-lisp-SH: |
2c9041566e2f
(install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii <eliz@gnu.org>
parents:
77589
diff
changeset
|
443 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
|
444 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
|
445 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
|
446 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
|
447 |
2c9041566e2f
(install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii <eliz@gnu.org>
parents:
77589
diff
changeset
|
448 install-lisp-CMD: |
2c9041566e2f
(install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii <eliz@gnu.org>
parents:
77589
diff
changeset
|
449 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
|
450 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
|
451 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
|
452 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
|
453 |
87181
a0d11703c35e
(check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents:
86371
diff
changeset
|
454 # 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
|
455 # 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
|
456 check-declare: |
a0d11703c35e
(check-declare): New target.
Eli Zaretskii <eliz@gnu.org>
parents:
86371
diff
changeset
|
457 $(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
|
458 |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
459 # |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31620
diff
changeset
|
460 # Maintenance |
47727
53a1d514b214
Add "no-byte-compile: t" to subdirs.el.
Juanma Barranquero <lekktu@gmail.com>
parents:
47039
diff
changeset
|
461 # |
78170
bb683c32591e
(install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii <eliz@gnu.org>
parents:
78117
diff
changeset
|
462 # 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
|
463 # 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
|
464 clean: |
93926
2271e620522a
(LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents:
93150
diff
changeset
|
465 - $(DEL) *.el~ |
96113
3a64b6ee3005
(distclean): Depend on `clean'.
Eli Zaretskii <eliz@gnu.org>
parents:
96108
diff
changeset
|
466 - $(DEL) calc/calc-loaddefs.el~ |
3a64b6ee3005
(distclean): Depend on `clean'.
Eli Zaretskii <eliz@gnu.org>
parents:
96108
diff
changeset
|
467 - $(DEL) eshell/esh-groups.el~ |
93926
2271e620522a
(LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents:
93150
diff
changeset
|
468 |
96113
3a64b6ee3005
(distclean): Depend on `clean'.
Eli Zaretskii <eliz@gnu.org>
parents:
96108
diff
changeset
|
469 distclean: clean |
93926
2271e620522a
(LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents:
93150
diff
changeset
|
470 - $(DEL) $(lisp)/Makefile |
2271e620522a
(LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents:
93150
diff
changeset
|
471 |
2271e620522a
(LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents:
93150
diff
changeset
|
472 maintainer-clean: bootstrap-clean distclean |
2271e620522a
(LOADDEFS): Add mh-loaddefs.el.
Jason Rumney <jasonr@gnu.org>
parents:
93150
diff
changeset
|
473 - $(DEL) $(AUTOGENEL) |
98362
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
474 |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
475 # Dependencies |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
476 |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
477 # CC Mode uses a compile time macro system which causes a compile time |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
478 # dependency in cc-*.elc files on the macros in other cc-*.el and the |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
479 # version string in cc-defs.el. |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
480 $(lisp)/progmodes/cc-align.elc $(lisp)/progmodes/cc-awk.elc\ |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
481 $(lisp)/progmodes/cc-cmds.elc $(lisp)/progmodes/cc-compat.elc\ |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
482 $(lisp)/progmodes/cc-engine.elc $(lisp)/progmodes/cc-fonts.elc\ |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
483 $(lisp)/progmodes/cc-langs.elc $(lisp)/progmodes/cc-menus.elc\ |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
484 $(lisp)/progmodes/cc-mode.elc $(lisp)/progmodes/cc-styles.elc\ |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
485 $(lisp)/progmodes/cc-subword.elc $(lisp)/progmodes/cc-vars.elc: \ |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
486 $(lisp)/progmodes/cc-bytecomp.elc $(lisp)/progmodes/cc-defs.elc |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
487 |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
488 $(lisp)/progmodes/cc-align.elc: \ |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
489 $(lisp)/progmodes/cc-vars.elc $(lisp)/progmodes/cc-engine.elc |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
490 |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
491 $(lisp)/progmodes/cc-cmds.elc: \ |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
492 $(lisp)/progmodes/cc-vars.elc $(lisp)/progmodes/cc-engine.elc |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
493 |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
494 $(lisp)/progmodes/cc-compat.elc: \ |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
495 $(lisp)/progmodes/cc-vars.elc $(lisp)/progmodes/cc-styles.elc \ |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
496 $(lisp)/progmodes/cc-engine.elc |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
497 |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
498 $(lisp)/progmodes/cc-defs.elc: $(lisp)/progmodes/cc-bytecomp.elc \ |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
499 $(lisp)/emacs-lisp/cl.elc $(lisp)/emacs-lisp/regexp-opt.elc |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
500 |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
501 $(lisp)/progmodes/cc-engine.elc: $(lisp)/progmodes/cc-langs.elc \ |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
502 $(lisp)/progmodes/cc-vars.elc |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
503 |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
504 $(lisp)/progmodes/cc-fonts.elc: $(lisp)/progmodes/cc-langs.elc \ |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
505 $(lisp)/progmodes/cc-vars.elc $(lisp)/progmodes/cc-engine.elc \ |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
506 $(lisp)/font-lock.elc |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
507 |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
508 $(lisp)/progmodes/cc-langs.elc: $(lisp)/progmodes/cc-vars.elc \ |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
509 $(lisp)/emacs-lisp/cl.elc |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
510 |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
511 $(lisp)/progmodes/cc-mode.elc: $(lisp)/progmodes/cc-langs.elc \ |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
512 $(lisp)/progmodes/cc-vars.elc $(lisp)/progmodes/cc-engine.elc \ |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
513 $(lisp)/progmodes/cc-styles.elc $(lisp)/progmodes/cc-cmds.elc \ |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
514 $(lisp)/progmodes/cc-align.elc $(lisp)/progmodes/cc-menus.elc |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
515 |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
516 $(lisp)/progmodes/cc-styles.elc: $(lisp)/progmodes/cc-vars.elc \ |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
517 $(lisp)/progmodes/cc-align.elc |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
518 |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
519 $(lisp)/progmodes/cc-subword.elc: $(lisp)/progmodes/cc-cmds.elc |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
520 |
a26f22db24ec
($(lisp)/progmodes/cc-mode.elc): Remove.
Eli Zaretskii <eliz@gnu.org>
parents:
96114
diff
changeset
|
521 $(lisp)/progmodes/cc-vars.elc: $(lisp)/custom.elc $(lisp)/widget.elc |
100705 | 522 |
523 # MH-E dependencies, mainly to prevent failures with parallel | |
524 # compilation, due to race conditions between writing a given FOO.elc | |
525 # file and another file being compiled that says "(require FOO)", | |
526 # which causes Emacs to try to read FOO.elc. | |
527 MH_E_DIR = ./mh-e | |
528 $(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc $(MH_E_DIR)/mh-folder.elc\ | |
529 $(MH_E_DIR)/mh-funcs.elc $(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc\ | |
530 $(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc $(MH_E_DIR)/mh-limit.elc\ | |
531 $(MH_E_DIR)/mh-mime.elc $(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc\ | |
532 $(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc $(MH_E_DIR)/mh-show.elc\ | |
533 $(MH_E_DIR)/mh-speed.elc $(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc\ | |
534 $(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc:\ | |
535 $(MH_E_DIR)/mh-e.elc | |
536 | |
537 $(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-folder.elc\ | |
538 $(MH_E_DIR)/mh-inc.elc $(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-limit.elc\ | |
539 $(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc $(MH_E_DIR)/mh-speed.elc\ | |
540 $(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc:\ | |
541 $(lisp)/emacs-lisp/cl.elc | |
542 | |
543 $(MH_E_DIR)/mh-comp.elc $(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc\ | |
544 $(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-print.elc\ | |
545 $(MH_E_DIR)/mh-seq.elc $(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-thread.elc:\ | |
546 $(MH_E_DIR)/mh-scan.elc | |
547 | |
548 $(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-letter.elc $(MH_E_DIR)/mh-mime.elc\ | |
549 $(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc:\ | |
550 $(lisp)/gnus/gnus-util.elc | |
551 | |
552 $(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-search.elc:\ | |
553 $(lisp)/progmodes/which-func.elc | |
554 | |
555 $(MH_E_DIR)/mh-letter.elc $(MH_E_DIR)/mh-seq.elc $(MH_E_DIR)/mh-show.elc\ | |
556 $(MH_E_DIR)/mh-utils.elc:\ | |
557 $(lisp)/font-lock.elc | |
558 | |
559 $(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-show.elc: $(lisp)/net/goto-addr.elc | |
560 | |
561 $(MH_E_DIR)/mh-comp.elc: $(lisp)/mail/sendmail.elc | |
562 | |
563 $(MH_E_DIR)/mh-e.elc: $(MH_E_DIR)/mh-buffers.elc $(lisp)/gnus/gnus.elc \ | |
564 $(lisp)/cus-face.elc | |
565 | |
566 $(MH_E_DIR)/mh-letter.elc: $(lisp)/gnus/mailcap.elc $(lisp)/gnus/mm-decode.elc \ | |
567 $(lisp)/gnus/mm-view.elc $(lisp)/gnus/mml.elc $(lisp)/gnus/message.elc | |
568 | |
569 $(MH_E_DIR)/mh-print.elc: $(lisp)/ps-print.elc | |
570 | |
571 $(MH_E_DIR)/mh-search.elc: $(lisp)/imenu.elc | |
572 | |
573 $(MH_E_DIR)/mh-show.elc: $(lisp)/gnus/gnus-cite.elc | |
574 | |
575 $(MH_E_DIR)/mh-speed.elc: $(lisp)/speedbar.elc $(lisp)/emacs-lisp/timer.elc | |
576 | |
577 $(MH_E_DIR)/mh-tool-bar.elc: $(lisp)/tool-bar.elc |