Mercurial > emacs
annotate lisp/Makefile.in @ 89284:310352c6e65c
(enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 07 Nov 2002 06:24:09 +0000 |
parents | b50c2b9d6979 |
children | 2f877ed80fa6 |
rev | line source |
---|---|
29657 | 1 # Maintenance productions for the Lisp directory |
36226 | 2 # Copyright (C) 2000, 2001 Free Software Foundation, Inc. |
3 | |
4 # This file is part of GNU Emacs. | |
5 | |
6 # GNU Emacs is free software; you can redistribute it and/or modify | |
7 # it under the terms of the GNU General Public License as published by | |
8 # the Free Software Foundation; either version 2, or (at your option) | |
9 # any later version. | |
10 | |
11 # GNU Emacs is distributed in the hope that it will be useful, | |
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 # GNU General Public License for more details. | |
15 | |
16 # You should have received a copy of the GNU General Public License | |
17 # along with GNU Emacs; see the file COPYING. If not, write to | |
18 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
19 # Boston, MA 02111-1307, USA. | |
29657 | 20 |
29679
97ed659aea4e
(SHELL): Make sure /bin/sh is used.
Eli Zaretskii <eliz@gnu.org>
parents:
29657
diff
changeset
|
21 SHELL = /bin/sh |
97ed659aea4e
(SHELL): Make sure /bin/sh is used.
Eli Zaretskii <eliz@gnu.org>
parents:
29657
diff
changeset
|
22 |
29657 | 23 lisp=@srcdir@ |
24 VPATH=@srcdir@ | |
29704
ce8197473e44
(srcdir): Define for update-subdirs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29703
diff
changeset
|
25 srcdir=@srcdir@/.. |
29657 | 26 |
27 # You can specify a different executable on the make command line, | |
28 # e.g. "make EMACS=../src/emacs ...". | |
29 | |
30 EMACS = ../src/emacs | |
31 | |
32 # Command line flags for Emacs. This must include --multibyte, | |
33 # otherwise some files will not compile. | |
34 | |
35 EMACSOPT = -batch --no-site-file --multibyte | |
36 | |
37 SOURCES = *.el COPYING Makefile | |
38 lisptagsfiles1 = $(lisp)/[a-zA-Z]*.el | |
39 lisptagsfiles2 = $(lisp)/[a-zA-Z]*/[a-zA-Z]*.el | |
40 ETAGS = ../lib-src/etags | |
41 | |
30084
bafd38c61694
(DONTCOMPILE): Add comment that the name may
Gerd Moellmann <gerd@gnu.org>
parents:
29935
diff
changeset
|
42 # Files which should not be compiled. If you change the name `DONTCOMPILE' |
42147
b8d77bc6ce4d
Note that src/Makefile.in needs changes if DONTCOMPILE is modified.
Eli Zaretskii <eliz@gnu.org>
parents:
42127
diff
changeset
|
43 # to something different, you'll have to change make-dist as well, and |
b8d77bc6ce4d
Note that src/Makefile.in needs changes if DONTCOMPILE is modified.
Eli Zaretskii <eliz@gnu.org>
parents:
42127
diff
changeset
|
44 # modify the lists in $lisp and $shortlisp on src/Makefile.in. |
29657 | 45 |
46 DONTCOMPILE = \ | |
47 $(lisp)/cus-load.el \ | |
48 $(lisp)/emacs-lisp/cl-specs.el \ | |
29874
faee0fe8fa05
(DONTCOMPILE): Add eshell/esh-maint.el.
Gerd Moellmann <gerd@gnu.org>
parents:
29704
diff
changeset
|
49 $(lisp)/eshell/esh-maint.el \ |
31379
58ff79ca361e
(DONTCOMPILE): Fix typo in file name.
Gerd Moellmann <gerd@gnu.org>
parents:
30095
diff
changeset
|
50 $(lisp)/eshell/esh-groups.el \ |
29657 | 51 $(lisp)/finder-inf.el \ |
52 $(lisp)/forms-d2.el \ | |
53 $(lisp)/forms-pass.el \ | |
54 $(lisp)/generic-x.el \ | |
88423
160ec9335731
(DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
Kenichi Handa <handa@m17n.org>
parents:
43360
diff
changeset
|
55 $(lisp)/international/latin1-disp.el \ |
29657 | 56 $(lisp)/international/mule-conf.el \ |
42127
298738c23c3e
(DONTCOMPILE): Add various language files.
Dave Love <fx@gnu.org>
parents:
41408
diff
changeset
|
57 $(lisp)/language/czech.el \ |
298738c23c3e
(DONTCOMPILE): Add various language files.
Dave Love <fx@gnu.org>
parents:
41408
diff
changeset
|
58 $(lisp)/language/devanagari.el \ |
298738c23c3e
(DONTCOMPILE): Add various language files.
Dave Love <fx@gnu.org>
parents:
41408
diff
changeset
|
59 $(lisp)/language/english.el \ |
298738c23c3e
(DONTCOMPILE): Add various language files.
Dave Love <fx@gnu.org>
parents:
41408
diff
changeset
|
60 $(lisp)/language/greek.el \ |
298738c23c3e
(DONTCOMPILE): Add various language files.
Dave Love <fx@gnu.org>
parents:
41408
diff
changeset
|
61 $(lisp)/language/hebrew.el \ |
298738c23c3e
(DONTCOMPILE): Add various language files.
Dave Love <fx@gnu.org>
parents:
41408
diff
changeset
|
62 $(lisp)/language/japanese.el \ |
298738c23c3e
(DONTCOMPILE): Add various language files.
Dave Love <fx@gnu.org>
parents:
41408
diff
changeset
|
63 $(lisp)/language/korean.el \ |
298738c23c3e
(DONTCOMPILE): Add various language files.
Dave Love <fx@gnu.org>
parents:
41408
diff
changeset
|
64 $(lisp)/language/lao.el \ |
298738c23c3e
(DONTCOMPILE): Add various language files.
Dave Love <fx@gnu.org>
parents:
41408
diff
changeset
|
65 $(lisp)/language/misc-lang.el \ |
298738c23c3e
(DONTCOMPILE): Add various language files.
Dave Love <fx@gnu.org>
parents:
41408
diff
changeset
|
66 $(lisp)/language/romanian.el \ |
298738c23c3e
(DONTCOMPILE): Add various language files.
Dave Love <fx@gnu.org>
parents:
41408
diff
changeset
|
67 $(lisp)/language/slovak.el \ |
298738c23c3e
(DONTCOMPILE): Add various language files.
Dave Love <fx@gnu.org>
parents:
41408
diff
changeset
|
68 $(lisp)/language/thai.el \ |
298738c23c3e
(DONTCOMPILE): Add various language files.
Dave Love <fx@gnu.org>
parents:
41408
diff
changeset
|
69 $(lisp)/language/utf-8-lang.el \ |
298738c23c3e
(DONTCOMPILE): Add various language files.
Dave Love <fx@gnu.org>
parents:
41408
diff
changeset
|
70 $(lisp)/language/georgian.el \ |
88568
6b39eddaf7dc
(DONTCOMPILE): Remove ucs-tables, utf-8,
Dave Love <fx@gnu.org>
parents:
88539
diff
changeset
|
71 $(lisp)/language/vietnamese.el \ |
6b39eddaf7dc
(DONTCOMPILE): Remove ucs-tables, utf-8,
Dave Love <fx@gnu.org>
parents:
88539
diff
changeset
|
72 $(lisp)/language/cyrillic.el \ |
88665
d90007111cd1
(DONTCOMPILE): Add language/chinese.el,
Dave Love <fx@gnu.org>
parents:
88602
diff
changeset
|
73 $(lisp)/language/chinese.el \ |
89109 | 74 $(lisp)/language/indian.el \ |
29657 | 75 $(lisp)/loaddefs.el \ |
76 $(lisp)/loadup.el \ | |
77 $(lisp)/mail/blessmail.el \ | |
78 $(lisp)/patcomp.el \ | |
79 $(lisp)/paths.el \ | |
80 $(lisp)/play/bruce.el \ | |
81 $(lisp)/subdirs.el \ | |
82 $(lisp)/term/internal.el \ | |
35605
0689ddc1751c
(DONTCOMPILE): Add various term files.
Gerd Moellmann <gerd@gnu.org>
parents:
33667
diff
changeset
|
83 $(lisp)/term/AT386.el \ |
0689ddc1751c
(DONTCOMPILE): Add various term files.
Gerd Moellmann <gerd@gnu.org>
parents:
33667
diff
changeset
|
84 $(lisp)/term/apollo.el \ |
0689ddc1751c
(DONTCOMPILE): Add various term files.
Gerd Moellmann <gerd@gnu.org>
parents:
33667
diff
changeset
|
85 $(lisp)/term/bobcat.el \ |
0689ddc1751c
(DONTCOMPILE): Add various term files.
Gerd Moellmann <gerd@gnu.org>
parents:
33667
diff
changeset
|
86 $(lisp)/term/iris-ansi.el \ |
0689ddc1751c
(DONTCOMPILE): Add various term files.
Gerd Moellmann <gerd@gnu.org>
parents:
33667
diff
changeset
|
87 $(lisp)/term/keyswap.el \ |
0689ddc1751c
(DONTCOMPILE): Add various term files.
Gerd Moellmann <gerd@gnu.org>
parents:
33667
diff
changeset
|
88 $(lisp)/term/linux.el \ |
0689ddc1751c
(DONTCOMPILE): Add various term files.
Gerd Moellmann <gerd@gnu.org>
parents:
33667
diff
changeset
|
89 $(lisp)/term/lk201.el \ |
0689ddc1751c
(DONTCOMPILE): Add various term files.
Gerd Moellmann <gerd@gnu.org>
parents:
33667
diff
changeset
|
90 $(lisp)/term/news.el \ |
0689ddc1751c
(DONTCOMPILE): Add various term files.
Gerd Moellmann <gerd@gnu.org>
parents:
33667
diff
changeset
|
91 $(lisp)/term/vt102.el \ |
0689ddc1751c
(DONTCOMPILE): Add various term files.
Gerd Moellmann <gerd@gnu.org>
parents:
33667
diff
changeset
|
92 $(lisp)/term/vt125.el \ |
0689ddc1751c
(DONTCOMPILE): Add various term files.
Gerd Moellmann <gerd@gnu.org>
parents:
33667
diff
changeset
|
93 $(lisp)/term/vt200.el \ |
0689ddc1751c
(DONTCOMPILE): Add various term files.
Gerd Moellmann <gerd@gnu.org>
parents:
33667
diff
changeset
|
94 $(lisp)/term/vt201.el \ |
0689ddc1751c
(DONTCOMPILE): Add various term files.
Gerd Moellmann <gerd@gnu.org>
parents:
33667
diff
changeset
|
95 $(lisp)/term/vt220.el \ |
0689ddc1751c
(DONTCOMPILE): Add various term files.
Gerd Moellmann <gerd@gnu.org>
parents:
33667
diff
changeset
|
96 $(lisp)/term/vt240.el \ |
0689ddc1751c
(DONTCOMPILE): Add various term files.
Gerd Moellmann <gerd@gnu.org>
parents:
33667
diff
changeset
|
97 $(lisp)/term/vt300.el \ |
0689ddc1751c
(DONTCOMPILE): Add various term files.
Gerd Moellmann <gerd@gnu.org>
parents:
33667
diff
changeset
|
98 $(lisp)/term/vt320.el \ |
0689ddc1751c
(DONTCOMPILE): Add various term files.
Gerd Moellmann <gerd@gnu.org>
parents:
33667
diff
changeset
|
99 $(lisp)/term/vt400.el \ |
0689ddc1751c
(DONTCOMPILE): Add various term files.
Gerd Moellmann <gerd@gnu.org>
parents:
33667
diff
changeset
|
100 $(lisp)/term/vt420.el \ |
0689ddc1751c
(DONTCOMPILE): Add various term files.
Gerd Moellmann <gerd@gnu.org>
parents:
33667
diff
changeset
|
101 $(lisp)/term/wyse50.el \ |
29657 | 102 $(lisp)/version.el |
103 | |
36918
b485ed237672
(COMPILE_FIRST): Add cc-mode.el
Gerd Moellmann <gerd@gnu.org>
parents:
36226
diff
changeset
|
104 # 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
|
105 # 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
|
106 # 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
|
107 # 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
|
108 # bootstrapping. |
29657 | 109 |
110 COMPILE_FIRST = \ | |
111 $(lisp)/emacs-lisp/byte-opt.el \ | |
112 $(lisp)/emacs-lisp/bytecomp.el \ | |
36918
b485ed237672
(COMPILE_FIRST): Add cc-mode.el
Gerd Moellmann <gerd@gnu.org>
parents:
36226
diff
changeset
|
113 $(lisp)/subr.el \ |
b485ed237672
(COMPILE_FIRST): Add cc-mode.el
Gerd Moellmann <gerd@gnu.org>
parents:
36226
diff
changeset
|
114 $(lisp)/progmodes/cc-mode.el \ |
b485ed237672
(COMPILE_FIRST): Add cc-mode.el
Gerd Moellmann <gerd@gnu.org>
parents:
36226
diff
changeset
|
115 $(lisp)/progmodes/cc-vars.el |
29657 | 116 |
117 # The actual Emacs command run in the targets below. | |
118 | |
88602
1ed369a4eb81
Cancel the 2002-05-17 change of mine.
Kenichi Handa <handa@m17n.org>
parents:
88568
diff
changeset
|
119 emacs = EMACSLOADPATH=$(lisp) LC_ALL=C $(EMACS) $(EMACSOPT) |
29657 | 120 |
121 # Common command to find subdirectories | |
122 | |
123 setwins=subdirs=`find $$wd -type d -print`; \ | |
124 for file in $$subdirs; do \ | |
41408
eb28aac7bdd1
(finder_setwins, setwins): Include Calc again.
Colin Walters <walters@gnu.org>
parents:
40874
diff
changeset
|
125 case $$file in */Old | */RCS | */CVS | */CVS/* | */=* ) ;; \ |
29657 | 126 *) wins="$$wins $$file" ;; \ |
127 esac; \ | |
128 done | |
38819
87937c18338f
(finder_setwins): Renamed from nonobsolete_setwins.
Gerd Moellmann <gerd@gnu.org>
parents:
38796
diff
changeset
|
129 |
87937c18338f
(finder_setwins): Renamed from nonobsolete_setwins.
Gerd Moellmann <gerd@gnu.org>
parents:
38796
diff
changeset
|
130 finder_setwins=subdirs=`find $$wd -type d -print`; \ |
37275
9a3f00ed6c43
(nonobsolete_setwins): New macro.
Gerd Moellmann <gerd@gnu.org>
parents:
36918
diff
changeset
|
131 for file in $$subdirs; do \ |
41408
eb28aac7bdd1
(finder_setwins, setwins): Include Calc again.
Colin Walters <walters@gnu.org>
parents:
40874
diff
changeset
|
132 case $$file in */Old | */RCS | */CVS | */CVS/* | */=* | */obsolete | */term ) ;; \ |
37275
9a3f00ed6c43
(nonobsolete_setwins): New macro.
Gerd Moellmann <gerd@gnu.org>
parents:
36918
diff
changeset
|
133 *) wins="$$wins $$file" ;; \ |
9a3f00ed6c43
(nonobsolete_setwins): New macro.
Gerd Moellmann <gerd@gnu.org>
parents:
36918
diff
changeset
|
134 esac; \ |
9a3f00ed6c43
(nonobsolete_setwins): New macro.
Gerd Moellmann <gerd@gnu.org>
parents:
36918
diff
changeset
|
135 done |
29657 | 136 |
137 doit: | |
138 | |
139 cus-load.el: | |
140 touch $@ | |
141 custom-deps: cus-load.el doit | |
142 wd=$(lisp); $(setwins); \ | |
143 echo Directories: $$wins; \ | |
88602
1ed369a4eb81
Cancel the 2002-05-17 change of mine.
Kenichi Handa <handa@m17n.org>
parents:
88568
diff
changeset
|
144 LC_ALL=C $(EMACS) $(EMACSOPT) -l cus-dep -f custom-make-dependencies $$wins |
29657 | 145 |
146 finder-inf.el: | |
147 echo "(provide 'finder-inf)" >> $@ | |
148 finder-data: finder-inf.el doit | |
38819
87937c18338f
(finder_setwins): Renamed from nonobsolete_setwins.
Gerd Moellmann <gerd@gnu.org>
parents:
38796
diff
changeset
|
149 wd=$(lisp); $(finder_setwins); \ |
29657 | 150 echo Directories: $$wins; \ |
88602
1ed369a4eb81
Cancel the 2002-05-17 change of mine.
Kenichi Handa <handa@m17n.org>
parents:
88568
diff
changeset
|
151 LC_ALL=C $(EMACS) $(EMACSOPT) -l finder -f finder-compile-keywords-make-dist $$wins |
29657 | 152 |
153 loaddefs.el: | |
154 echo ";;; loaddefs.el --- automatically extracted autoloads" >> $@ | |
155 echo ";;" >> $@; echo ";;; Code:" >> $@ | |
156 echo "" >> $@ | |
157 echo ";;; Local Variables:" >> $@ | |
158 echo ";;; version-control: never" >> $@ | |
159 echo ";;; no-byte-compile: t" >> $@ | |
160 echo ";;; no-update-autoloads: t" >> $@ | |
161 echo ";;; End:" >> $@ | |
162 echo ";;; loaddefs.el ends here" >> $@ | |
163 autoloads: loaddefs.el doit | |
164 wd=$(lisp); $(setwins); \ | |
165 echo Directories: $$wins; \ | |
88602
1ed369a4eb81
Cancel the 2002-05-17 change of mine.
Kenichi Handa <handa@m17n.org>
parents:
88568
diff
changeset
|
166 LC_ALL=C $(EMACS) $(EMACSOPT) -l autoload --eval '(setq generated-autoload-file "$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins |
29657 | 167 |
168 subdirs.el: | |
169 $(MAKE) $(MFLAGS) update-subdirs | |
170 update-subdirs: doit | |
171 wd=$(lisp); $(setwins); \ | |
172 for file in $$wins; do \ | |
173 $(srcdir)/update-subdirs $$file; \ | |
174 done; | |
175 | |
176 updates: update-subdirs autoloads finder-data custom-deps | |
177 | |
32884
f677903fb663
(update-authors): New target for maintenance
Gerd Moellmann <gerd@gnu.org>
parents:
31379
diff
changeset
|
178 # Update the AUTHORS file. |
f677903fb663
(update-authors): New target for maintenance
Gerd Moellmann <gerd@gnu.org>
parents:
31379
diff
changeset
|
179 |
f677903fb663
(update-authors): New target for maintenance
Gerd Moellmann <gerd@gnu.org>
parents:
31379
diff
changeset
|
180 update-authors: |
33158
075e5f998739
* Makefile.in (emacs): Set EMACSLOADPATH always.
Ken Raeburn <raeburn@raeburn.org>
parents:
32884
diff
changeset
|
181 $(emacs) -f batch-update-authors $(srcdir)/AUTHORS $(srcdir) |
32884
f677903fb663
(update-authors): New target for maintenance
Gerd Moellmann <gerd@gnu.org>
parents:
31379
diff
changeset
|
182 |
29657 | 183 TAGS: $(lisptagsfiles1) $(lisptagsfiles2) |
38796
5993e49c3ddc
(TAGS, TAGS-LISP): Remove "loaddefs.el" including
Gerd Moellmann <gerd@gnu.org>
parents:
38653
diff
changeset
|
184 els=`echo $(lisptagsfiles1) $(lisptagsfiles2) | sed -e "s,$(lisp)/loaddefs.el,,"`; \ |
38653
8b46b3446482
(TAGS, TAGS-LISP): Exclude loaddefs.el.
Gerd Moellmann <gerd@gnu.org>
parents:
37678
diff
changeset
|
185 ${ETAGS} $$els |
29657 | 186 |
30095
96039cc24acf
(TAGS-LISP): Don't use `$(lispsource)'.
Gerd Moellmann <gerd@gnu.org>
parents:
30084
diff
changeset
|
187 TAGS-LISP: $(lisptagsfiles1) $(lisptagsfiles2) |
38796
5993e49c3ddc
(TAGS, TAGS-LISP): Remove "loaddefs.el" including
Gerd Moellmann <gerd@gnu.org>
parents:
38653
diff
changeset
|
188 els=`echo $(lisptagsfiles1) $(lisptagsfiles2) | sed -e "s,$(lisp)/loaddefs.el,,"`; \ |
38653
8b46b3446482
(TAGS, TAGS-LISP): Exclude loaddefs.el.
Gerd Moellmann <gerd@gnu.org>
parents:
37678
diff
changeset
|
189 ${ETAGS} -o TAGS-LISP $$els |
29657 | 190 |
33667
646b893652e6
(.SUFFIXES): Add .SUFFIXES.
Gerd Moellmann <gerd@gnu.org>
parents:
33626
diff
changeset
|
191 .SUFFIXES: .elc .el |
646b893652e6
(.SUFFIXES): Add .SUFFIXES.
Gerd Moellmann <gerd@gnu.org>
parents:
33626
diff
changeset
|
192 |
29657 | 193 .el.elc: subdirs.el |
33158
075e5f998739
* Makefile.in (emacs): Set EMACSLOADPATH always.
Ken Raeburn <raeburn@raeburn.org>
parents:
32884
diff
changeset
|
194 -$(emacs) -f batch-byte-compile $< |
29657 | 195 |
196 $(DONTCOMPILE:.el=.elc): | |
197 -rm -f $@ | |
198 | |
43026 | 199 # Compile all Lisp files, except those from DONTCOMPILE, |
200 # but don't recompile those that are up to date. | |
201 | |
202 # All .elc files are made writable | |
29657 | 203 # before compilation in case we checked out read-only (CVS option -r). |
204 # Files MUST be compiled one by one. If we compile several files in a | |
205 # row we can't make sure that the compilation environment is clean. | |
206 # We also set the load-path of the Emacs used for compilation to the | |
207 # current directory and its subdirectories, to make sure require's and | |
208 # load's in the files being compiled find the right files. | |
209 | |
43026 | 210 compile: subdirs.el doit |
211 find $(lisp) -name "*.elc" -print | xargs chmod +w >/dev/null 2>&1; \ | |
212 wd=$(lisp); $(setwins); \ | |
213 elpat=`echo $$wins | tr ' ' '\012\012' | \ | |
214 sed -e 's|\(.\)$$|\1/|' -e 's|^\./||' -e 's|$$|*.el|'`; \ | |
215 els=`echo $$elpat $(DONTCOMPILE) $(COMPILE_FIRST) | \ | |
216 tr ' ' '\012\012' | sort | uniq -u`; \ | |
217 for el in $(COMPILE_FIRST) $$els; do \ | |
218 echo Compiling $$el; \ | |
88602
1ed369a4eb81
Cancel the 2002-05-17 change of mine.
Kenichi Handa <handa@m17n.org>
parents:
88568
diff
changeset
|
219 LC_ALL=C $(emacs) -f batch-byte-compile-if-not-done $$el || exit 1; \ |
43026 | 220 done |
221 | |
222 # Compile all Lisp files, except those from DONTCOMPILE. This | |
223 # is like `compile' but compiles files unconditionally. | |
224 compile-always: subdirs.el doit | |
37678
ebec0594dece
(compile-files): Redirect output of chmod to
Gerd Moellmann <gerd@gnu.org>
parents:
37275
diff
changeset
|
225 find $(lisp) -name "*.elc" -print | xargs chmod +w >/dev/null 2>&1; \ |
29657 | 226 wd=$(lisp); $(setwins); \ |
227 elpat=`echo $$wins | tr ' ' '\012\012' | \ | |
228 sed -e 's|\(.\)$$|\1/|' -e 's|^\./||' -e 's|$$|*.el|'`; \ | |
229 els=`echo $$elpat $(DONTCOMPILE) $(COMPILE_FIRST) | \ | |
230 tr ' ' '\012\012' | sort | uniq -u`; \ | |
231 for el in $(COMPILE_FIRST) $$els; do \ | |
232 echo Compiling $$el; \ | |
88602
1ed369a4eb81
Cancel the 2002-05-17 change of mine.
Kenichi Handa <handa@m17n.org>
parents:
88568
diff
changeset
|
233 LC_ALL=C $(emacs) -f batch-byte-compile $$el || exit 1; \ |
29657 | 234 done |
235 | |
41408
eb28aac7bdd1
(finder_setwins, setwins): Include Calc again.
Colin Walters <walters@gnu.org>
parents:
40874
diff
changeset
|
236 compile-calc: |
eb28aac7bdd1
(finder_setwins, setwins): Include Calc again.
Colin Walters <walters@gnu.org>
parents:
40874
diff
changeset
|
237 for el in $(find $(lisp)/calc -name '*.el'); do \ |
eb28aac7bdd1
(finder_setwins, setwins): Include Calc again.
Colin Walters <walters@gnu.org>
parents:
40874
diff
changeset
|
238 echo Compiling $$el; \ |
88602
1ed369a4eb81
Cancel the 2002-05-17 change of mine.
Kenichi Handa <handa@m17n.org>
parents:
88568
diff
changeset
|
239 LC_ALL=C $(emacs) -f batch-byte-compile $$el || exit 1; \ |
41408
eb28aac7bdd1
(finder_setwins, setwins): Include Calc again.
Colin Walters <walters@gnu.org>
parents:
40874
diff
changeset
|
240 done |
eb28aac7bdd1
(finder_setwins, setwins): Include Calc again.
Colin Walters <walters@gnu.org>
parents:
40874
diff
changeset
|
241 |
29657 | 242 # Backup compiled Lisp files in elc.tar.gz. If that file already |
243 # exists, make a backup of it. | |
244 | |
245 backup-compiled-files: | |
246 -mv $(lisp)/elc.tar.gz $(lisp)/elc.tar.gz~ | |
247 -tar czf $(lisp)/elc.tar.gz $(lisp)/*.elc $(lisp)/*/*.elc | |
248 | |
249 # Compile Lisp files, but save old compiled files first. | |
250 | |
43026 | 251 compile-after-backup: backup-compiled-files compile-always |
29657 | 252 |
253 # Recompile all Lisp files which are newer than their .elc files. | |
254 # Note that this doesn't create .elc files. It only recompiles if an | |
255 # .elc is present. | |
256 | |
257 recompile: doit | |
88602
1ed369a4eb81
Cancel the 2002-05-17 change of mine.
Kenichi Handa <handa@m17n.org>
parents:
88568
diff
changeset
|
258 LC_ALL=C $(EMACS) $(EMACSOPT) -f batch-byte-recompile-directory $(lisp) |
29657 | 259 |
260 # Prepare a bootstrap in the lisp subdirectory. Build loaddefs.el, | |
261 # because it's not sure it's up-to-date, and if it's not, that might | |
262 # lead to errors during the bootstrap because something fails to | |
263 # autoload as expected. Remove compiled Lisp files so that | |
264 # bootstrap-emacs will be built from sources only. | |
265 | |
266 bootstrap-clean: | |
267 if test -f $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi | |
268 -rm -f $(lisp)/*.elc $(lisp)/*/*.elc | |
269 | |
270 # Generate/update files for the bootstrap process. | |
271 | |
43026 | 272 bootstrap: autoloads compile-always custom-deps |
29657 | 273 |
29703 | 274 distclean: |
42222
2f835f4a8ef8
(distclean): Remove Makefile in the build directory, not in the source
Eli Zaretskii <eliz@gnu.org>
parents:
42147
diff
changeset
|
275 -rm -f ./Makefile |
29703 | 276 |
29657 | 277 # Makefile ends here. |