Mercurial > emacs
annotate lisp/Makefile.in @ 94595:d462d412f132
Regenerate.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 03 May 2008 19:01:26 +0000 |
parents | 72db09a22236 |
children | 68fcf8ef4d27 |
rev | line source |
---|---|
29657 | 1 # Maintenance productions for the Lisp directory |
92846 | 2 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
3 # 2008 Free Software Foundation, Inc. | |
36226 | 4 |
5 # This file is part of GNU Emacs. | |
6 | |
7 # GNU Emacs is free software; you can redistribute it and/or modify | |
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:
78057
diff
changeset
|
9 # the Free Software Foundation; either version 3, or (at your option) |
36226 | 10 # any later version. |
11 | |
12 # GNU Emacs is distributed in the hope that it will be useful, | |
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
15 # GNU General Public License for more details. | |
16 | |
17 # You should have received a copy of the GNU General Public License | |
18 # along with GNU Emacs; see the file COPYING. If not, write to | |
64091 | 19 # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
20 # Boston, MA 02110-1301, USA. | |
29657 | 21 |
29679
97ed659aea4e
(SHELL): Make sure /bin/sh is used.
Eli Zaretskii <eliz@gnu.org>
parents:
29657
diff
changeset
|
22 SHELL = /bin/sh |
97ed659aea4e
(SHELL): Make sure /bin/sh is used.
Eli Zaretskii <eliz@gnu.org>
parents:
29657
diff
changeset
|
23 |
29657 | 24 lisp=@srcdir@ |
25 VPATH=@srcdir@ | |
29704
ce8197473e44
(srcdir): Define for update-subdirs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29703
diff
changeset
|
26 srcdir=@srcdir@/.. |
29657 | 27 |
28 # You can specify a different executable on the make command line, | |
29 # e.g. "make EMACS=../src/emacs ...". | |
30 | |
31 EMACS = ../src/emacs | |
32 | |
33 # Command line flags for Emacs. This must include --multibyte, | |
34 # otherwise some files will not compile. | |
35 | |
36 EMACSOPT = -batch --no-site-file --multibyte | |
37 | |
85765
f1a78e8d37f0
* textmodes/flyspell.el (message-signature-separator):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
84415
diff
changeset
|
38 # Extra flags to pass to the byte compiler |
f1a78e8d37f0
* textmodes/flyspell.el (message-signature-separator):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
84415
diff
changeset
|
39 BYTE_COMPILE_EXTRA_FLAGS = |
f1a78e8d37f0
* textmodes/flyspell.el (message-signature-separator):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
84415
diff
changeset
|
40 # For example to not display the undefined function warnings you can use this: |
f1a78e8d37f0
* textmodes/flyspell.el (message-signature-separator):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
84415
diff
changeset
|
41 # BYTE_COMPILE_EXTRA_FLAGS = --eval '(setq byte-compile-warnings (quote (not unresolved)))' |
f1a78e8d37f0
* textmodes/flyspell.el (message-signature-separator):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
84415
diff
changeset
|
42 # The example above is just for developers, it should not be used by default. |
f1a78e8d37f0
* textmodes/flyspell.el (message-signature-separator):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
84415
diff
changeset
|
43 |
29657 | 44 SOURCES = *.el COPYING Makefile |
45 lisptagsfiles1 = $(lisp)/[a-zA-Z]*.el | |
46 lisptagsfiles2 = $(lisp)/[a-zA-Z]*/[a-zA-Z]*.el | |
47 ETAGS = ../lib-src/etags | |
48 | |
92846 | 49 # Automatically generated autoload files, apart from lisp/loaddefs.el. |
93946 | 50 # Note this includes only those files that need special rules to |
51 # build; ie it does not need to include things created via | |
52 # generated-autoload-file (eg calc/calc-loaddefs.el). | |
92846 | 53 LOADDEFS = $(lisp)/calendar/cal-loaddefs.el \ |
93711
147f4f022b77
(LOADDEFS): Add mh-loaddefs.el.
Glenn Morris <rgm@gnu.org>
parents:
93656
diff
changeset
|
54 $(lisp)/calendar/diary-loaddefs.el \ |
147f4f022b77
(LOADDEFS): Add mh-loaddefs.el.
Glenn Morris <rgm@gnu.org>
parents:
93656
diff
changeset
|
55 $(lisp)/calendar/hol-loaddefs.el \ |
147f4f022b77
(LOADDEFS): Add mh-loaddefs.el.
Glenn Morris <rgm@gnu.org>
parents:
93656
diff
changeset
|
56 $(lisp)/mh-e/mh-loaddefs.el |
92846 | 57 |
54244
9df8cecf70d2
(AUTOGENEL): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53972
diff
changeset
|
58 # Elisp files auto-generated. |
9df8cecf70d2
(AUTOGENEL): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53972
diff
changeset
|
59 AUTOGENEL = loaddefs.el \ |
92846 | 60 $(LOADDEFS) \ |
54244
9df8cecf70d2
(AUTOGENEL): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53972
diff
changeset
|
61 cus-load.el \ |
9df8cecf70d2
(AUTOGENEL): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53972
diff
changeset
|
62 finder-inf.el \ |
9df8cecf70d2
(AUTOGENEL): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53972
diff
changeset
|
63 subdirs.el \ |
94008
28026d400f8c
(AUTOGENEL): Add calc/calc-loaddefs.el.
Glenn Morris <rgm@gnu.org>
parents:
94007
diff
changeset
|
64 calc/calc-loaddefs.el \ |
93946 | 65 eshell/esh-groups.el |
54244
9df8cecf70d2
(AUTOGENEL): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53972
diff
changeset
|
66 |
36918
b485ed237672
(COMPILE_FIRST): Add cc-mode.el
Gerd Moellmann <gerd@gnu.org>
parents:
36226
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:
36226
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:
36226
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:
36226
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:
36226
diff
changeset
|
71 # bootstrapping. |
29657 | 72 |
73 COMPILE_FIRST = \ | |
74 $(lisp)/emacs-lisp/byte-opt.el \ | |
75 $(lisp)/emacs-lisp/bytecomp.el \ | |
36918
b485ed237672
(COMPILE_FIRST): Add cc-mode.el
Gerd Moellmann <gerd@gnu.org>
parents:
36226
diff
changeset
|
76 $(lisp)/subr.el \ |
b485ed237672
(COMPILE_FIRST): Add cc-mode.el
Gerd Moellmann <gerd@gnu.org>
parents:
36226
diff
changeset
|
77 $(lisp)/progmodes/cc-mode.el \ |
b485ed237672
(COMPILE_FIRST): Add cc-mode.el
Gerd Moellmann <gerd@gnu.org>
parents:
36226
diff
changeset
|
78 $(lisp)/progmodes/cc-vars.el |
29657 | 79 |
80 # The actual Emacs command run in the targets below. | |
81 | |
88602
1ed369a4eb81
Cancel the 2002-05-17 change of mine.
Kenichi Handa <handa@m17n.org>
parents:
88568
diff
changeset
|
82 emacs = EMACSLOADPATH=$(lisp) LC_ALL=C $(EMACS) $(EMACSOPT) |
94241
db4c1b0641f4
(emacs-deps): Define. Use it instead of
Andreas Schwab <schwab@suse.de>
parents:
94238
diff
changeset
|
83 # Prerequisites for running $(emacs) |
94583 | 84 emacs-deps = $(lisp)/subdirs.el |
29657 | 85 |
86 # Common command to find subdirectories | |
87 | |
54632
e2815226989d
(setwins, setwins_almost): Change directory to $wd
Kenichi Handa <handa@m17n.org>
parents:
54248
diff
changeset
|
88 setwins=subdirs=`(cd $$wd; find . -type d -print)`; \ |
29657 | 89 for file in $$subdirs; do \ |
54248
28e8d2c26aa1
(setwins, setwins_almost): Skip .arch-ids and other hidden files/directories.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54244
diff
changeset
|
90 case $$file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* ) ;; \ |
54632
e2815226989d
(setwins, setwins_almost): Change directory to $wd
Kenichi Handa <handa@m17n.org>
parents:
54248
diff
changeset
|
91 *) wins="$$wins $$wd/$$file" ;; \ |
29657 | 92 esac; \ |
93 done | |
38819
87937c18338f
(finder_setwins): Renamed from nonobsolete_setwins.
Gerd Moellmann <gerd@gnu.org>
parents:
38796
diff
changeset
|
94 |
73773
a7589067f2a4
(autoloads): Don't include `obsolete'.
Richard M. Stallman <rms@gnu.org>
parents:
72152
diff
changeset
|
95 # Find all subdirectories except `obsolete'. |
a7589067f2a4
(autoloads): Don't include `obsolete'.
Richard M. Stallman <rms@gnu.org>
parents:
72152
diff
changeset
|
96 |
54632
e2815226989d
(setwins, setwins_almost): Change directory to $wd
Kenichi Handa <handa@m17n.org>
parents:
54248
diff
changeset
|
97 setwins_almost=subdirs=`(cd $$wd; find . -type d -print)`; \ |
37275
9a3f00ed6c43
(nonobsolete_setwins): New macro.
Gerd Moellmann <gerd@gnu.org>
parents:
36918
diff
changeset
|
98 for file in $$subdirs; do \ |
54248
28e8d2c26aa1
(setwins, setwins_almost): Skip .arch-ids and other hidden files/directories.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54244
diff
changeset
|
99 case $$file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* | */obsolete | */term ) ;; \ |
54632
e2815226989d
(setwins, setwins_almost): Change directory to $wd
Kenichi Handa <handa@m17n.org>
parents:
54248
diff
changeset
|
100 *) wins="$$wins $$wd/$$file" ;; \ |
37275
9a3f00ed6c43
(nonobsolete_setwins): New macro.
Gerd Moellmann <gerd@gnu.org>
parents:
36918
diff
changeset
|
101 esac; \ |
9a3f00ed6c43
(nonobsolete_setwins): New macro.
Gerd Moellmann <gerd@gnu.org>
parents:
36918
diff
changeset
|
102 done |
29657 | 103 |
104 doit: | |
105 | |
48993
b23fb6dc0915
Generate cus-load.el and finder-inf.el in the
Andreas Schwab <schwab@suse.de>
parents:
48471
diff
changeset
|
106 $(lisp)/cus-load.el: |
29657 | 107 touch $@ |
79693
8321e03ff91d
(custom-deps, finder-data): Depend on autoloads instead of loaddefs.el.
Eli Zaretskii <eliz@gnu.org>
parents:
78596
diff
changeset
|
108 # Note that custom-deps and finder-data depend on autoloads rather |
8321e03ff91d
(custom-deps, finder-data): Depend on autoloads instead of loaddefs.el.
Eli Zaretskii <eliz@gnu.org>
parents:
78596
diff
changeset
|
109 # than on loaddefs.el, so that autoloads does not run in parallel with |
8321e03ff91d
(custom-deps, finder-data): Depend on autoloads instead of loaddefs.el.
Eli Zaretskii <eliz@gnu.org>
parents:
78596
diff
changeset
|
110 # them under "make -j", because that could delete loaddefs.el from |
8321e03ff91d
(custom-deps, finder-data): Depend on autoloads instead of loaddefs.el.
Eli Zaretskii <eliz@gnu.org>
parents:
78596
diff
changeset
|
111 # under their feet. |
94241
db4c1b0641f4
(emacs-deps): Define. Use it instead of
Andreas Schwab <schwab@suse.de>
parents:
94238
diff
changeset
|
112 custom-deps: $(emacs-deps) autoloads $(lisp)/cus-load.el doit |
48471
ea89037b6852
(setwins_almost): Renamed from finder_setwins.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48006
diff
changeset
|
113 wd=$(lisp); $(setwins_almost); \ |
29657 | 114 echo Directories: $$wins; \ |
91828
d7068e95d3d0
(custom-deps, finder-data, autoloads, recompile):
Glenn Morris <rgm@gnu.org>
parents:
91793
diff
changeset
|
115 $(emacs) -l cus-dep --eval '(setq generated-custom-dependencies-file "$(lisp)/cus-load.el")' -f custom-make-dependencies $$wins |
29657 | 116 |
94241
db4c1b0641f4
(emacs-deps): Define. Use it instead of
Andreas Schwab <schwab@suse.de>
parents:
94238
diff
changeset
|
117 finder-data: $(emacs-deps) autoloads doit |
48471
ea89037b6852
(setwins_almost): Renamed from finder_setwins.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48006
diff
changeset
|
118 wd=$(lisp); $(setwins_almost); \ |
29657 | 119 echo Directories: $$wins; \ |
91828
d7068e95d3d0
(custom-deps, finder-data, autoloads, recompile):
Glenn Morris <rgm@gnu.org>
parents:
91793
diff
changeset
|
120 $(emacs) -l finder --eval '(setq generated-finder-keywords-file "$(lisp)/finder-inf.el")' -f finder-compile-keywords-make-dist $$wins |
29657 | 121 |
94241
db4c1b0641f4
(emacs-deps): Define. Use it instead of
Andreas Schwab <schwab@suse.de>
parents:
94238
diff
changeset
|
122 autoloads: $(emacs-deps) $(LOADDEFS) doit |
73773
a7589067f2a4
(autoloads): Don't include `obsolete'.
Richard M. Stallman <rms@gnu.org>
parents:
72152
diff
changeset
|
123 wd=$(lisp); $(setwins_almost); \ |
29657 | 124 echo Directories: $$wins; \ |
91828
d7068e95d3d0
(custom-deps, finder-data, autoloads, recompile):
Glenn Morris <rgm@gnu.org>
parents:
91793
diff
changeset
|
125 $(emacs) -l autoload --eval '(setq generated-autoload-file "$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins |
29657 | 126 |
94174
660ccc6b7af1
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
94171
diff
changeset
|
127 # Note: every rule that runs $(emacs) and is called during bootstrap must |
660ccc6b7af1
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
94171
diff
changeset
|
128 # depend on this. |
48993
b23fb6dc0915
Generate cus-load.el and finder-inf.el in the
Andreas Schwab <schwab@suse.de>
parents:
48471
diff
changeset
|
129 $(lisp)/subdirs.el: |
29657 | 130 $(MAKE) $(MFLAGS) update-subdirs |
131 update-subdirs: doit | |
132 wd=$(lisp); $(setwins); \ | |
133 for file in $$wins; do \ | |
134 $(srcdir)/update-subdirs $$file; \ | |
135 done; | |
136 | |
68058
484a75387b1b
(updates): Remove mh-autoloads dependency, since it probably has
Bill Wohler <wohler@newt.com>
parents:
68057
diff
changeset
|
137 updates: update-subdirs autoloads finder-data custom-deps |
29657 | 138 |
67952 | 139 # This is useful after "cvs up". |
140 cvs-update: recompile autoloads finder-data custom-deps | |
141 | |
32884
f677903fb663
(update-authors): New target for maintenance
Gerd Moellmann <gerd@gnu.org>
parents:
31379
diff
changeset
|
142 # Update the AUTHORS file. |
f677903fb663
(update-authors): New target for maintenance
Gerd Moellmann <gerd@gnu.org>
parents:
31379
diff
changeset
|
143 |
f677903fb663
(update-authors): New target for maintenance
Gerd Moellmann <gerd@gnu.org>
parents:
31379
diff
changeset
|
144 update-authors: |
84415
672bd8be7747
(update-authors): Add etc/ to AUTHORS.
Juri Linkov <juri@jurta.org>
parents:
82461
diff
changeset
|
145 $(emacs) -l authors -f batch-update-authors $(srcdir)/etc/AUTHORS $(srcdir) |
32884
f677903fb663
(update-authors): New target for maintenance
Gerd Moellmann <gerd@gnu.org>
parents:
31379
diff
changeset
|
146 |
29657 | 147 TAGS: $(lisptagsfiles1) $(lisptagsfiles2) |
53972
2627b0171f3d
(TAGS, TAGS-LISP): Filter out of `els' only loaddefs* and ldefs-boot*.
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53941
diff
changeset
|
148 els=`echo $(lisptagsfiles1) $(lisptagsfiles2) | sed -e "s,$(lisp)/loaddefs[^ ]*,," -e "s,$(lisp)/ldefs-boot[^ ]*,,"`; \ |
38653
8b46b3446482
(TAGS, TAGS-LISP): Exclude loaddefs.el.
Gerd Moellmann <gerd@gnu.org>
parents:
37678
diff
changeset
|
149 ${ETAGS} $$els |
29657 | 150 |
30095
96039cc24acf
(TAGS-LISP): Don't use `$(lispsource)'.
Gerd Moellmann <gerd@gnu.org>
parents:
30084
diff
changeset
|
151 TAGS-LISP: $(lisptagsfiles1) $(lisptagsfiles2) |
53972
2627b0171f3d
(TAGS, TAGS-LISP): Filter out of `els' only loaddefs* and ldefs-boot*.
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53941
diff
changeset
|
152 els=`echo $(lisptagsfiles1) $(lisptagsfiles2) | sed -e "s,$(lisp)/loaddefs[^ ]*,," -e "s,$(lisp)/ldefs-boot[^ ]*,,"`; \ |
38653
8b46b3446482
(TAGS, TAGS-LISP): Exclude loaddefs.el.
Gerd Moellmann <gerd@gnu.org>
parents:
37678
diff
changeset
|
153 ${ETAGS} -o TAGS-LISP $$els |
29657 | 154 |
33667
646b893652e6
(.SUFFIXES): Add .SUFFIXES.
Gerd Moellmann <gerd@gnu.org>
parents:
33626
diff
changeset
|
155 .SUFFIXES: .elc .el |
646b893652e6
(.SUFFIXES): Add .SUFFIXES.
Gerd Moellmann <gerd@gnu.org>
parents:
33626
diff
changeset
|
156 |
94241
db4c1b0641f4
(emacs-deps): Define. Use it instead of
Andreas Schwab <schwab@suse.de>
parents:
94238
diff
changeset
|
157 .el.elc: $(emacs-deps) |
85765
f1a78e8d37f0
* textmodes/flyspell.el (message-signature-separator):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
84415
diff
changeset
|
158 -$(emacs) $(BYTE_COMPILE_EXTRA_FLAGS) -f batch-byte-compile $< |
29657 | 159 |
61526 | 160 # Compile all Lisp files, but don't recompile those that are up to |
161 # date. Some files don't actually get compiled because they set the | |
162 # local variable no-byte-compile. | |
43026 | 163 |
61526 | 164 # All .elc files are made writable before compilation in case we |
165 # checked out read-only (CVS option -r). Files MUST be compiled one by | |
166 # one. If we compile several files in a row we can't make sure that | |
167 # the compilation environment is clean. We also set the load-path of | |
168 # the Emacs used for compilation to the current directory and its | |
169 # subdirectories, to make sure require's and load's in the files being | |
170 # compiled find the right files. | |
44106
748924636cc4
(finder-inf.el): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
44080
diff
changeset
|
171 |
68729
fbaf1c0fb4da
(compile): Append "|| true" to the end of the `find' command, like
Eli Zaretskii <eliz@gnu.org>
parents:
68651
diff
changeset
|
172 # `|| true' below prevents old Bash versions from getting confused |
fbaf1c0fb4da
(compile): Append "|| true" to the end of the `find' command, like
Eli Zaretskii <eliz@gnu.org>
parents:
68651
diff
changeset
|
173 # by an error. |
94241
db4c1b0641f4
(emacs-deps): Define. Use it instead of
Andreas Schwab <schwab@suse.de>
parents:
94238
diff
changeset
|
174 compile: $(emacs-deps) $(LOADDEFS) doit |
68729
fbaf1c0fb4da
(compile): Append "|| true" to the end of the `find' command, like
Eli Zaretskii <eliz@gnu.org>
parents:
68651
diff
changeset
|
175 find $(lisp) -name "*.elc" -print | xargs chmod +w >/dev/null 2>&1 || true; \ |
43026 | 176 wd=$(lisp); $(setwins); \ |
61526 | 177 els=`echo $$wins | tr ' \011' '\012\012' | \ |
43026 | 178 sed -e 's|\(.\)$$|\1/|' -e 's|^\./||' -e 's|$$|*.el|'`; \ |
179 for el in $(COMPILE_FIRST) $$els; do \ | |
44174
f41b79ef76f5
(compile, compile-always): Don't try to compile
Eli Zaretskii <eliz@gnu.org>
parents:
44106
diff
changeset
|
180 if test -f $$el; \ |
f41b79ef76f5
(compile, compile-always): Don't try to compile
Eli Zaretskii <eliz@gnu.org>
parents:
44106
diff
changeset
|
181 then \ |
f41b79ef76f5
(compile, compile-always): Don't try to compile
Eli Zaretskii <eliz@gnu.org>
parents:
44106
diff
changeset
|
182 echo Compiling $$el; \ |
85765
f1a78e8d37f0
* textmodes/flyspell.el (message-signature-separator):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
84415
diff
changeset
|
183 $(emacs) $(BYTE_COMPILE_EXTRA_FLAGS) -f batch-byte-compile-if-not-done $$el || exit 1; \ |
44174
f41b79ef76f5
(compile, compile-always): Don't try to compile
Eli Zaretskii <eliz@gnu.org>
parents:
44106
diff
changeset
|
184 fi \ |
43026 | 185 done |
186 | |
61526 | 187 # Compile all Lisp files. This is like `compile' but compiles files |
188 # unconditionally. Some files don't actually get compiled because they | |
189 # set the local variable no-byte-compile. | |
190 | |
94241
db4c1b0641f4
(emacs-deps): Define. Use it instead of
Andreas Schwab <schwab@suse.de>
parents:
94238
diff
changeset
|
191 compile-always: $(emacs-deps) $(LOADDEFS) doit |
48006 | 192 # `|| true' prevents old Bash versions from getting confused |
193 # by an error. | |
48005
93d886a02ac0
(compile-always): Avoid error in old Bash versions.
Richard M. Stallman <rms@gnu.org>
parents:
47536
diff
changeset
|
194 find $(lisp) -name "*.elc" -print | xargs chmod +w >/dev/null 2>&1 || true; \ |
29657 | 195 wd=$(lisp); $(setwins); \ |
61526 | 196 els=`echo $$wins | tr ' \011' '\012\012' | \ |
29657 | 197 sed -e 's|\(.\)$$|\1/|' -e 's|^\./||' -e 's|$$|*.el|'`; \ |
198 for el in $(COMPILE_FIRST) $$els; do \ | |
44174
f41b79ef76f5
(compile, compile-always): Don't try to compile
Eli Zaretskii <eliz@gnu.org>
parents:
44106
diff
changeset
|
199 if test -f $$el; \ |
f41b79ef76f5
(compile, compile-always): Don't try to compile
Eli Zaretskii <eliz@gnu.org>
parents:
44106
diff
changeset
|
200 then \ |
f41b79ef76f5
(compile, compile-always): Don't try to compile
Eli Zaretskii <eliz@gnu.org>
parents:
44106
diff
changeset
|
201 echo Compiling $$el; \ |
85765
f1a78e8d37f0
* textmodes/flyspell.el (message-signature-separator):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
84415
diff
changeset
|
202 $(emacs) $(BYTE_COMPILE_EXTRA_FLAGS) -f batch-byte-compile $$el || exit 1; \ |
44174
f41b79ef76f5
(compile, compile-always): Don't try to compile
Eli Zaretskii <eliz@gnu.org>
parents:
44106
diff
changeset
|
203 fi \ |
29657 | 204 done |
205 | |
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49382
diff
changeset
|
206 compile-calc: |
48993
b23fb6dc0915
Generate cus-load.el and finder-inf.el in the
Andreas Schwab <schwab@suse.de>
parents:
48471
diff
changeset
|
207 for el in `find $(lisp)/calc -name '*.el'`; do \ |
41408
eb28aac7bdd1
(finder_setwins, setwins): Include Calc again.
Colin Walters <walters@gnu.org>
parents:
40874
diff
changeset
|
208 echo Compiling $$el; \ |
85765
f1a78e8d37f0
* textmodes/flyspell.el (message-signature-separator):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
84415
diff
changeset
|
209 $(emacs) $(BYTE_COMPILE_EXTRA_FLAGS) -f batch-byte-compile $$el || exit 1; \ |
41408
eb28aac7bdd1
(finder_setwins, setwins): Include Calc again.
Colin Walters <walters@gnu.org>
parents:
40874
diff
changeset
|
210 done |
eb28aac7bdd1
(finder_setwins, setwins): Include Calc again.
Colin Walters <walters@gnu.org>
parents:
40874
diff
changeset
|
211 |
29657 | 212 # Backup compiled Lisp files in elc.tar.gz. If that file already |
213 # exists, make a backup of it. | |
214 | |
215 backup-compiled-files: | |
216 -mv $(lisp)/elc.tar.gz $(lisp)/elc.tar.gz~ | |
217 -tar czf $(lisp)/elc.tar.gz $(lisp)/*.elc $(lisp)/*/*.elc | |
218 | |
219 # Compile Lisp files, but save old compiled files first. | |
220 | |
43026 | 221 compile-after-backup: backup-compiled-files compile-always |
29657 | 222 |
72152
5f2636a9b8eb
(recompile): Update comment to reflect change
Nick Roberts <nickrob@snap.net.nz>
parents:
71952
diff
changeset
|
223 # Recompile all Lisp files which are newer than their .elc files and compile |
5f2636a9b8eb
(recompile): Update comment to reflect change
Nick Roberts <nickrob@snap.net.nz>
parents:
71952
diff
changeset
|
224 # new ones. |
29657 | 225 |
93711
147f4f022b77
(LOADDEFS): Add mh-loaddefs.el.
Glenn Morris <rgm@gnu.org>
parents:
93656
diff
changeset
|
226 recompile: doit $(LOADDEFS) $(lisp)/progmodes/cc-mode.elc |
91828
d7068e95d3d0
(custom-deps, finder-data, autoloads, recompile):
Glenn Morris <rgm@gnu.org>
parents:
91793
diff
changeset
|
227 $(emacs) --eval "(batch-byte-recompile-directory 0)" $(lisp) |
29657 | 228 |
53892
f3098a6fd4f0
Added extra dependencies in the recompile target needed to cope with
Martin Stjernholm <mast@lysator.liu.se>
parents:
53015
diff
changeset
|
229 # CC Mode uses a compile time macro system which causes a compile time |
f3098a6fd4f0
Added extra dependencies in the recompile target needed to cope with
Martin Stjernholm <mast@lysator.liu.se>
parents:
53015
diff
changeset
|
230 # dependency in cc-mode.elc on the macros in cc-langs.el and the |
f3098a6fd4f0
Added extra dependencies in the recompile target needed to cope with
Martin Stjernholm <mast@lysator.liu.se>
parents:
53015
diff
changeset
|
231 # version string in cc-defs.el. |
53941
f381d8277172
* Makefile.in: Fixed the CC Mode recompile kludge so it works
Martin Stjernholm <mast@lysator.liu.se>
parents:
53892
diff
changeset
|
232 $(lisp)/progmodes/cc-mode.elc: \ |
f381d8277172
* Makefile.in: Fixed the CC Mode recompile kludge so it works
Martin Stjernholm <mast@lysator.liu.se>
parents:
53892
diff
changeset
|
233 $(lisp)/progmodes/cc-mode.el \ |
f381d8277172
* Makefile.in: Fixed the CC Mode recompile kludge so it works
Martin Stjernholm <mast@lysator.liu.se>
parents:
53892
diff
changeset
|
234 $(lisp)/progmodes/cc-langs.el \ |
f381d8277172
* Makefile.in: Fixed the CC Mode recompile kludge so it works
Martin Stjernholm <mast@lysator.liu.se>
parents:
53892
diff
changeset
|
235 $(lisp)/progmodes/cc-defs.el |
85765
f1a78e8d37f0
* textmodes/flyspell.el (message-signature-separator):
Dan Nicolaescu <dann@ics.uci.edu>
parents:
84415
diff
changeset
|
236 $(emacs) $(BYTE_COMPILE_EXTRA_FLAGS) -f batch-byte-compile $(lisp)/progmodes/cc-mode.el |
53892
f3098a6fd4f0
Added extra dependencies in the recompile target needed to cope with
Martin Stjernholm <mast@lysator.liu.se>
parents:
53015
diff
changeset
|
237 |
65887
135cf95723ca
* mh-e/mh-loaddefs.el: Removed. Now generated automatically.
Bill Wohler <wohler@newt.com>
parents:
65010
diff
changeset
|
238 # Update MH-E internal autoloads. These are not to be confused with |
92846 | 239 # the autoloads for the MH-E entry points, which are already in loaddefs.el. |
93946 | 240 MH_E_DIR = $(lisp)/mh-e |
241 ## MH_E_SRC avoids a circular dependency warning for mh-loaddefs.el. | |
242 MH_E_SRC = $(MH_E_DIR)/mh-acros.el $(MH_E_DIR)/mh-alias.el \ | |
243 $(MH_E_DIR)/mh-buffers.el $(MH_E_DIR)/mh-compat.el \ | |
244 $(MH_E_DIR)/mh-comp.el $(MH_E_DIR)/mh-e.el \ | |
245 $(MH_E_DIR)/mh-folder.el $(MH_E_DIR)/mh-funcs.el \ | |
246 $(MH_E_DIR)/mh-gnus.el $(MH_E_DIR)/mh-identity.el \ | |
247 $(MH_E_DIR)/mh-inc.el $(MH_E_DIR)/mh-junk.el \ | |
248 $(MH_E_DIR)/mh-letter.el $(MH_E_DIR)/mh-limit.el \ | |
249 $(MH_E_DIR)/mh-mime.el $(MH_E_DIR)/mh-print.el \ | |
250 $(MH_E_DIR)/mh-scan.el $(MH_E_DIR)/mh-search.el \ | |
251 $(MH_E_DIR)/mh-seq.el $(MH_E_DIR)/mh-show.el \ | |
252 $(MH_E_DIR)/mh-speed.el $(MH_E_DIR)/mh-thread.el \ | |
253 $(MH_E_DIR)/mh-tool-bar.el $(MH_E_DIR)/mh-utils.el \ | |
254 $(MH_E_DIR)/mh-xface.el | |
255 | |
256 mh-autoloads: $(MH_E_DIR)/mh-loaddefs.el | |
94241
db4c1b0641f4
(emacs-deps): Define. Use it instead of
Andreas Schwab <schwab@suse.de>
parents:
94238
diff
changeset
|
257 $(MH_E_DIR)/mh-loaddefs.el: $(emacs-deps) $(MH_E_SRC) |
92846 | 258 $(emacs) -l autoload \ |
71952
5021520a58bd
(mh-loaddefs.el): Finish setting up the default empty
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
68729
diff
changeset
|
259 --eval "(setq generate-autoload-cookie \";;;###mh-autoload\")" \ |
92846 | 260 --eval "(setq generated-autoload-file \"$@\")" \ |
71952
5021520a58bd
(mh-loaddefs.el): Finish setting up the default empty
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
68729
diff
changeset
|
261 --eval "(setq make-backup-files nil)" \ |
93946 | 262 -f batch-update-autoloads $(MH_E_DIR) |
65887
135cf95723ca
* mh-e/mh-loaddefs.el: Removed. Now generated automatically.
Bill Wohler <wohler@newt.com>
parents:
65010
diff
changeset
|
263 |
93946 | 264 CAL_DIR = $(lisp)/calendar |
265 ## Those files that may contain internal calendar autoload cookies. | |
266 ## Avoids circular dependency warning for *-loaddefs.el. | |
267 CAL_SRC = $(CAL_DIR)/cal-bahai.el $(CAL_DIR)/cal-china.el \ | |
268 $(CAL_DIR)/cal-coptic.el $(CAL_DIR)/cal-dst.el \ | |
269 $(CAL_DIR)/cal-french.el $(CAL_DIR)/cal-hebrew.el \ | |
270 $(CAL_DIR)/cal-html.el $(CAL_DIR)/cal-islam.el \ | |
271 $(CAL_DIR)/cal-iso.el $(CAL_DIR)/cal-julian.el \ | |
272 $(CAL_DIR)/cal-mayan.el $(CAL_DIR)/cal-menu.el \ | |
273 $(CAL_DIR)/cal-move.el $(CAL_DIR)/cal-persia.el \ | |
274 $(CAL_DIR)/cal-tex.el $(CAL_DIR)/cal-x.el \ | |
275 $(CAL_DIR)/calendar.el $(CAL_DIR)/diary-lib.el \ | |
276 $(CAL_DIR)/holidays.el $(CAL_DIR)/lunar.el \ | |
277 $(CAL_DIR)/solar.el | |
278 | |
94241
db4c1b0641f4
(emacs-deps): Define. Use it instead of
Andreas Schwab <schwab@suse.de>
parents:
94238
diff
changeset
|
279 $(CAL_DIR)/cal-loaddefs.el: $(emacs-deps) $(CAL_SRC) |
92846 | 280 $(emacs) -l autoload \ |
281 --eval "(setq generate-autoload-cookie \";;;###cal-autoload\")" \ | |
282 --eval "(setq generated-autoload-file \"$@\")" \ | |
283 --eval "(setq make-backup-files nil)" \ | |
93946 | 284 -f batch-update-autoloads $(CAL_DIR) |
92846 | 285 |
94241
db4c1b0641f4
(emacs-deps): Define. Use it instead of
Andreas Schwab <schwab@suse.de>
parents:
94238
diff
changeset
|
286 $(CAL_DIR)/diary-loaddefs.el: $(emacs-deps) $(CAL_SRC) |
92846 | 287 $(emacs) -l autoload \ |
288 --eval "(setq generate-autoload-cookie \";;;###diary-autoload\")" \ | |
289 --eval "(setq generated-autoload-file \"$@\")" \ | |
290 --eval "(setq make-backup-files nil)" \ | |
93946 | 291 -f batch-update-autoloads $(CAL_DIR) |
92846 | 292 |
94241
db4c1b0641f4
(emacs-deps): Define. Use it instead of
Andreas Schwab <schwab@suse.de>
parents:
94238
diff
changeset
|
293 $(CAL_DIR)/hol-loaddefs.el: $(emacs-deps) $(CAL_SRC) |
92846 | 294 $(emacs) -l autoload \ |
295 --eval "(setq generate-autoload-cookie \";;;###holiday-autoload\")" \ | |
296 --eval "(setq generated-autoload-file \"$@\")" \ | |
297 --eval "(setq make-backup-files nil)" \ | |
93946 | 298 -f batch-update-autoloads $(CAL_DIR) |
92846 | 299 |
52505
88edef684d4c
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-44
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
300 # Prepare a bootstrap in the lisp subdirectory. |
88edef684d4c
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-44
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
301 # |
63338
9f31ece48b49
(bootstrap-prepare): Don't use an old loaddefs.el.
Lute Kamstra <lute@gnu.org>
parents:
61526
diff
changeset
|
302 # Build loaddefs.el to make sure it's up-to-date. If it's not, that |
9f31ece48b49
(bootstrap-prepare): Don't use an old loaddefs.el.
Lute Kamstra <lute@gnu.org>
parents:
61526
diff
changeset
|
303 # might lead to errors during the bootstrap because something fails to |
9f31ece48b49
(bootstrap-prepare): Don't use an old loaddefs.el.
Lute Kamstra <lute@gnu.org>
parents:
61526
diff
changeset
|
304 # autoload as expected. If there is no emacs binary, then we can't |
65010
e654d00374e0
Expand comment about building loaddefs.el.
Luc Teirlinck <teirllm@auburn.edu>
parents:
64769
diff
changeset
|
305 # build autoloads yet. In that case we have to use ldefs-boot.el. |
e654d00374e0
Expand comment about building loaddefs.el.
Luc Teirlinck <teirllm@auburn.edu>
parents:
64769
diff
changeset
|
306 # Bootstrap should always work with ldefs-boot.el. Therefore, |
e654d00374e0
Expand comment about building loaddefs.el.
Luc Teirlinck <teirllm@auburn.edu>
parents:
64769
diff
changeset
|
307 # whenever a new autoload cookie gets added that is necessary during |
e654d00374e0
Expand comment about building loaddefs.el.
Luc Teirlinck <teirllm@auburn.edu>
parents:
64769
diff
changeset
|
308 # bootstrapping, ldefs-boot.el should be updated by overwriting it with |
e654d00374e0
Expand comment about building loaddefs.el.
Luc Teirlinck <teirllm@auburn.edu>
parents:
64769
diff
changeset
|
309 # an up-to-date copy of loaddefs.el that is uncorrupted by |
e654d00374e0
Expand comment about building loaddefs.el.
Luc Teirlinck <teirllm@auburn.edu>
parents:
64769
diff
changeset
|
310 # local changes. (Because loaddefs.el is an automatically generated |
e654d00374e0
Expand comment about building loaddefs.el.
Luc Teirlinck <teirllm@auburn.edu>
parents:
64769
diff
changeset
|
311 # file, we don't want to store it in the source repository). |
81710
941c1cfacdc7
(bootstrap-prepare): Make $(lisp)/ps-print.el
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
81704
diff
changeset
|
312 # |
941c1cfacdc7
(bootstrap-prepare): Make $(lisp)/ps-print.el
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
81704
diff
changeset
|
313 # The chmod +w is to handle env var CVSREAD=1. Files named |
941c1cfacdc7
(bootstrap-prepare): Make $(lisp)/ps-print.el
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
81704
diff
changeset
|
314 # are identified by being the value of `generated-autoload-file'. |
29657 | 315 |
54244
9df8cecf70d2
(AUTOGENEL): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53972
diff
changeset
|
316 bootstrap-prepare: |
52505
88edef684d4c
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-44
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
317 if test -x $(EMACS); then \ |
88edef684d4c
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-44
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
318 $(MAKE) $(MFLAGS) autoloads; \ |
88edef684d4c
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-44
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
319 fi |
94007
e8c11e85820c
(bootstrap-prepare): Make tpu-edt.el writable as well.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
94001
diff
changeset
|
320 chmod +w $(lisp)/ps-print.el $(lisp)/emulation/tpu-edt.el \ |
92711
ecb1c0e60608
(bootstrap-prepare): Don't chmod cal-loaddefs.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92699
diff
changeset
|
321 $(lisp)/emacs-lisp/cl-loaddefs.el |
54244
9df8cecf70d2
(AUTOGENEL): New var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53972
diff
changeset
|
322 |
86563
d404da216302
(maintainer-clean): Depend on bootstrap-clean to delete .elc files.
Glenn Morris <rgm@gnu.org>
parents:
86179
diff
changeset
|
323 maintainer-clean: distclean bootstrap-clean |
d404da216302
(maintainer-clean): Depend on bootstrap-clean to delete .elc files.
Glenn Morris <rgm@gnu.org>
parents:
86179
diff
changeset
|
324 cd $(lisp); rm -f $(AUTOGENEL) |
29657 | 325 |
86563
d404da216302
(maintainer-clean): Depend on bootstrap-clean to delete .elc files.
Glenn Morris <rgm@gnu.org>
parents:
86179
diff
changeset
|
326 ## NB note that this rules assume only one level of subdirs below lisp/. |
d404da216302
(maintainer-clean): Depend on bootstrap-clean to delete .elc files.
Glenn Morris <rgm@gnu.org>
parents:
86179
diff
changeset
|
327 ## If nested subdirs are added, it's probably time to switch to: |
d404da216302
(maintainer-clean): Depend on bootstrap-clean to delete .elc files.
Glenn Morris <rgm@gnu.org>
parents:
86179
diff
changeset
|
328 ## find $(lisp) -name "*.elc" -exec rm -f '{}' ';' |
58020
95969b0d9f39
(bootstrap-clean): New target for 'make bootstrap'.
Kim F. Storm <storm@cua.dk>
parents:
56026
diff
changeset
|
329 bootstrap-clean: |
95969b0d9f39
(bootstrap-clean): New target for 'make bootstrap'.
Kim F. Storm <storm@cua.dk>
parents:
56026
diff
changeset
|
330 cd $(lisp); rm -f *.elc */*.elc |
95969b0d9f39
(bootstrap-clean): New target for 'make bootstrap'.
Kim F. Storm <storm@cua.dk>
parents:
56026
diff
changeset
|
331 |
29657 | 332 # Generate/update files for the bootstrap process. |
333 | |
68057
f6843c5eadd5
(compile-always): Add mh-autoloads dependency.
Bill Wohler <wohler@newt.com>
parents:
67952
diff
changeset
|
334 bootstrap: update-subdirs autoloads compile |
49382
8a3c38e8fdae
(bootstrap-after): New target.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48993
diff
changeset
|
335 |
8a3c38e8fdae
(bootstrap-after): New target.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48993
diff
changeset
|
336 # Generate/update files after the bootstrap process. |
8a3c38e8fdae
(bootstrap-after): New target.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48993
diff
changeset
|
337 # custom-deps needs `preloaded-file-list'. |
8a3c38e8fdae
(bootstrap-after): New target.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48993
diff
changeset
|
338 |
8a3c38e8fdae
(bootstrap-after): New target.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48993
diff
changeset
|
339 bootstrap-after: finder-data custom-deps |
29657 | 340 |
29703 | 341 distclean: |
42222
2f835f4a8ef8
(distclean): Remove Makefile in the build directory, not in the source
Eli Zaretskii <eliz@gnu.org>
parents:
42147
diff
changeset
|
342 -rm -f ./Makefile |
29703 | 343 |
86179 | 344 .PHONY: check-declare |
345 | |
346 check-declare: | |
347 $(emacs) -l $(lisp)/emacs-lisp/check-declare \ | |
348 --eval '(check-declare-directory "$(lisp)")' | |
349 | |
29657 | 350 # Makefile ends here. |