Merge bugfixes done in Gnus trunk
[emacs.git] / Makefile.in
blobfb2530d13df59da41e0a51c22e854d621dd6da1d
1 # DIST: This is the distribution Makefile for Emacs. configure can
2 # DIST: make most of the changes to this file you might want, so try
3 # DIST: that first.
5 # Copyright (C) 1992-2012 Free Software Foundation, Inc.
7 # This file is part of GNU Emacs.
9 # GNU Emacs is free software: you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation, either version 3 of the License, or
12 # (at your option) any later version.
14 # GNU Emacs is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 # GNU General Public License for more details.
19 # You should have received a copy of the GNU General Public License
20 # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
22 ### Commentary:
24 # make all to compile and build Emacs.
25 # make install to install it.
26 # make TAGS to update tags tables.
28 # make clean or make mostlyclean
29 # Delete all files from the current directory that are normally
30 # created by building the program. Don't delete the files that
31 # record the configuration. Also preserve files that could be made
32 # by building, but normally aren't because the distribution comes
33 # with them.
35 # Delete `.dvi' files here if they are not part of the distribution.
37 # make distclean
38 # Delete all files from the current directory that are created by
39 # configuring or building the program. If you have unpacked the
40 # source and built the program without creating any other files,
41 # `make distclean' should leave only the files that were in the
42 # distribution.
44 # make maintainer-clean
45 # Delete everything from the current directory that can be
46 # reconstructed with this Makefile. This typically includes
47 # everything deleted by distclean, plus more: .elc files,
48 # C source files produced by Bison, tags tables, info files,
49 # and so on.
51 # make extraclean
52 # Still more severe - delete backup and autosave files, too.
54 # make bootstrap
55 # Removes all the compiled files to force a new bootstrap from a
56 # clean slate, and then build in the normal way.
58 SHELL = /bin/sh
60 # This may not work with certain non-GNU make's. It only matters when
61 # inheriting a CDPATH not starting with the current directory.
62 CDPATH=
64 # If Make doesn't predefine MAKE, set it here.
65 @SET_MAKE@
67 # ==================== Things `configure' Might Edit ====================
69 cache_file = @cache_file@
70 CONFIGURE_FLAGS = --cache-file=$(cache_file)
72 CC=@CC@
73 CFLAGS=@CFLAGS@
74 LDFLAGS=@LDFLAGS@
75 CPPFLAGS=@CPPFLAGS@
76 EXEEXT=@EXEEXT@
78 ### These help us choose version- and architecture-specific directories
79 ### to install files in.
81 ### This should be the number of the Emacs version we're building,
82 ### like `18.59' or `19.0'.
83 version=@version@
85 ### This should be the name of the configuration we're building Emacs
86 ### for, like `mips-dec-ultrix' or `sparc-sun-sunos'.
87 configuration=@configuration@
89 # ==================== Where To Install Things ====================
91 # Location to install Emacs.app under GNUstep / Mac OS X.
92 # Later values may use these.
93 ns_appbindir=@ns_appbindir@
94 ns_appresdir=@ns_appresdir@
95 # Either yes or no depending on whether this is a relocatable Emacs.app.
96 ns_self_contained=@ns_self_contained@
98 # The default location for installation. Everything is placed in
99 # subdirectories of this directory. The default values for many of
100 # the variables below are expressed in terms of this one, so you may
101 # not need to change them. This defaults to /usr/local.
102 prefix=@prefix@
104 # Like `prefix', but used for architecture-specific files.
105 exec_prefix=@exec_prefix@
107 # Where to install Emacs and other binaries that people will want to
108 # run directly (like etags).
109 bindir=@bindir@
111 # The root of the directory tree for read-only architecture-independent
112 # data files. ${datadir}, ${infodir} and ${mandir} are based on this.
113 datarootdir=@datarootdir@
115 # Where to install architecture-independent data files. ${lispdir}
116 # and ${etcdir} are subdirectories of this.
117 datadir=@datadir@
119 # Where to install and expect the files that Emacs modifies as it
120 # runs. These files are all architecture-independent.
121 # Right now, this is not used.
122 sharedstatedir=@sharedstatedir@
124 # Where to install and expect executable files to be run by Emacs
125 # rather than directly by users (and other architecture-dependent
126 # data, although Emacs does not have any). The executables
127 # are actually installed in ${archlibdir}, which is (normally)
128 # a subdirectory of this.
129 libexecdir=@libexecdir@
131 # Where to install Emacs's man pages.
132 # Note they contain cross-references that expect them to be in section 1.
133 mandir=@mandir@
134 man1dir=$(mandir)/man1
136 # Where to install and expect the info files describing Emacs.
137 infodir=@infodir@
138 # Info files not in the doc/misc directory (we get those via make echo-info).
139 INFO_EXT=@INFO_EXT@
140 INFO_NONMISC=emacs$(INFO_EXT) eintr$(INFO_EXT) elisp$(INFO_EXT)
142 # If no makeinfo was found and configured --without-makeinfo, "no"; else "yes".
143 HAVE_MAKEINFO=@HAVE_MAKEINFO@
145 # Directory for local state files for all programs.
146 localstatedir=@localstatedir@
148 # Where to look for bitmap files.
149 bitmapdir=@bitmapdir@
151 # Where to find the source code. The source code for Emacs's C kernel is
152 # expected to be in ${srcdir}/src, and the source code for Emacs's
153 # utility programs is expected to be in ${srcdir}/lib-src. This is
154 # set by the configure script's `--srcdir' option.
156 # We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
157 srcdir=@srcdir@
159 # Where the manpage source files are kept.
160 mansrcdir=$(srcdir)/doc/man
162 # Tell make where to find source files; this is needed for the makefiles.
163 VPATH=@srcdir@
165 # Where to find the application default.
166 x_default_search_path=@x_default_search_path@
168 # Where the etc/emacs.desktop file is to be installed.
169 desktopdir=$(datarootdir)/applications
171 # Where the etc/images/icons/hicolor directory is to be installed.
172 icondir=$(datarootdir)/icons
174 # The source directory for the icon files.
175 iconsrcdir=$(srcdir)/etc/images/icons
177 # ==================== Emacs-specific directories ====================
179 # These variables hold the values Emacs will actually use. They are
180 # based on the values of the standard Make variables above.
182 # Where to install the lisp, leim files distributed with
183 # Emacs. This includes the Emacs version, so that the
184 # lisp files for different versions of Emacs will install
185 # themselves in separate directories.
186 lispdir=@lispdir@
187 leimdir=@leimdir@
189 # Directories Emacs should search for lisp files specific
190 # to this site (i.e. customizations), before consulting
191 # ${lispdir}. This should be a colon-separated list of
192 # directories.
193 locallisppath=@locallisppath@
195 # Where Emacs will search to find its lisp files. Before
196 # changing this, check to see if your purpose wouldn't
197 # better be served by changing locallisppath. This
198 # should be a colon-separated list of directories.
199 lisppath=@lisppath@
201 # Where Emacs will search for its lisp files while
202 # building. This is only used during the process of
203 # compiling Emacs, to help Emacs find its lisp files
204 # before they've been installed in their final location.
205 # This should be a colon-separated list of directories.
206 # Normally it points to the lisp/ directory in the sources.
207 buildlisppath=${srcdir}/lisp
209 # Where to install the other architecture-independent
210 # data files distributed with Emacs (like the tutorial,
211 # the cookie recipes and the Zippy database). This path
212 # usually contains the Emacs version number, so the data
213 # files for multiple versions of Emacs may be installed
214 # at once.
215 etcdir=@etcdir@
217 # Where to put executables to be run by Emacs rather than
218 # the user. This path usually includes the Emacs version
219 # and configuration name, so that multiple configurations
220 # for multiple versions of Emacs may be installed at
221 # once.
222 archlibdir=@archlibdir@
224 # Where to put the docstring file.
225 docdir=@docdir@
227 # Where to install Emacs game score files.
228 gamedir=@gamedir@
230 # ==================== Utility Programs for the Build ====================
232 # Allow the user to specify the install program.
233 # Note that if the system does not provide a suitable install,
234 # configure will use build-aux/install-sh. Annoyingly, it does
235 # not use an absolute path. So we must take care to always run
236 # INSTALL-type commands from the directory containing the Makefile.
237 # This explains (I think) the cd thisdir seen in several install rules.
238 INSTALL = @INSTALL@
239 INSTALL_PROGRAM = @INSTALL_PROGRAM@
240 INSTALL_DATA = @INSTALL_DATA@
241 INSTALL_INFO = @INSTALL_INFO@
242 # By default, we uphold the dignity of our programs.
243 INSTALL_STRIP =
244 MKDIR_P = @MKDIR_P@
246 # We use gzip to compress installed .el files.
247 GZIP_PROG = @GZIP_PROG@
248 # If non-nil, gzip the installed Info and man pages.
249 GZIP_INFO = @GZIP_INFO@
251 # ============================= Targets ==============================
253 # Program name transformation.
254 TRANSFORM = @program_transform_name@
256 # What emacs should be called when installed.
257 EMACS = `echo emacs${EXEEXT} | sed '$(TRANSFORM)'`
258 EMACSFULL = `echo emacs-${version}${EXEEXT} | sed '$(TRANSFORM)'`
260 # Subdirectories to make recursively.
261 SUBDIR = lib lib-src src lisp leim
263 # The subdir makefiles created by config.status.
264 SUBDIR_MAKEFILES_IN = @SUBDIR_MAKEFILES_IN@
265 SUBDIR_MAKEFILES = `echo $(SUBDIR_MAKEFILES_IN:.in=) | sed 's|$(srcdir)/||g'`
267 # Subdirectories to install, and where they'll go.
268 # lib-src's makefile knows how to install it, so we don't do that here.
269 # Directories that cannot simply be copied, eg info,
270 # are treated separately.
271 # quail appears twice because in out-of-tree builds, it exists twice.
272 COPYDIR = ${srcdir}/etc ${srcdir}/lisp ${srcdir}/leim/ja-dic ${srcdir}/leim/quail leim/quail
273 COPYDESTS = $(DESTDIR)${etcdir} $(DESTDIR)${lispdir} $(DESTDIR)${leimdir}/ja-dic $(DESTDIR)${leimdir}/quail $(DESTDIR)${leimdir}/quail
275 all: ${SUBDIR}
277 removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g'
279 # Generate epaths.h from epaths.in. This target is invoked by `configure'.
280 # See comments in configure.in for why it is done this way, as opposed
281 # to just letting configure generate epaths.h from epaths.in in a
282 # similar way to how Makefile is made from Makefile.in.
283 epaths-force: FRC
284 @(lisppath=`echo ${lisppath} | ${removenullpaths}` ; \
285 buildlisppath=`echo ${buildlisppath} | ${removenullpaths}` ; \
286 x_default_search_path=`echo ${x_default_search_path}`; \
287 gamedir=`echo ${gamedir}`; \
288 sed < ${srcdir}/src/epaths.in > epaths.h.$$$$ \
289 -e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'"$${lisppath}"'";' \
290 -e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'"$${buildlisppath}"'";' \
291 -e 's;\(#.*PATH_EXEC\).*$$;\1 "${archlibdir}";' \
292 -e 's;\(#.*PATH_INFO\).*$$;\1 "${infodir}";' \
293 -e 's;\(#.*PATH_DATA\).*$$;\1 "${etcdir}";' \
294 -e 's;\(#.*PATH_BITMAPS\).*$$;\1 "${bitmapdir}";' \
295 -e 's;\(#.*PATH_X_DEFAULTS\).*$$;\1 "${x_default_search_path}";' \
296 -e 's;\(#.*PATH_GAME\).*$$;\1 "${gamedir}";' \
297 -e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";') && \
298 ${srcdir}/build-aux/move-if-change epaths.h.$$$$ src/epaths.h
300 lib-src src: lib
302 src: lib-src FRC
304 .RECURSIVE: ${SUBDIR}
306 # We need to build `emacs' in `src' to compile the *.elc files in `lisp'
307 # and `leim'.
308 lisp leim: src
310 # These targets should be "${SUBDIR} without `src'".
311 lib lib-src lisp leim: Makefile FRC
312 cd $@ && $(MAKE) all $(MFLAGS) \
313 CC='${CC}' CFLAGS='${CFLAGS}' CPPFLAGS='${CPPFLAGS}' \
314 LDFLAGS='${LDFLAGS}' MAKE='${MAKE}'
316 # Pass to src/Makefile.in an additional BOOTSTRAPEMACS variable which
317 # is either set to bootstrap-emacs (in case bootstrap-emacs has not been
318 # constructed yet) or the empty string (otherwise).
319 # src/Makefile.in uses it to implement conditional dependencies, so that
320 # files that need bootstrap-emacs to be built do not additionally need
321 # to be kept fresher than bootstrap-emacs. Otherwise changing a single
322 # file src/foo.c forces dumping a new bootstrap-emacs, then re-byte-compiling
323 # all preloaded elisp files, and only then dump the actual src/emacs, which
324 # is not wrong, but is overkill in 99.99% of the cases.
325 src: Makefile FRC
326 boot=bootstrap-emacs$(EXEEXT); \
327 if [ ! -x "src/$$boot" ]; then \
328 cd $@; $(MAKE) all $(MFLAGS) \
329 CC='${CC}' CFLAGS='${CFLAGS}' CPPFLAGS='${CPPFLAGS}' \
330 LDFLAGS='${LDFLAGS}' MAKE='${MAKE}' BOOTSTRAPEMACS="$$boot"; \
332 if [ -r .bzr/checkout/dirstate ]; then \
333 vcswitness="`pwd`/.bzr/checkout/dirstate"; \
334 fi; \
335 cd $@; $(MAKE) all $(MFLAGS) \
336 CC='${CC}' CFLAGS='${CFLAGS}' CPPFLAGS='${CPPFLAGS}' \
337 LDFLAGS='${LDFLAGS}' MAKE='${MAKE}' BOOTSTRAPEMACS="" \
338 VCSWITNESS="$$vcswitness"
340 blessmail: Makefile src FRC
341 cd lib-src && $(MAKE) maybe-blessmail $(MFLAGS) \
342 MAKE='${MAKE}' archlibdir='$(archlibdir)'
344 # We used to have one rule per */Makefile.in, but that leads to race
345 # conditions with parallel makes, so let's assume that the time stamp on
346 # ./Makefile is representative of the time stamp on all the other Makefiles.
347 Makefile: config.status $(srcdir)/src/config.in \
348 $(srcdir)/Makefile.in $(SUBDIR_MAKEFILES_IN)
349 ./config.status
351 # Don't erase config.status if make is interrupted while refreshing it.
352 .PRECIOUS: config.status
354 config.status: ${srcdir}/configure ${srcdir}/lisp/version.el
355 if [ -x ./config.status ]; then \
356 ./config.status --recheck; \
357 else \
358 ./configure $(CONFIGURE_FLAGS); \
361 AUTOCONF_INPUTS = $(srcdir)/configure.in $(srcdir)/aclocal.m4
363 $(srcdir)/configure: $(AUTOCONF_INPUTS)
364 cd ${srcdir} && autoconf
366 ACLOCAL_INPUTS = $(srcdir)/m4/gnulib-comp.m4
367 $(srcdir)/aclocal.m4: $(ACLOCAL_INPUTS)
368 cd $(srcdir) && aclocal -I m4
370 AUTOMAKE_INPUTS = $(srcdir)/aclocal.m4 $(srcdir)/lib/Makefile.am \
371 $(srcdir)/lib/gnulib.mk
372 $(srcdir)/lib/Makefile.in: $(AUTOMAKE_INPUTS)
373 cd $(srcdir) && automake --gnu -a -c lib/Makefile
374 am--refresh: $(srcdir)/aclocal.m4 $(srcdir)/configure $(srcdir)/src/config.in
375 .PHONY: am--refresh
377 $(srcdir)/src/config.in: $(srcdir)/src/stamp-h.in
378 @ # Usually, there's no need to rebuild src/config.in just
379 @ # because stamp-h.in has changed (since building stamp-h.in
380 @ # refreshes config.in as well), but if config.in is missing
381 @ # then we really need to do something more.
382 [ -r "$@" ] || ( cd ${srcdir} && autoheader )
383 $(srcdir)/src/stamp-h.in: $(AUTOCONF_INPUTS)
384 cd ${srcdir} && autoheader
385 rm -f $(srcdir)/src/stamp-h.in
386 echo timestamp > $(srcdir)/src/stamp-h.in
388 # ==================== Installation ====================
390 ## If we let lib-src do its own installation, that means we
391 ## don't have to duplicate the list of utilities to install in
392 ## this Makefile as well.
394 .PHONY: install
396 install: all install-arch-indep install-doc install-arch-dep blessmail
397 @true
399 ## Ensure that $subdir contains a subdirs.el file.
400 ## Here and elsewhere, we set the umask so that any created files are
401 ## world-readable.
402 ## TODO it might be good to warn about non-standard permissions of
403 ## pre-existing directories, but that does not seem easy.
404 write_subdir=if [ -f $${subdir}/subdirs.el ]; \
405 then true; \
406 else \
407 umask 022; \
408 ${MKDIR_P} $${subdir}; \
409 (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \
410 echo " (normal-top-level-add-subdirs-to-load-path))") \
411 > $${subdir}/subdirs.el; \
414 ### Install the executables that were compiled specifically for this machine.
415 ### We do install-arch-indep first because the executable needs the
416 ### Lisp files and DOC file to work properly.
417 install-arch-dep: install-arch-indep install-doc
418 umask 022; ${MKDIR_P} $(DESTDIR)${bindir}
419 cd lib-src && \
420 $(MAKE) install $(MFLAGS) prefix=${prefix} \
421 exec_prefix=${exec_prefix} bindir=${bindir} \
422 libexecdir=${libexecdir} archlibdir=${archlibdir} \
423 INSTALL_STRIP=${INSTALL_STRIP}
424 if test "${ns_self_contained}" = "no"; then \
425 ${INSTALL_PROGRAM} $(INSTALL_STRIP) src/emacs${EXEEXT} $(DESTDIR)${bindir}/$(EMACSFULL) || exit 1 ; \
426 chmod 1755 $(DESTDIR)${bindir}/$(EMACSFULL) ; \
427 rm -f $(DESTDIR)${bindir}/$(EMACS) ; \
428 ln $(DESTDIR)${bindir}/$(EMACSFULL) $(DESTDIR)${bindir}/$(EMACS) || true ; \
429 else \
430 subdir=${ns_appresdir}/site-lisp; \
431 ${write_subdir} || exit 1; \
432 rm -rf ${ns_appresdir}/share; \
435 ## In the share directory, we are deleting:
436 ## applications (with emacs.desktop, also found in etc/)
437 ## emacs (basically empty except for unneeded site-lisp directories)
438 ## icons (duplicates etc/images/icons/hicolor)
440 ## This is install-etc for everything except self-contained-ns builds.
441 ## For them, it is empty.
442 INSTALL_ARCH_INDEP_EXTRA = @INSTALL_ARCH_INDEP_EXTRA@
444 ## http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01672.html
445 ## Needs to be the user running install, so configure can't set it.
446 set_installuser=for installuser in $${LOGNAME} $${USERNAME} $${USER} \
447 `id -un 2> /dev/null`; do \
448 [ -n "$${installuser}" ] && break ; \
449 done
451 ### Install the files that are machine-independent.
452 ### Most of them come straight from the distribution; the exception is
453 ### the DOC file, which is copied from the build directory.
455 ## We delete each directory in ${COPYDESTS} before we copy into it;
456 ## that way, we can reinstall over directories that have been put in
457 ## place with their files read-only (perhaps because they are checked
458 ## into RCS). In order to make this safe, we make sure that the
459 ## source exists and is distinct from the destination.
461 ## We delete etc/DOC* because there may be irrelevant DOC files from
462 ## other builds in the source directory. This is ok because we just
463 ## deleted the entire installed etc/ directory and recreated it.
464 ## install-doc installs the relevant DOC.
466 ## Note that the Makefiles in the etc directory are potentially useful
467 ## in an installed Emacs, so should not be excluded.
469 ## I'm not sure creating locallisppath here serves any useful purpose.
470 ## If it has the default value, then the later write_subdir commands
471 ## will ensure all these components exist.
472 ## This will only do something if locallisppath has a non-standard value.
473 ## Is it really Emacs's job to create those directories?
474 ## Should we also be ensuring they contain subdirs.el files?
475 ## It would be easy to do, just use write_subdir.
477 ## Note that we use tar instead of plain old cp -R/-r because the latter
478 ## is apparently not portable (even in 2012!).
479 ## http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00278.html
480 ## I have no idea which platforms Emacs supports where cp -R does not
481 ## work correctly, and therefore no idea when tar can be replaced.
482 ## See also these comments from 2004 about cp -r working fine:
483 ## http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00005.html
484 install-arch-indep: install-info install-man ${INSTALL_ARCH_INDEP_EXTRA}
485 umask 022 ; \
486 $(MKDIR_P) $(DESTDIR)`echo ${locallisppath} | sed 's,:, $(DESTDIR),g'`
487 -set ${COPYDESTS} ; \
488 unset CDPATH; \
489 $(set_installuser); \
490 for dir in ${COPYDIR} ; do \
491 [ -d $${dir} ] || exit 1 ; \
492 dest=$$1 ; shift ; \
493 [ -d $${dest} ] && \
494 [ `cd $${dest} && /bin/pwd` = `cd $${dir} && /bin/pwd` ] && \
495 continue ; \
496 if [ "$${dir}" = "leim/quail" ]; then \
497 [ `cd $${dir} && /bin/pwd` = `cd ${srcdir}/leim/quail && /bin/pwd` ] && \
498 continue ; \
499 else \
500 rm -rf $${dest} ; \
501 umask 022; ${MKDIR_P} $${dest} ; \
502 fi ; \
503 echo "Copying $${dir} to $${dest}..." ; \
504 (cd $${dir}; tar -chf - . ) \
505 | (cd $${dest}; umask 022; \
506 tar -xvf - && cat > /dev/null) || exit 1; \
507 [ "$${dir}" != "${srcdir}/etc" ] || rm -f $${dest}/DOC* ; \
508 for subdir in `find $${dest} -type d -print` ; do \
509 rm -f $${subdir}/.gitignore ; \
510 rm -f $${subdir}/.arch-inventory ; \
511 rm -f $${subdir}/.DS_Store ; \
512 rm -f $${subdir}/\#* ; \
513 rm -f $${subdir}/.\#* ; \
514 rm -f $${subdir}/*~ ; \
515 rm -f $${subdir}/*.orig ; \
516 rm -f $${subdir}/ChangeLog* ; \
517 [ "$${dir}" != "${srcdir}/etc" ] && \
518 rm -f $${subdir}/[mM]akefile*[.-]in $${subdir}/[mM]akefile ; \
519 done ; \
520 find $${dest} -exec chown $${installuser} {} ';' ;\
521 done
522 -rm -f $(DESTDIR)${leimdir}/leim-list.el
523 ${INSTALL_DATA} leim/leim-list.el $(DESTDIR)${leimdir}/leim-list.el
524 -rm -f $(DESTDIR)${lispdir}/subdirs.el
525 umask 022; $(srcdir)/build-aux/update-subdirs $(DESTDIR)${lispdir}
526 subdir=$(DESTDIR)${datadir}/emacs/${version}/site-lisp ; \
527 ${write_subdir}
528 subdir=$(DESTDIR)${datadir}/emacs/site-lisp ; \
529 ${write_subdir} || true
530 [ -z "${GZIP_PROG}" ] || \
531 ( echo "Compressing *.el ..." ; \
532 unset CDPATH; \
533 thisdir=`/bin/pwd`; \
534 for dir in $(DESTDIR)${lispdir} $(DESTDIR)${leimdir}; do \
535 cd $${thisdir} ; \
536 cd $${dir} || exit 1 ; \
537 for f in `find . -name "*.elc" -print`; do \
538 ${GZIP_PROG} -9n `echo $$f|sed 's/.elc$$/.el/'` ; \
539 done ; \
540 done )
541 -chmod -R a+r $(DESTDIR)${datadir}/emacs/${version} ${COPYDESTS}
543 # The last chmod isn't needed at present.
545 ## We install only the relevant DOC file if possible
546 ## (ie DOC-${version}.buildnumber), otherwise DOC-${version}*.
547 ## (Note "otherwise" is inaccurate since 2009-08-23.)
549 ## Note that install-arch-indep deletes and recreates the entire
550 ## installed etc/ directory, so we need it to run before this does.
551 install-doc: install-arch-indep
552 -unset CDPATH; \
553 umask 022; ${MKDIR_P} $(DESTDIR)${docdir} ; \
554 if [ `cd ./etc; /bin/pwd` != `cd $(DESTDIR)${docdir}; /bin/pwd` ]; \
555 then \
556 fullversion=`./src/emacs --version | sed -n '1 s/GNU Emacs *//p'`; \
557 if [ -f "./etc/DOC-$${fullversion}" ]; \
558 then \
559 docfile="DOC-$${fullversion}"; \
560 else \
561 docfile="DOC"; \
562 fi; \
563 echo "Copying etc/$${docfile} to $(DESTDIR)${docdir} ..." ; \
564 ${INSTALL_DATA} etc/$${docfile} $(DESTDIR)${docdir}/$${docfile}; \
565 $(set_installuser); \
566 chown $${installuser} $(DESTDIR)${docdir}/$${docfile} || true ; \
567 else true; fi
569 install-info: info
570 umask 022; ${MKDIR_P} $(DESTDIR)${infodir}
571 -unset CDPATH; \
572 thisdir=`/bin/pwd`; \
573 [ `cd ${srcdir}/info && /bin/pwd` = `cd $(DESTDIR)${infodir} && /bin/pwd` ] || \
574 (cd $(DESTDIR)${infodir}; \
575 [ -f dir ] || \
576 (cd $${thisdir}; \
577 ${INSTALL_DATA} ${srcdir}/info/dir $(DESTDIR)${infodir}/dir) ; \
578 info_misc=`cd $${thisdir}/doc/misc; ${MAKE} echo-info | sed '/ing directory/d'`; \
579 cd ${srcdir}/info ; \
580 for elt in ${INFO_NONMISC} $${info_misc}; do \
581 test "$(HAVE_MAKEINFO)" = "no" && test ! -f $$elt && continue; \
582 for f in `ls $$elt $$elt-[1-9] $$elt-[1-9][0-9] 2>/dev/null`; do \
583 (cd $${thisdir}; \
584 ${INSTALL_DATA} ${srcdir}/info/$$f $(DESTDIR)${infodir}/$$f); \
585 ( [ -n "${GZIP_INFO}" ] && [ -n "${GZIP_PROG}" ] ) || continue ; \
586 rm -f $(DESTDIR)${infodir}/$$f.gz; \
587 ${GZIP_PROG} -9n $(DESTDIR)${infodir}/$$f; \
588 done; \
589 (cd $${thisdir}; \
590 ${INSTALL_INFO} --info-dir=$(DESTDIR)${infodir} $(DESTDIR)${infodir}/$$elt); \
591 done)
593 install-man:
594 umask 022; ${MKDIR_P} $(DESTDIR)${man1dir}
595 thisdir=`/bin/pwd`; \
596 cd ${mansrcdir}; \
597 for page in *.1; do \
598 (cd $${thisdir}; \
599 ${INSTALL_DATA} ${mansrcdir}/$${page} $(DESTDIR)${man1dir}/$${page}); \
600 ( [ -n "${GZIP_INFO}" ] && [ -n "${GZIP_PROG}" ] ) || continue ; \
601 rm -f $(DESTDIR)${man1dir}/$${page}.gz; \
602 ${GZIP_PROG} -9n $(DESTDIR)${man1dir}/$${page}; \
603 done
605 ## Install those items from etc/ that need to end up elsewhere.
606 install-etc:
607 umask 022; ${MKDIR_P} $(DESTDIR)${desktopdir}
608 ${INSTALL_DATA} ${srcdir}/etc/emacs.desktop \
609 $(DESTDIR)${desktopdir}/emacs.desktop
610 thisdir=`/bin/pwd`; \
611 cd ${iconsrcdir} || exit 1; umask 022 ; \
612 for dir in */*/apps */*/mimetypes; do \
613 [ -d $${dir} ] || continue ; \
614 ( cd $${thisdir}; ${MKDIR_P} $(DESTDIR)${icondir}/$${dir} ) ; \
615 for icon in $${dir}/*.*; do \
616 [ -r $${icon} ] || continue ; \
617 ( cd $${thisdir}; \
618 ${INSTALL_DATA} ${iconsrcdir}/$${icon} $(DESTDIR)${icondir}/$${icon} ) \
619 || exit 1; \
620 done ; \
621 done
623 ### Build Emacs and install it, stripping binaries while installing them.
624 install-strip:
625 $(MAKE) $(MFLAGS) INSTALL_STRIP=-s install
627 ### Delete all the installed files that the `install' target would
628 ### create (but not the noninstalled files such as `make all' would create).
630 ### Don't delete the lisp and etc directories if they're in the source tree.
631 uninstall:
632 cd lib-src && \
633 $(MAKE) $(MFLAGS) uninstall \
634 prefix=${prefix} exec_prefix=${exec_prefix} \
635 bindir=${bindir} libexecdir=${libexecdir} archlibdir=${archlibdir}
636 -unset CDPATH; \
637 for dir in $(DESTDIR)${lispdir} $(DESTDIR)${etcdir} ; do \
638 if [ -d $${dir} ]; then \
639 case `cd $${dir} ; /bin/pwd` in \
640 `cd ${srcdir} ; /bin/pwd`* ) ;; \
641 * ) rm -rf $${dir} ;; \
642 esac ; \
643 case $${dir} in \
644 $(DESTDIR)${datadir}/emacs/${version}/* ) \
645 rm -rf $(DESTDIR)${datadir}/emacs/${version} \
646 ;; \
647 esac ; \
648 fi ; \
649 done
650 -rm -rf $(DESTDIR)${libexecdir}/emacs/${version}
651 thisdir=`/bin/pwd`; \
652 (info_misc=`cd doc/misc; ${MAKE} echo-info | sed '/ing directory/d'`; \
653 cd $(DESTDIR)${infodir} && \
654 for elt in ${INFO_NONMISC} $${info_misc}; do \
655 (cd $${thisdir}; \
656 $(INSTALL_INFO) --remove --info-dir=$(DESTDIR)${infodir} $(DESTDIR)${infodir}/$$elt); \
657 if [ -n "${GZIP_INFO}" ] && [ -n "${GZIP_PROG}" ]; then \
658 ext=.gz; else ext=; fi; \
659 rm -f $$elt$$ext $$elt-[1-9]$$ext $$elt-[1-9][0-9]$$ext; \
660 done;)
661 (if [ -n "${GZIP_INFO}" ] && [ -n "${GZIP_PROG}" ]; then \
662 ext=.gz; else ext=; fi; \
663 cd ${mansrcdir} && for page in *.1; do \
664 rm -f $(DESTDIR)${man1dir}/$$page$$ext; done )
665 (cd $(DESTDIR)${bindir} && rm -f $(EMACSFULL) $(EMACS))
666 (cd $(DESTDIR)${icondir} && rm -f hicolor/*x*/apps/emacs.png hicolor/*x*/apps/emacs22.png hicolor/scalable/apps/emacs.svg hicolor/scalable/mimetypes/emacs-document.svg )
667 -rm -f $(DESTDIR)${desktopdir}/emacs.desktop
668 for file in snake-scores tetris-scores; do \
669 file=$(DESTDIR)${gamedir}/$${file}; \
670 [ -s $${file} ] || rm -f $$file; \
671 done
673 FRC:
675 # ==================== Cleaning up and miscellanea ====================
677 .PHONY: mostlyclean clean distclean maintainer-clean extraclean
679 ### `mostlyclean'
680 ### Like `clean', but may refrain from deleting a few files that people
681 ### normally don't want to recompile. For example, the `mostlyclean'
682 ### target for GCC does not delete `libgcc.a', because recompiling it
683 ### is rarely necessary and takes a lot of time.
684 mostlyclean: FRC
685 (cd src; $(MAKE) $(MFLAGS) mostlyclean)
686 (cd oldXMenu; $(MAKE) $(MFLAGS) mostlyclean)
687 (cd lwlib; $(MAKE) $(MFLAGS) mostlyclean)
688 (cd lib; $(MAKE) $(MFLAGS) mostlyclean)
689 (cd lib-src; $(MAKE) $(MFLAGS) mostlyclean)
690 -(cd doc/emacs && $(MAKE) $(MFLAGS) mostlyclean)
691 -(cd doc/misc && $(MAKE) $(MFLAGS) mostlyclean)
692 -(cd doc/lispref && $(MAKE) $(MFLAGS) mostlyclean)
693 -(cd doc/lispintro && $(MAKE) $(MFLAGS) mostlyclean)
694 (cd leim; $(MAKE) $(MFLAGS) mostlyclean)
696 ### `clean'
697 ### Delete all files from the current directory that are normally
698 ### created by building the program. Don't delete the files that
699 ### record the configuration. Also preserve files that could be made
700 ### by building, but normally aren't because the distribution comes
701 ### with them.
703 ### Delete `.dvi' files here if they are not part of the distribution.
704 clean: FRC
705 (cd src; $(MAKE) $(MFLAGS) clean)
706 (cd oldXMenu; $(MAKE) $(MFLAGS) clean)
707 (cd lwlib; $(MAKE) $(MFLAGS) clean)
708 (cd lib; $(MAKE) $(MFLAGS) clean)
709 (cd lib-src; $(MAKE) $(MFLAGS) clean)
710 -(cd doc/emacs && $(MAKE) $(MFLAGS) clean)
711 -(cd doc/misc && $(MAKE) $(MFLAGS) clean)
712 -(cd doc/lispref && $(MAKE) $(MFLAGS) clean)
713 -(cd doc/lispintro && $(MAKE) $(MFLAGS) clean)
714 (cd leim; $(MAKE) $(MFLAGS) clean)
716 ### `bootclean'
717 ### Delete all files that need to be remade for a clean bootstrap.
718 top_bootclean=\
719 rm -f config.cache config.log
720 ### `distclean'
721 ### Delete all files from the current directory that are created by
722 ### configuring or building the program. If you have unpacked the
723 ### source and built the program without creating any other files,
724 ### `make distclean' should leave only the files that were in the
725 ### distribution.
726 top_distclean=\
727 ${top_bootclean}; \
728 rm -f config.status config.log~ Makefile stamp-h1 ${SUBDIR_MAKEFILES}
729 distclean: FRC
730 (cd src; $(MAKE) $(MFLAGS) distclean)
731 (cd oldXMenu; $(MAKE) $(MFLAGS) distclean)
732 (cd lwlib; $(MAKE) $(MFLAGS) distclean)
733 (cd lib; $(MAKE) $(MFLAGS) distclean)
734 (cd lib-src; $(MAKE) $(MFLAGS) distclean)
735 (cd doc/emacs && $(MAKE) $(MFLAGS) distclean)
736 (cd doc/misc && $(MAKE) $(MFLAGS) distclean)
737 (cd doc/lispref && $(MAKE) $(MFLAGS) distclean)
738 (cd doc/lispintro && $(MAKE) $(MFLAGS) distclean)
739 (cd leim; $(MAKE) $(MFLAGS) distclean)
740 (cd lisp; $(MAKE) $(MFLAGS) distclean)
741 ${top_distclean}
743 ### `bootstrap-clean'
744 ### Delete everything that can be reconstructed by `make' and that
745 ### needs to be deleted in order to force a bootstrap from a clean state.
746 bootstrap-clean: FRC
747 (cd src; $(MAKE) $(MFLAGS) bootstrap-clean)
748 (cd oldXMenu; $(MAKE) $(MFLAGS) maintainer-clean)
749 (cd lwlib; $(MAKE) $(MFLAGS) maintainer-clean)
750 (cd lib; $(MAKE) $(MFLAGS) maintainer-clean)
751 (cd lib-src; $(MAKE) $(MFLAGS) maintainer-clean)
752 -(cd doc/emacs && $(MAKE) $(MFLAGS) maintainer-clean)
753 -(cd doc/misc && $(MAKE) $(MFLAGS) maintainer-clean)
754 -(cd doc/lispref && $(MAKE) $(MFLAGS) maintainer-clean)
755 -(cd doc/lispintro && $(MAKE) $(MFLAGS) maintainer-clean)
756 (cd leim; $(MAKE) $(MFLAGS) maintainer-clean)
757 (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)
758 [ ! -f config.log ] || mv -f config.log config.log~
759 ${top_bootclean}
760 ## configure; make bootstrap replaces the real config.log from configure
761 ## with the truncated one from config.status. The former is more useful.
763 ### `maintainer-clean'
764 ### Delete everything from the current directory that can be
765 ### reconstructed with this Makefile. This typically includes
766 ### everything deleted by distclean, plus more: C source files
767 ### produced by Bison, tags tables, info files, and so on.
769 ### One exception, however: `make maintainer-clean' should not delete
770 ### `configure' even if `configure' can be remade using a rule in the
771 ### Makefile. More generally, `make maintainer-clean' should not delete
772 ### anything that needs to exist in order to run `configure' and then
773 ### begin to build the program.
774 top_maintainer_clean=\
775 ${top_distclean}; \
776 rm -fr autom4te.cache
777 maintainer-clean: bootstrap-clean FRC
778 (cd src; $(MAKE) $(MFLAGS) maintainer-clean)
779 (cd lisp; $(MAKE) $(MFLAGS) maintainer-clean)
780 ${top_maintainer_clean}
782 ### This doesn't actually appear in the coding standards, but Karl
783 ### says GCC supports it, and that's where the configuration part of
784 ### the coding standards seem to come from. It's like distclean, but
785 ### it deletes backup and autosave files too.
786 extraclean:
787 for i in ${SUBDIR}; do (cd $$i; $(MAKE) $(MFLAGS) extraclean); done
788 ${top_maintainer_clean}
789 -rm -f config-tmp-*
790 -rm -f *~ \#*
792 # The src subdir knows how to do the right thing
793 # even when the build directory and source dir are different.
794 TAGS tags: lib lib-src src
795 cd src; $(MAKE) $(MFLAGS) tags
797 check:
798 @if test ! -d test/automated; then \
799 echo "You do not seem to have the test/ directory."; \
800 echo "Maybe you are using a release tarfile, rather than a repository checkout."; \
801 else \
802 cd test/automated && $(MAKE) $(MFLAGS) check; \
805 dist:
806 cd ${srcdir}; ./make-dist
808 .PHONY: info dvi dist check html
810 info-real:
811 (cd doc/emacs; $(MAKE) $(MFLAGS) info)
812 (cd doc/misc; $(MAKE) $(MFLAGS) info)
813 (cd doc/lispref; $(MAKE) $(MFLAGS) info)
814 (cd doc/lispintro; $(MAKE) $(MFLAGS) info)
816 force-info:
817 # Note that man/Makefile knows how to put the info files in $(srcdir),
818 # so we can do ok running make in the build dir.
819 # This used to have a clause that exited with an error if MAKEINFO = no.
820 # But it is inappropriate to do so without checking if makeinfo is
821 # actually needed - it is not if the info files are up-to-date. (Bug#3982)
822 # Only the doc/*/Makefiles can decide that, so we let those rules run
823 # and give a standard error if makeinfo is needed but missing.
824 # While it would be nice to give a more detailed error message, that
825 # would require changing every rule in doc/ that builds an info file,
826 # and it's not worth it. This case is only relevant if you download a
827 # release, then change the .texi files.
828 info: force-info
829 @if test "$(HAVE_MAKEINFO)" = "no"; then \
830 echo "Configured --without-makeinfo, not building manuals" ; \
831 else \
832 $(MAKE) $(MFLAGS) info-real ; \
835 # The info/dir file must be updated by hand when new manuals are added.
836 check-info-dir: info
837 cd info ; \
838 missing= ; \
839 for file in *; do \
840 test -f "$${file}" || continue ; \
841 case $${file} in \
842 *-[0-9]*|COPYING|dir) continue ;; \
843 esac ; \
844 file=`echo $${file} | sed 's/\.info//'` ; \
845 grep -q -F ": ($${file})." dir || missing="$${missing} $${file}" ; \
846 done ; \
847 if test -n "$${missing}"; then \
848 echo "Missing info/dir entries: $${missing}" ; \
849 exit 1 ; \
850 fi ; \
851 echo "info/dir is OK"
853 dvi:
854 (cd doc/emacs; $(MAKE) $(MFLAGS) dvi)
855 (cd doc/misc; $(MAKE) $(MFLAGS) dvi)
856 (cd doc/lispref; $(MAKE) $(MFLAGS) elisp.dvi)
857 (cd doc/lispintro; $(MAKE) $(MFLAGS) emacs-lisp-intro.dvi)
859 #### Bootstrapping.
861 ### This first cleans the lisp subdirectory, removing all compiled
862 ### Lisp files. Then re-run make to build all the files anew.
864 .PHONY: bootstrap
866 ## configure; make bootstrap replaces the real config.log from configure
867 ## with the truncated one from config.status. The former is more useful.
868 bootstrap: bootstrap-clean FRC
869 if [ -x ./config.status ]; then \
870 ./config.status; \
871 else \
872 ./configure $(CONFIGURE_FLAGS); \
874 $(MAKE) $(MFLAGS) info all
876 .PHONY: check-declare
878 check-declare:
879 @if [ ! -f $(srcdir)/src/emacs ]; then \
880 echo "You must build Emacs to use this command"; \
881 exit 1; \
883 (cd leim; $(MAKE) $(MFLAGS) $@)
884 (cd lisp; $(MAKE) $(MFLAGS) $@)