29657
|
1 # Maintenance productions for the Lisp directory
|
54244
|
2 # Copyright (C) 2000, 01, 03, 2004 Free Software Foundation, Inc.
|
36226
|
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
|
21 SHELL = /bin/sh
|
|
22
|
29657
|
23 lisp=@srcdir@
|
|
24 VPATH=@srcdir@
|
29704
|
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
|
42 # Files which should not be compiled. If you change the name `DONTCOMPILE'
|
42147
|
43 # to something different, you'll have to change make-dist as well, and
|
|
44 # modify the lists in $lisp and $shortlisp on src/Makefile.in.
|
30084
|
45 #
|
29657
|
46 # - emacs-lisp/cl-specs.el: only contains `def-edebug-spec's so there's
|
|
47 # no point compiling it, although it doesn't hurt.
|
|
48
|
|
49 DONTCOMPILE = \
|
|
50 $(lisp)/cus-load.el \
|
|
51 $(lisp)/emacs-lisp/cl-specs.el \
|
29874
|
52 $(lisp)/eshell/esh-maint.el \
|
31379
|
53 $(lisp)/eshell/esh-groups.el \
|
29657
|
54 $(lisp)/finder-inf.el \
|
|
55 $(lisp)/forms-d2.el \
|
|
56 $(lisp)/forms-pass.el \
|
|
57 $(lisp)/generic-x.el \
|
|
58 $(lisp)/international/latin-1.el \
|
|
59 $(lisp)/international/latin-2.el \
|
|
60 $(lisp)/international/latin-3.el \
|
|
61 $(lisp)/international/latin-4.el \
|
|
62 $(lisp)/international/latin-5.el \
|
|
63 $(lisp)/international/latin-8.el \
|
|
64 $(lisp)/international/latin-9.el \
|
|
65 $(lisp)/international/mule-conf.el \
|
42127
|
66 $(lisp)/language/czech.el \
|
|
67 $(lisp)/language/devanagari.el \
|
49705
|
68 $(lisp)/language/malayalam.el \
|
|
69 $(lisp)/language/tamil.el \
|
53015
|
70 $(lisp)/language/kannada.el \
|
42127
|
71 $(lisp)/language/english.el \
|
|
72 $(lisp)/language/greek.el \
|
|
73 $(lisp)/language/hebrew.el \
|
|
74 $(lisp)/language/japanese.el \
|
|
75 $(lisp)/language/korean.el \
|
|
76 $(lisp)/language/lao.el \
|
|
77 $(lisp)/language/misc-lang.el \
|
|
78 $(lisp)/language/romanian.el \
|
|
79 $(lisp)/language/slovak.el \
|
|
80 $(lisp)/language/thai.el \
|
|
81 $(lisp)/language/utf-8-lang.el \
|
|
82 $(lisp)/language/georgian.el \
|
29657
|
83 $(lisp)/loaddefs.el \
|
52748
|
84 $(lisp)/ldefs-boot.el \
|
29657
|
85 $(lisp)/loadup.el \
|
|
86 $(lisp)/mail/blessmail.el \
|
|
87 $(lisp)/patcomp.el \
|
|
88 $(lisp)/paths.el \
|
|
89 $(lisp)/play/bruce.el \
|
|
90 $(lisp)/subdirs.el \
|
|
91 $(lisp)/term/internal.el \
|
35605
|
92 $(lisp)/term/AT386.el \
|
|
93 $(lisp)/term/apollo.el \
|
|
94 $(lisp)/term/bobcat.el \
|
|
95 $(lisp)/term/iris-ansi.el \
|
|
96 $(lisp)/term/keyswap.el \
|
|
97 $(lisp)/term/linux.el \
|
|
98 $(lisp)/term/lk201.el \
|
|
99 $(lisp)/term/news.el \
|
|
100 $(lisp)/term/vt102.el \
|
|
101 $(lisp)/term/vt125.el \
|
|
102 $(lisp)/term/vt200.el \
|
|
103 $(lisp)/term/vt201.el \
|
|
104 $(lisp)/term/vt220.el \
|
|
105 $(lisp)/term/vt240.el \
|
|
106 $(lisp)/term/vt300.el \
|
|
107 $(lisp)/term/vt320.el \
|
|
108 $(lisp)/term/vt400.el \
|
|
109 $(lisp)/term/vt420.el \
|
|
110 $(lisp)/term/wyse50.el \
|
29657
|
111 $(lisp)/version.el
|
|
112
|
54244
|
113 # Elisp files auto-generated.
|
|
114 AUTOGENEL = loaddefs.el \
|
|
115 cus-load.el \
|
|
116 finder-inf.el \
|
|
117 subdirs.el \
|
|
118 eshell/esh-groups.el
|
|
119
|
36918
|
120 # Files to compile before others during a bootstrap. This is done to
|
|
121 # speed up the bootstrap process. The CC files are compiled first
|
|
122 # because CC mode tweaks the compilation process, and requiring
|
|
123 # cc-mode when it is not compiled doesn't work during the
|
|
124 # bootstrapping.
|
29657
|
125
|
|
126 COMPILE_FIRST = \
|
|
127 $(lisp)/emacs-lisp/byte-opt.el \
|
|
128 $(lisp)/emacs-lisp/bytecomp.el \
|
36918
|
129 $(lisp)/subr.el \
|
|
130 $(lisp)/progmodes/cc-mode.el \
|
|
131 $(lisp)/progmodes/cc-vars.el
|
29657
|
132
|
|
133 # The actual Emacs command run in the targets below.
|
|
134
|
33158
|
135 emacs = EMACSLOADPATH=$(lisp) $(EMACS) $(EMACSOPT)
|
29657
|
136
|
|
137 # Common command to find subdirectories
|
|
138
|
54632
|
139 setwins=subdirs=`(cd $$wd; find . -type d -print)`; \
|
29657
|
140 for file in $$subdirs; do \
|
54248
28e8d2c26aa1
(setwins, setwins_almost): Skip .arch-ids and other hidden files/directories.
Stefan Monnier <monnier@iro.umontreal.ca>
diff
changeset
|
141 case $$file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* ) ;; \
|
54632
|
142 *) wins="$$wins $$wd/$$file" ;; \
|
29657
|
143 esac; \
|
|
144 done
|
38819
|
145
|
54632
|
146 setwins_almost=subdirs=`(cd $$wd; find . -type d -print)`; \
|
37275
|
147 for file in $$subdirs; do \
|
54248
28e8d2c26aa1
(setwins, setwins_almost): Skip .arch-ids and other hidden files/directories.
Stefan Monnier <monnier@iro.umontreal.ca>
diff
changeset
|
148 case $$file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* | */obsolete | */term ) ;; \
|
54632
|
149 *) wins="$$wins $$wd/$$file" ;; \
|
37275
|
150 esac; \
|
|
151 done
|
29657
|
152
|
|
153 doit:
|
|
154
|
48993
|
155 $(lisp)/cus-load.el:
|
29657
|
156 touch $@
|
48993
|
157 custom-deps: $(lisp)/cus-load.el doit
|
48471
|
158 wd=$(lisp); $(setwins_almost); \
|
29657
|
159 echo Directories: $$wins; \
|
48993
|
160 $(EMACS) $(EMACSOPT) -l cus-dep --eval '(setq generated-custom-dependencies-file "$(lisp)/cus-load.el")' -f custom-make-dependencies $$wins
|
29657
|
161
|
44106
|
162 finder-data: doit
|
48471
|
163 wd=$(lisp); $(setwins_almost); \
|
29657
|
164 echo Directories: $$wins; \
|
48993
|
165 $(EMACS) $(EMACSOPT) -l finder --eval '(setq generated-finder-keywords-file "$(lisp)/finder-inf.el")' -f finder-compile-keywords-make-dist $$wins
|
29657
|
166
|
48993
|
167 $(lisp)/loaddefs.el:
|
29657
|
168 echo ";;; loaddefs.el --- automatically extracted autoloads" >> $@
|
|
169 echo ";;" >> $@; echo ";;; Code:" >> $@
|
|
170 echo "" >> $@
|
|
171 echo ";;; Local Variables:" >> $@
|
|
172 echo ";;; version-control: never" >> $@
|
|
173 echo ";;; no-byte-compile: t" >> $@
|
|
174 echo ";;; no-update-autoloads: t" >> $@
|
|
175 echo ";;; End:" >> $@
|
|
176 echo ";;; loaddefs.el ends here" >> $@
|
48993
|
177 autoloads: $(lisp)/loaddefs.el doit
|
29657
|
178 wd=$(lisp); $(setwins); \
|
|
179 echo Directories: $$wins; \
|
33505
2b0399706883
(custom-deps, finder-data, autoloads, recompile): Don't set EMACSLOADPATH.
Eli Zaretskii <eliz@gnu.org>
diff
changeset
|
180 $(EMACS) $(EMACSOPT) -l autoload --eval '(setq generated-autoload-file "$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins
|
29657
|
181
|
48993
|
182 $(lisp)/subdirs.el:
|
29657
|
183 $(MAKE) $(MFLAGS) update-subdirs
|
|
184 update-subdirs: doit
|
|
185 wd=$(lisp); $(setwins); \
|
|
186 for file in $$wins; do \
|
|
187 $(srcdir)/update-subdirs $$file; \
|
|
188 done;
|
|
189
|
|
190 updates: update-subdirs autoloads finder-data custom-deps
|
|
191
|
32884
|
192 # Update the AUTHORS file.
|
|
193
|
|
194 update-authors:
|
33158
|
195 $(emacs) -f batch-update-authors $(srcdir)/AUTHORS $(srcdir)
|
32884
|
196
|
29657
|
197 TAGS: $(lisptagsfiles1) $(lisptagsfiles2)
|
53972
2627b0171f3d
(TAGS, TAGS-LISP): Filter out of `els' only loaddefs* and ldefs-boot*.
Eli Zaretskii <eliz@is.elta.co.il>
diff
changeset
|
198 els=`echo $(lisptagsfiles1) $(lisptagsfiles2) | sed -e "s,$(lisp)/loaddefs[^ ]*,," -e "s,$(lisp)/ldefs-boot[^ ]*,,"`; \
|
38653
|
199 ${ETAGS} $$els
|
29657
|
200
|
30095
|
201 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>
diff
changeset
|
202 els=`echo $(lisptagsfiles1) $(lisptagsfiles2) | sed -e "s,$(lisp)/loaddefs[^ ]*,," -e "s,$(lisp)/ldefs-boot[^ ]*,,"`; \
|
38653
|
203 ${ETAGS} -o TAGS-LISP $$els
|
29657
|
204
|
33667
|
205 .SUFFIXES: .elc .el
|
|
206
|
48993
|
207 .el.elc: $(lisp)/subdirs.el
|
33158
|
208 -$(emacs) -f batch-byte-compile $<
|
29657
|
209
|
|
210 $(DONTCOMPILE:.el=.elc):
|
|
211 -rm -f $@
|
|
212
|
43026
|
213 # Compile all Lisp files, except those from DONTCOMPILE,
|
|
214 # but don't recompile those that are up to date.
|
|
215
|
|
216 # All .elc files are made writable
|
29657
|
217 # before compilation in case we checked out read-only (CVS option -r).
|
|
218 # Files MUST be compiled one by one. If we compile several files in a
|
|
219 # row we can't make sure that the compilation environment is clean.
|
|
220 # We also set the load-path of the Emacs used for compilation to the
|
|
221 # current directory and its subdirectories, to make sure require's and
|
|
222 # load's in the files being compiled find the right files.
|
|
223
|
44106
|
224 # NOTE about DONTCOMPILE: in the `echo <foo> | sort | uniq -u' we pass
|
|
225 # $(DONTCOMPILE) twice. This is in case one of the files in DONTCOMPILE
|
|
226 # is absent. -stef
|
|
227
|
48993
|
228 compile: $(lisp)/subdirs.el doit
|
43026
|
229 find $(lisp) -name "*.elc" -print | xargs chmod +w >/dev/null 2>&1; \
|
|
230 wd=$(lisp); $(setwins); \
|
|
231 elpat=`echo $$wins | tr ' ' '\012\012' | \
|
|
232 sed -e 's|\(.\)$$|\1/|' -e 's|^\./||' -e 's|$$|*.el|'`; \
|
44106
|
233 els=`echo $$elpat $(DONTCOMPILE) $(DONTCOMPILE) $(COMPILE_FIRST) | \
|
43026
|
234 tr ' ' '\012\012' | sort | uniq -u`; \
|
|
235 for el in $(COMPILE_FIRST) $$els; do \
|
44174
|
236 if test -f $$el; \
|
|
237 then \
|
|
238 echo Compiling $$el; \
|
58345
|
239 $(emacs) -f batch-byte-compile-if-not-done $$el || exit 1; \
|
44174
|
240 fi \
|
43026
|
241 done
|
|
242
|
|
243 # Compile all Lisp files, except those from DONTCOMPILE. This
|
|
244 # is like `compile' but compiles files unconditionally.
|
48993
|
245 compile-always: $(lisp)/subdirs.el doit
|
48006
|
246 # `|| true' prevents old Bash versions from getting confused
|
|
247 # by an error.
|
48005
|
248 find $(lisp) -name "*.elc" -print | xargs chmod +w >/dev/null 2>&1 || true; \
|
29657
|
249 wd=$(lisp); $(setwins); \
|
|
250 elpat=`echo $$wins | tr ' ' '\012\012' | \
|
|
251 sed -e 's|\(.\)$$|\1/|' -e 's|^\./||' -e 's|$$|*.el|'`; \
|
44106
|
252 els=`echo $$elpat $(DONTCOMPILE) $(DONTCOMPILE) $(COMPILE_FIRST) | \
|
29657
|
253 tr ' ' '\012\012' | sort | uniq -u`; \
|
|
254 for el in $(COMPILE_FIRST) $$els; do \
|
44174
|
255 if test -f $$el; \
|
|
256 then \
|
|
257 echo Compiling $$el; \
|
|
258 $(emacs) -f batch-byte-compile $$el || exit 1; \
|
|
259 fi \
|
29657
|
260 done
|
|
261
|
49597
|
262 compile-calc:
|
48993
|
263 for el in `find $(lisp)/calc -name '*.el'`; do \
|
41408
|
264 echo Compiling $$el; \
|
|
265 $(emacs) -f batch-byte-compile $$el || exit 1; \
|
|
266 done
|
|
267
|
29657
|
268 # Backup compiled Lisp files in elc.tar.gz. If that file already
|
|
269 # exists, make a backup of it.
|
|
270
|
|
271 backup-compiled-files:
|
|
272 -mv $(lisp)/elc.tar.gz $(lisp)/elc.tar.gz~
|
|
273 -tar czf $(lisp)/elc.tar.gz $(lisp)/*.elc $(lisp)/*/*.elc
|
|
274
|
|
275 # Compile Lisp files, but save old compiled files first.
|
|
276
|
43026
|
277 compile-after-backup: backup-compiled-files compile-always
|
29657
|
278
|
|
279 # Recompile all Lisp files which are newer than their .elc files.
|
|
280 # Note that this doesn't create .elc files. It only recompiles if an
|
|
281 # .elc is present.
|
|
282
|
53941
f381d8277172
* Makefile.in: Fixed the CC Mode recompile kludge so it works
Martin Stjernholm <mast@lysator.liu.se>
diff
changeset
|
283 recompile: doit $(lisp)/progmodes/cc-mode.elc
|
58345
|
284 $(EMACS) $(EMACSOPT) --eval "(batch-byte-recompile-directory 0)" $(lisp)
|
29657
|
285
|
53892
f3098a6fd4f0
Added extra dependencies in the recompile target needed to cope with
Martin Stjernholm <mast@lysator.liu.se>
diff
changeset
|
286 # 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>
diff
changeset
|
287 # 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>
diff
changeset
|
288 # 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>
diff
changeset
|
289 $(lisp)/progmodes/cc-mode.elc: \
|
f381d8277172
* Makefile.in: Fixed the CC Mode recompile kludge so it works
Martin Stjernholm <mast@lysator.liu.se>
diff
changeset
|
290 $(lisp)/progmodes/cc-mode.el \
|
f381d8277172
* Makefile.in: Fixed the CC Mode recompile kludge so it works
Martin Stjernholm <mast@lysator.liu.se>
diff
changeset
|
291 $(lisp)/progmodes/cc-langs.el \
|
f381d8277172
* Makefile.in: Fixed the CC Mode recompile kludge so it works
Martin Stjernholm <mast@lysator.liu.se>
diff
changeset
|
292 $(lisp)/progmodes/cc-defs.el
|
f381d8277172
* Makefile.in: Fixed the CC Mode recompile kludge so it works
Martin Stjernholm <mast@lysator.liu.se>
diff
changeset
|
293 $(EMACS) $(EMACSOPT) -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>
diff
changeset
|
294
|
52505
|
295 # Prepare a bootstrap in the lisp subdirectory.
|
|
296 #
|
|
297 # Build loaddefs.el, because it's not sure it's up-to-date, and if it's not,
|
|
298 # that might lead to errors during the bootstrap because something fails to
|
|
299 # autoload as expected. However, if there is no emacs binary, then we can't
|
|
300 # build autoloads yet, so just make sure there's some loaddefs.el file, as
|
|
301 # it's necessary for generating the binary (because loaddefs.el is an
|
|
302 # automatically generated file, we don't want to store it in the source
|
|
303 # repository).
|
29657
|
304
|
54244
|
305 bootstrap-prepare:
|
52505
|
306 if test -x $(EMACS); then \
|
|
307 $(MAKE) $(MFLAGS) autoloads; \
|
|
308 else \
|
52588
|
309 if test ! -r $(lisp)/loaddefs.el; then \
|
52748
|
310 cp $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el; \
|
52505
|
311 fi \
|
|
312 fi
|
54244
|
313
|
58080
|
314 maintainer-clean: distclean
|
54244
|
315 cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL)
|
29657
|
316
|
58020
|
317 bootstrap-clean:
|
|
318 cd $(lisp); rm -f *.elc */*.elc
|
|
319
|
29657
|
320 # Generate/update files for the bootstrap process.
|
|
321
|
49382
|
322 bootstrap: update-subdirs autoloads compile
|
|
323
|
|
324 # Generate/update files after the bootstrap process.
|
|
325 # custom-deps needs `preloaded-file-list'.
|
|
326
|
|
327 bootstrap-after: finder-data custom-deps
|
29657
|
328
|
29703
|
329 distclean:
|
42222
2f835f4a8ef8
(distclean): Remove Makefile in the build directory, not in the source
Eli Zaretskii <eliz@gnu.org>
diff
changeset
|
330 -rm -f ./Makefile
|
29703
|
331
|
29657
|
332 # Makefile ends here.
|