Add an additional key ? for describe-prefix-bindings
[bpt/emacs.git] / Makefile.in
CommitLineData
067d23c9
KY
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.
4
ab422c4d 5# Copyright (C) 1992-2013 Free Software Foundation, Inc.
067d23c9
KY
6
7# This file is part of GNU Emacs.
8
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.
13
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.
18
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/>.
21
22### Commentary:
23
24# make all to compile and build Emacs.
25# make install to install it.
26# make TAGS to update tags tables.
27#
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.
34#
35# Delete `.dvi' files here if they are not part of the distribution.
36#
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.
43#
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.
50#
51# make extraclean
52# Still more severe - delete backup and autosave files, too.
53#
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.
b59a2e9e
PE
57#
58# make docs
59# Make Emacs documentation files from their sources; requires makeinfo.
067d23c9
KY
60
61SHELL = /bin/sh
62
63# This may not work with certain non-GNU make's. It only matters when
64# inheriting a CDPATH not starting with the current directory.
65CDPATH=
66
67# If Make doesn't predefine MAKE, set it here.
68@SET_MAKE@
69
4c9a1377
PE
70# Prevent submakes from outputting "Entering directory ..." and
71# "Leaving directory..." diagnostics that would mess up 'make echo-info'.
72QUIET_SUBMAKE = MAKELEVEL=0
73
067d23c9
KY
74# ==================== Things `configure' Might Edit ====================
75
6c269a38 76cache_file = @cache_file@
501390c5 77CONFIGURE_FLAGS = --cache-file=$(cache_file)
6c269a38 78
067d23c9
KY
79CC=@CC@
80CFLAGS=@CFLAGS@
81LDFLAGS=@LDFLAGS@
82CPPFLAGS=@CPPFLAGS@
83EXEEXT=@EXEEXT@
067d23c9
KY
84
85### These help us choose version- and architecture-specific directories
86### to install files in.
87
88### This should be the number of the Emacs version we're building,
89### like `18.59' or `19.0'.
90version=@version@
91
92### This should be the name of the configuration we're building Emacs
93### for, like `mips-dec-ultrix' or `sparc-sun-sunos'.
94configuration=@configuration@
95
96# ==================== Where To Install Things ====================
97
3a4155de
GM
98# Location to install Emacs.app under GNUstep / Mac OS X.
99# Later values may use these.
100ns_appbindir=@ns_appbindir@
101ns_appresdir=@ns_appresdir@
b4a36200
GM
102# Either yes or no depending on whether this is a relocatable Emacs.app.
103ns_self_contained=@ns_self_contained@
3a4155de 104
067d23c9
KY
105# The default location for installation. Everything is placed in
106# subdirectories of this directory. The default values for many of
107# the variables below are expressed in terms of this one, so you may
108# not need to change them. This defaults to /usr/local.
109prefix=@prefix@
110
111# Like `prefix', but used for architecture-specific files.
112exec_prefix=@exec_prefix@
113
114# Where to install Emacs and other binaries that people will want to
115# run directly (like etags).
116bindir=@bindir@
117
118# The root of the directory tree for read-only architecture-independent
119# data files. ${datadir}, ${infodir} and ${mandir} are based on this.
120datarootdir=@datarootdir@
121
122# Where to install architecture-independent data files. ${lispdir}
123# and ${etcdir} are subdirectories of this.
124datadir=@datadir@
125
126# Where to install and expect the files that Emacs modifies as it
127# runs. These files are all architecture-independent.
128# Right now, this is not used.
129sharedstatedir=@sharedstatedir@
130
131# Where to install and expect executable files to be run by Emacs
3a4155de
GM
132# rather than directly by users (and other architecture-dependent
133# data, although Emacs does not have any). The executables
134# are actually installed in ${archlibdir}, which is (normally)
135# a subdirectory of this.
067d23c9
KY
136libexecdir=@libexecdir@
137
138# Where to install Emacs's man pages.
ab1121bd 139# Note they contain cross-references that expect them to be in section 1.
067d23c9
KY
140mandir=@mandir@
141man1dir=$(mandir)/man1
067d23c9 142
9aa071df 143# Where to install and expect the info files describing Emacs.
067d23c9 144infodir=@infodir@
9aa071df 145# Info files not in the doc/misc directory (we get those via make echo-info).
8045b906
GM
146INFO_EXT=@INFO_EXT@
147INFO_NONMISC=emacs$(INFO_EXT) eintr$(INFO_EXT) elisp$(INFO_EXT)
067d23c9 148
e5365138
GM
149# If no makeinfo was found and configured --without-makeinfo, "no"; else "yes".
150HAVE_MAKEINFO=@HAVE_MAKEINFO@
151
067d23c9
KY
152# Directory for local state files for all programs.
153localstatedir=@localstatedir@
154
155# Where to look for bitmap files.
156bitmapdir=@bitmapdir@
157
158# Where to find the source code. The source code for Emacs's C kernel is
159# expected to be in ${srcdir}/src, and the source code for Emacs's
160# utility programs is expected to be in ${srcdir}/lib-src. This is
161# set by the configure script's `--srcdir' option.
162
163# We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
164srcdir=@srcdir@
165
166# Where the manpage source files are kept.
167mansrcdir=$(srcdir)/doc/man
168
169# Tell make where to find source files; this is needed for the makefiles.
170VPATH=@srcdir@
171
172# Where to find the application default.
173x_default_search_path=@x_default_search_path@
174
067d23c9
KY
175# Where the etc/emacs.desktop file is to be installed.
176desktopdir=$(datarootdir)/applications
177
178# Where the etc/images/icons/hicolor directory is to be installed.
179icondir=$(datarootdir)/icons
180
181# The source directory for the icon files.
182iconsrcdir=$(srcdir)/etc/images/icons
183
184# ==================== Emacs-specific directories ====================
185
186# These variables hold the values Emacs will actually use. They are
187# based on the values of the standard Make variables above.
188
d10cfddd 189# Where to install the lisp, leim files distributed with
067d23c9
KY
190# Emacs. This includes the Emacs version, so that the
191# lisp files for different versions of Emacs will install
192# themselves in separate directories.
193lispdir=@lispdir@
d10cfddd 194leimdir=@leimdir@
067d23c9 195
ca26824c
GM
196# Directories Emacs should search for standard lisp files.
197# The default is ${lispdir}:${leimdir}.
198standardlisppath=@standardlisppath@
199
200# Directories Emacs should search for lisp files specific to this
201# site (i.e. customizations), before consulting ${standardlisppath}.
202# This should be a colon-separated list of directories.
067d23c9
KY
203locallisppath=@locallisppath@
204
205# Where Emacs will search to find its lisp files. Before
206# changing this, check to see if your purpose wouldn't
207# better be served by changing locallisppath. This
208# should be a colon-separated list of directories.
ca26824c 209# The default is ${locallisppath}:${standardlisppath}.
067d23c9
KY
210lisppath=@lisppath@
211
212# Where Emacs will search for its lisp files while
213# building. This is only used during the process of
214# compiling Emacs, to help Emacs find its lisp files
215# before they've been installed in their final location.
5b43da69
GM
216# This should be a colon-separated list of directories.
217# Normally it points to the lisp/ directory in the sources.
067d23c9
KY
218buildlisppath=${srcdir}/lisp
219
220# Where to install the other architecture-independent
221# data files distributed with Emacs (like the tutorial,
222# the cookie recipes and the Zippy database). This path
223# usually contains the Emacs version number, so the data
224# files for multiple versions of Emacs may be installed
225# at once.
226etcdir=@etcdir@
227
228# Where to put executables to be run by Emacs rather than
229# the user. This path usually includes the Emacs version
230# and configuration name, so that multiple configurations
231# for multiple versions of Emacs may be installed at
232# once.
233archlibdir=@archlibdir@
234
235# Where to put the docstring file.
236docdir=@docdir@
237
238# Where to install Emacs game score files.
239gamedir=@gamedir@
240
241# ==================== Utility Programs for the Build ====================
242
243# Allow the user to specify the install program.
a36e64d0
GM
244# Note that if the system does not provide a suitable install,
245# configure will use build-aux/install-sh. Annoyingly, it does
246# not use an absolute path. So we must take care to always run
3fe7cdc8 247# INSTALL-type commands from the directory containing the Makefile.
a36e64d0 248# This explains (I think) the cd thisdir seen in several install rules.
067d23c9
KY
249INSTALL = @INSTALL@
250INSTALL_PROGRAM = @INSTALL_PROGRAM@
251INSTALL_DATA = @INSTALL_DATA@
252INSTALL_INFO = @INSTALL_INFO@
253# By default, we uphold the dignity of our programs.
254INSTALL_STRIP =
3fe7cdc8 255MKDIR_P = @MKDIR_P@
9aa0092c 256LN_S = @LN_S@
067d23c9
KY
257
258# We use gzip to compress installed .el files.
259GZIP_PROG = @GZIP_PROG@
260# If non-nil, gzip the installed Info and man pages.
261GZIP_INFO = @GZIP_INFO@
262
263# ============================= Targets ==============================
264
265# Program name transformation.
266TRANSFORM = @program_transform_name@
267
268# What emacs should be called when installed.
59696ae0
GM
269EMACS_NAME = `echo emacs | sed '$(TRANSFORM)'`
270EMACS = ${EMACS_NAME}${EXEEXT}
eeced60b 271EMACSFULL = `echo emacs-${version} | sed '$(TRANSFORM)'`${EXEEXT}
067d23c9 272
9192d37d
GM
273# Subdirectories to make recursively.
274SUBDIR = lib lib-src src lisp leim
067d23c9
KY
275
276# The subdir makefiles created by config.status.
70716b1d 277SUBDIR_MAKEFILES_IN = @SUBDIR_MAKEFILES_IN@
cee4acda 278SUBDIR_MAKEFILES = `echo $(SUBDIR_MAKEFILES_IN:.in=) | sed 's|$(srcdir)/||g'`
067d23c9
KY
279
280# Subdirectories to install, and where they'll go.
281# lib-src's makefile knows how to install it, so we don't do that here.
d10cfddd
GM
282# Directories that cannot simply be copied, eg info,
283# are treated separately.
284# quail appears twice because in out-of-tree builds, it exists twice.
285COPYDIR = ${srcdir}/etc ${srcdir}/lisp ${srcdir}/leim/ja-dic ${srcdir}/leim/quail leim/quail
ec21c7f8 286COPYDESTS = $(DESTDIR)${etcdir} $(DESTDIR)${lispdir} $(DESTDIR)${leimdir}/ja-dic $(DESTDIR)${leimdir}/quail $(DESTDIR)${leimdir}/quail
067d23c9 287
9192d37d 288all: ${SUBDIR}
067d23c9 289
0aee6912
PE
290.PHONY: all ${SUBDIR} blessmail epaths-force FRC
291
067d23c9
KY
292removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g'
293
294# Generate epaths.h from epaths.in. This target is invoked by `configure'.
c4444d16 295# See comments in configure.ac for why it is done this way, as opposed
067d23c9
KY
296# to just letting configure generate epaths.h from epaths.in in a
297# similar way to how Makefile is made from Makefile.in.
298epaths-force: FRC
ffd817eb
JD
299 @(standardlisppath=`echo "${standardlisppath}" | ${removenullpaths}` ; \
300 locallisppath=`echo "${locallisppath}" | ${removenullpaths}` ; \
301 buildlisppath=`echo "${buildlisppath}" | ${removenullpaths}` ; \
067d23c9
KY
302 x_default_search_path=`echo ${x_default_search_path}`; \
303 gamedir=`echo ${gamedir}`; \
304 sed < ${srcdir}/src/epaths.in > epaths.h.$$$$ \
ca26824c
GM
305 -e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'"$${standardlisppath}"'";' \
306 -e 's;\(#.*PATH_SITELOADSEARCH\).*$$;\1 "'"$${locallisppath}"'";' \
067d23c9
KY
307 -e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'"$${buildlisppath}"'";' \
308 -e 's;\(#.*PATH_EXEC\).*$$;\1 "${archlibdir}";' \
309 -e 's;\(#.*PATH_INFO\).*$$;\1 "${infodir}";' \
310 -e 's;\(#.*PATH_DATA\).*$$;\1 "${etcdir}";' \
311 -e 's;\(#.*PATH_BITMAPS\).*$$;\1 "${bitmapdir}";' \
312 -e 's;\(#.*PATH_X_DEFAULTS\).*$$;\1 "${x_default_search_path}";' \
313 -e 's;\(#.*PATH_GAME\).*$$;\1 "${gamedir}";' \
dc3e3e7b 314 -e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";') && \
24e0f6b1 315 ${srcdir}/build-aux/move-if-change epaths.h.$$$$ src/epaths.h
067d23c9 316
9a514d4a
PE
317lib-src src: lib
318
067d23c9
KY
319src: lib-src FRC
320
9192d37d
GM
321# We need to build `emacs' in `src' to compile the *.elc files in `lisp'
322# and `leim'.
323lisp leim: src
067d23c9
KY
324
325# These targets should be "${SUBDIR} without `src'".
9192d37d 326lib lib-src lisp leim: Makefile FRC
2e5d41e4 327 cd $@ && $(MAKE) all $(MFLAGS) \
067d23c9
KY
328 CC='${CC}' CFLAGS='${CFLAGS}' CPPFLAGS='${CPPFLAGS}' \
329 LDFLAGS='${LDFLAGS}' MAKE='${MAKE}'
330
331# Pass to src/Makefile.in an additional BOOTSTRAPEMACS variable which
332# is either set to bootstrap-emacs (in case bootstrap-emacs has not been
333# constructed yet) or the empty string (otherwise).
334# src/Makefile.in uses it to implement conditional dependencies, so that
335# files that need bootstrap-emacs to be built do not additionally need
336# to be kept fresher than bootstrap-emacs. Otherwise changing a single
337# file src/foo.c forces dumping a new bootstrap-emacs, then re-byte-compiling
338# all preloaded elisp files, and only then dump the actual src/emacs, which
339# is not wrong, but is overkill in 99.99% of the cases.
340src: Makefile FRC
341 boot=bootstrap-emacs$(EXEEXT); \
342 if [ ! -x "src/$$boot" ]; then \
343 cd $@; $(MAKE) all $(MFLAGS) \
344 CC='${CC}' CFLAGS='${CFLAGS}' CPPFLAGS='${CPPFLAGS}' \
345 LDFLAGS='${LDFLAGS}' MAKE='${MAKE}' BOOTSTRAPEMACS="$$boot"; \
346 fi;
347 if [ -r .bzr/checkout/dirstate ]; then \
4f8c52a9 348 vcswitness="`pwd`/.bzr/checkout/dirstate"; \
067d23c9
KY
349 fi; \
350 cd $@; $(MAKE) all $(MFLAGS) \
351 CC='${CC}' CFLAGS='${CFLAGS}' CPPFLAGS='${CPPFLAGS}' \
352 LDFLAGS='${LDFLAGS}' MAKE='${MAKE}' BOOTSTRAPEMACS="" \
353 VCSWITNESS="$$vcswitness"
354
355blessmail: Makefile src FRC
39078e4a 356 cd lib-src && $(MAKE) maybe-blessmail $(MFLAGS) \
067d23c9
KY
357 MAKE='${MAKE}' archlibdir='$(archlibdir)'
358
359# We used to have one rule per */Makefile.in, but that leads to race
360# conditions with parallel makes, so let's assume that the time stamp on
361# ./Makefile is representative of the time stamp on all the other Makefiles.
8f25abd3
PE
362#
363# config.status overrides MAKEFILE_NAME with a bogus name when creating
364# src/epaths.h, so that 'make epaths-force' does not recursively invoke
365# config.status and overwrite config.status while executing it (Bug#11214).
c462dda8
PE
366#
367# 'make bootstrap' overrides MAKEFILE_NAME to a nonexistent file but
368# then attempts to build that file. This forces 'Makefile', 'lib/Makefile',
369# etc. to be built without running into similar recursion problems.
8f25abd3
PE
370MAKEFILE_NAME = Makefile
371$(MAKEFILE_NAME): config.status $(srcdir)/src/config.in \
90eacf99 372 $(srcdir)/Makefile.in $(SUBDIR_MAKEFILES_IN) $(srcdir)/src/lisp.mk
50bfc824 373 MAKE='$(MAKE)' ./config.status
067d23c9 374
b8b0239f
PE
375# Don't erase these files if make is interrupted while refreshing them.
376.PRECIOUS: Makefile config.status
bfab7d85 377
50bfc824 378config.status: ${srcdir}/configure ${srcdir}/lisp/version.el
bfab7d85
SM
379 if [ -x ./config.status ]; then \
380 ./config.status --recheck; \
381 else \
d3612ac3 382 $(srcdir)/configure $(CONFIGURE_FLAGS); \
bfab7d85 383 fi
067d23c9 384
c4444d16 385AUTOCONF_INPUTS = $(srcdir)/configure.ac $(srcdir)/aclocal.m4
067d23c9
KY
386
387$(srcdir)/configure: $(AUTOCONF_INPUTS)
388 cd ${srcdir} && autoconf
389
501390c5 390ACLOCAL_INPUTS = $(srcdir)/m4/gnulib-comp.m4
9a514d4a
PE
391$(srcdir)/aclocal.m4: $(ACLOCAL_INPUTS)
392 cd $(srcdir) && aclocal -I m4
393
501390c5
PE
394AUTOMAKE_INPUTS = $(srcdir)/aclocal.m4 $(srcdir)/lib/Makefile.am \
395 $(srcdir)/lib/gnulib.mk
9a514d4a
PE
396$(srcdir)/lib/Makefile.in: $(AUTOMAKE_INPUTS)
397 cd $(srcdir) && automake --gnu -a -c lib/Makefile
b8b0239f
PE
398
399# Regenerate files that this makefile would have made, if this makefile
400# had been built by Automake. The name 'am--refresh' is for
401# compatibility with subsidiary Automake-generated makefiles.
925e561d 402am--refresh: $(srcdir)/aclocal.m4 $(srcdir)/configure $(srcdir)/src/config.in
3cbecb8f 403.PHONY: am--refresh
9a514d4a 404
067d23c9
KY
405$(srcdir)/src/config.in: $(srcdir)/src/stamp-h.in
406 @ # Usually, there's no need to rebuild src/config.in just
407 @ # because stamp-h.in has changed (since building stamp-h.in
408 @ # refreshes config.in as well), but if config.in is missing
409 @ # then we really need to do something more.
410 [ -r "$@" ] || ( cd ${srcdir} && autoheader )
411$(srcdir)/src/stamp-h.in: $(AUTOCONF_INPUTS)
412 cd ${srcdir} && autoheader
413 rm -f $(srcdir)/src/stamp-h.in
414 echo timestamp > $(srcdir)/src/stamp-h.in
415
416# ==================== Installation ====================
417
0aee6912
PE
418.PHONY: install install-arch-dep install-arch-indep install-doc install-info
419.PHONY: install-man install-etc install-strip uninstall
420
067d23c9
KY
421## If we let lib-src do its own installation, that means we
422## don't have to duplicate the list of utilities to install in
423## this Makefile as well.
424
bfed8334 425install: all install-arch-indep install-doc install-arch-dep blessmail
067d23c9
KY
426 @true
427
53a84f3c 428## Ensure that $subdir contains a subdirs.el file.
7606c360
GM
429## Here and elsewhere, we set the umask so that any created files are
430## world-readable.
431## TODO it might be good to warn about non-standard permissions of
432## pre-existing directories, but that does not seem easy.
53a84f3c
GM
433write_subdir=if [ -f $${subdir}/subdirs.el ]; \
434 then true; \
435 else \
4c54abe1
GM
436 umask 022; \
437 ${MKDIR_P} $${subdir}; \
53a84f3c
GM
438 (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \
439 echo " (normal-top-level-add-subdirs-to-load-path))") \
440 > $${subdir}/subdirs.el; \
4c54abe1 441 fi
53a84f3c 442
067d23c9 443### Install the executables that were compiled specifically for this machine.
ed0ba302
GM
444### We do install-arch-indep first because the executable needs the
445### Lisp files and DOC file to work properly.
9d9edd4b 446install-arch-dep: src install-arch-indep install-doc
b533f05e 447 umask 022; ${MKDIR_P} $(DESTDIR)${bindir}
39078e4a 448 cd lib-src && \
067d23c9
KY
449 $(MAKE) install $(MFLAGS) prefix=${prefix} \
450 exec_prefix=${exec_prefix} bindir=${bindir} \
451 libexecdir=${libexecdir} archlibdir=${archlibdir} \
39078e4a 452 INSTALL_STRIP=${INSTALL_STRIP}
b4a36200 453 if test "${ns_self_contained}" = "no"; then \
96182ae6 454 ${INSTALL_PROGRAM} $(INSTALL_STRIP) src/emacs${EXEEXT} $(DESTDIR)${bindir}/$(EMACSFULL) || exit 1 ; \
01824657 455 chmod 1755 $(DESTDIR)${bindir}/$(EMACSFULL) || true; \
5af9cb6b
GM
456 if test "x${NO_BIN_LINK}" = x; then \
457 rm -f $(DESTDIR)${bindir}/$(EMACS) ; \
458 cd $(DESTDIR)${bindir} && $(LN_S) $(EMACSFULL) $(EMACS); \
459 fi; \
96182ae6 460 else \
05f3d308 461 subdir=${ns_appresdir}/site-lisp; \
05f3d308
GM
462 ${write_subdir} || exit 1; \
463 rm -rf ${ns_appresdir}/share; \
96182ae6 464 fi
067d23c9 465
05f3d308 466## In the share directory, we are deleting:
660c8c1e
GM
467## applications (with emacs.desktop, also found in etc/)
468## emacs (basically empty except for unneeded site-lisp directories)
05f3d308 469## icons (duplicates etc/images/icons/hicolor)
05f3d308 470
6b3868cb
GM
471## This is install-etc for everything except self-contained-ns builds.
472## For them, it is empty.
473INSTALL_ARCH_INDEP_EXTRA = @INSTALL_ARCH_INDEP_EXTRA@
474
067d23c9
KY
475## http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01672.html
476## Needs to be the user running install, so configure can't set it.
477set_installuser=for installuser in $${LOGNAME} $${USERNAME} $${USER} \
478 `id -un 2> /dev/null`; do \
479 [ -n "$${installuser}" ] && break ; \
480 done
481
482### Install the files that are machine-independent.
29473393
GM
483### Most of them come straight from the distribution; the exception is
484### the DOC file, which is copied from the build directory.
067d23c9 485
7606c360
GM
486## We delete each directory in ${COPYDESTS} before we copy into it;
487## that way, we can reinstall over directories that have been put in
488## place with their files read-only (perhaps because they are checked
489## into RCS). In order to make this safe, we make sure that the
490## source exists and is distinct from the destination.
62061397 491
29473393
GM
492## We delete etc/DOC* because there may be irrelevant DOC files from
493## other builds in the source directory. This is ok because we just
494## deleted the entire installed etc/ directory and recreated it.
495## install-doc installs the relevant DOC.
496
497## Note that the Makefiles in the etc directory are potentially useful
498## in an installed Emacs, so should not be excluded.
499
62061397
GM
500## I'm not sure creating locallisppath here serves any useful purpose.
501## If it has the default value, then the later write_subdir commands
502## will ensure all these components exist.
503## This will only do something if locallisppath has a non-standard value.
504## Is it really Emacs's job to create those directories?
505## Should we also be ensuring they contain subdirs.el files?
506## It would be easy to do, just use write_subdir.
41a2ce39
GM
507
508## Note that we use tar instead of plain old cp -R/-r because the latter
509## is apparently not portable (even in 2012!).
510## http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00278.html
511## I have no idea which platforms Emacs supports where cp -R does not
512## work correctly, and therefore no idea when tar can be replaced.
567739fb
GM
513## See also these comments from 2004 about cp -r working fine:
514## http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00005.html
9d9edd4b 515install-arch-indep: lisp leim install-info install-man ${INSTALL_ARCH_INDEP_EXTRA}
62061397 516 umask 022 ; \
57ae02b1
AS
517 locallisppath='${locallisppath}'; \
518 IFS=:; \
519 for d in $$locallisppath; do \
520 ${MKDIR_P} "$(DESTDIR)$$d"; \
521 done
067d23c9
KY
522 -set ${COPYDESTS} ; \
523 unset CDPATH; \
067d23c9
KY
524 $(set_installuser); \
525 for dir in ${COPYDIR} ; do \
7606c360 526 [ -d $${dir} ] || exit 1 ; \
067d23c9 527 dest=$$1 ; shift ; \
b7e1feea 528 [ -d $${dest} ] && \
b847032c 529 [ `cd $${dest} && /bin/pwd` = `cd $${dir} && /bin/pwd` ] && \
7606c360 530 continue ; \
d10cfddd
GM
531 if [ "$${dir}" = "leim/quail" ]; then \
532 [ `cd $${dir} && /bin/pwd` = `cd ${srcdir}/leim/quail && /bin/pwd` ] && \
533 continue ; \
534 else \
535 rm -rf $${dest} ; \
536 umask 022; ${MKDIR_P} $${dest} ; \
537 fi ; \
e39b9806
GM
538 echo "Copying $${dir} to $${dest}..." ; \
539 (cd $${dir}; tar -chf - . ) \
540 | (cd $${dest}; umask 022; \
541 tar -xvf - && cat > /dev/null) || exit 1; \
542 [ "$${dir}" != "${srcdir}/etc" ] || rm -f $${dest}/DOC* ; \
543 for subdir in `find $${dest} -type d -print` ; do \
94898d72 544 chmod a+rx $${subdir} ; \
afdc3477
GM
545 rm -f $${subdir}/.gitignore ; \
546 rm -f $${subdir}/.arch-inventory ; \
547 rm -f $${subdir}/.DS_Store ; \
548 rm -f $${subdir}/\#* ; \
549 rm -f $${subdir}/.\#* ; \
550 rm -f $${subdir}/*~ ; \
551 rm -f $${subdir}/*.orig ; \
552 rm -f $${subdir}/ChangeLog* ; \
e39b9806 553 [ "$${dir}" != "${srcdir}/etc" ] && \
afdc3477 554 rm -f $${subdir}/[mM]akefile*[.-]in $${subdir}/[mM]akefile ; \
e39b9806
GM
555 done ; \
556 find $${dest} -exec chown $${installuser} {} ';' ;\
067d23c9 557 done
d10cfddd
GM
558 -rm -f $(DESTDIR)${leimdir}/leim-list.el
559 ${INSTALL_DATA} leim/leim-list.el $(DESTDIR)${leimdir}/leim-list.el
067d23c9 560 -rm -f $(DESTDIR)${lispdir}/subdirs.el
ff0c3cfb 561 umask 022; $(srcdir)/build-aux/update-subdirs $(DESTDIR)${lispdir}
9f1ea7dc
GM
562 subdir=$(DESTDIR)${datadir}/emacs/${version}/site-lisp ; \
563 ${write_subdir}
564 subdir=$(DESTDIR)${datadir}/emacs/site-lisp ; \
565 ${write_subdir} || true
6d1a623e
GM
566 [ -z "${GZIP_PROG}" ] || \
567 ( echo "Compressing *.el ..." ; \
568 unset CDPATH; \
d10cfddd
GM
569 thisdir=`/bin/pwd`; \
570 for dir in $(DESTDIR)${lispdir} $(DESTDIR)${leimdir}; do \
571 cd $${thisdir} ; \
572 cd $${dir} || exit 1 ; \
573 for f in `find . -name "*.elc" -print`; do \
574 ${GZIP_PROG} -9n `echo $$f|sed 's/.elc$$/.el/'` ; \
575 done ; \
6d1a623e 576 done )
660c8c1e
GM
577 -chmod -R a+r $(DESTDIR)${datadir}/emacs/${version} ${COPYDESTS}
578
94898d72
GM
579## The above chmods are needed because "umask 022; tar ..." is not
580## guaranteed to do the right thing; eg if we are root and tar is
581## preserving source permissions.
42d5aa3e 582
660c8c1e
GM
583## We install only the relevant DOC file if possible
584## (ie DOC-${version}.buildnumber), otherwise DOC-${version}*.
585## (Note "otherwise" is inaccurate since 2009-08-23.)
586
bfed8334
GM
587## Note that install-arch-indep deletes and recreates the entire
588## installed etc/ directory, so we need it to run before this does.
9d9edd4b 589install-doc: src install-arch-indep
660c8c1e 590 -unset CDPATH; \
568c6157 591 umask 022; ${MKDIR_P} $(DESTDIR)${docdir} ; \
b847032c 592 if [ `cd ./etc; /bin/pwd` != `cd $(DESTDIR)${docdir}; /bin/pwd` ]; \
067d23c9
KY
593 then \
594 fullversion=`./src/emacs --version | sed -n '1 s/GNU Emacs *//p'`; \
595 if [ -f "./etc/DOC-$${fullversion}" ]; \
596 then \
597 docfile="DOC-$${fullversion}"; \
598 else \
599 docfile="DOC"; \
600 fi; \
601 echo "Copying etc/$${docfile} to $(DESTDIR)${docdir} ..." ; \
e6124927 602 ${INSTALL_DATA} etc/$${docfile} $(DESTDIR)${docdir}/$${docfile}; \
29473393
GM
603 $(set_installuser); \
604 chown $${installuser} $(DESTDIR)${docdir}/$${docfile} || true ; \
067d23c9 605 else true; fi
660c8c1e
GM
606
607install-info: info
b533f05e 608 umask 022; ${MKDIR_P} $(DESTDIR)${infodir}
067d23c9
KY
609 -unset CDPATH; \
610 thisdir=`/bin/pwd`; \
b847032c 611 [ `cd ${srcdir}/info && /bin/pwd` = `cd $(DESTDIR)${infodir} && /bin/pwd` ] || \
067d23c9 612 (cd $(DESTDIR)${infodir}; \
6d1a623e 613 [ -f dir ] || \
067d23c9 614 (cd $${thisdir}; \
37baa3c8 615 ${INSTALL_DATA} ${srcdir}/info/dir $(DESTDIR)${infodir}/dir) ; \
4c9a1377
PE
616 info_misc=`cd $${thisdir}/doc/misc && \
617 $(QUIET_SUBMAKE) $(MAKE) -s echo-info \
618 `; \
067d23c9 619 cd ${srcdir}/info ; \
9aa071df 620 for elt in ${INFO_NONMISC} $${info_misc}; do \
4f8c52a9 621 test "$(HAVE_MAKEINFO)" = "no" && test ! -f $$elt && continue; \
067d23c9 622 for f in `ls $$elt $$elt-[1-9] $$elt-[1-9][0-9] 2>/dev/null`; do \
a36e64d0
GM
623 (cd $${thisdir}; \
624 ${INSTALL_DATA} ${srcdir}/info/$$f $(DESTDIR)${infodir}/$$f); \
6d1a623e
GM
625 ( [ -n "${GZIP_INFO}" ] && [ -n "${GZIP_PROG}" ] ) || continue ; \
626 rm -f $(DESTDIR)${infodir}/$$f.gz; \
627 ${GZIP_PROG} -9n $(DESTDIR)${infodir}/$$f; \
067d23c9 628 done; \
7adecb99
GM
629 (cd $${thisdir}; \
630 ${INSTALL_INFO} --info-dir=$(DESTDIR)${infodir} $(DESTDIR)${infodir}/$$elt); \
6d1a623e 631 done)
660c8c1e 632
b3cdfd9e
GM
633## "gzip || true" is because some gzips exit with non-zero status
634## if compression would not reduce the file size. Eg, the gzip in
635## OpenBSD 4.9 seems to do this (2013/03). In Emacs, this can
636## only happen with the tiny ctags.1 manpage. We don't really care if
637## ctags.1 is compressed or not. "gzip -f" is another option here,
638## but not sure if portable.
660c8c1e 639install-man:
b533f05e 640 umask 022; ${MKDIR_P} $(DESTDIR)${man1dir}
067d23c9
KY
641 thisdir=`/bin/pwd`; \
642 cd ${mansrcdir}; \
ab1121bd 643 for page in *.1; do \
a6c2cc07 644 dest=`echo "$${page}" | sed -e 's/\.1$$//' -e '$(TRANSFORM)'`.1; \
067d23c9 645 (cd $${thisdir}; \
1a9c6830 646 ${INSTALL_DATA} ${mansrcdir}/$${page} $(DESTDIR)${man1dir}/$${dest}); \
6d1a623e 647 ( [ -n "${GZIP_INFO}" ] && [ -n "${GZIP_PROG}" ] ) || continue ; \
1a9c6830 648 rm -f $(DESTDIR)${man1dir}/$${dest}.gz; \
b3cdfd9e 649 ${GZIP_PROG} -9n $(DESTDIR)${man1dir}/$${dest} || true; \
067d23c9
KY
650 done
651
652## Install those items from etc/ that need to end up elsewhere.
d036bcdf
GM
653
654## If you prefer, choose "emacs22" at installation time.
655## Note: emacs22 does not have all the resolutions.
656EMACS_ICON=emacs
657
d9a1e2c2
GM
658install-etc:
659 umask 022; ${MKDIR_P} $(DESTDIR)${desktopdir}
1a9c6830 660 tmp=etc/emacs.tmpdesktop; rm -f $${tmp}; \
59696ae0
GM
661 emacs_name=`echo emacs | sed '$(TRANSFORM)'`; \
662 sed -e "/^Exec=emacs/ s/emacs/$${emacs_name}/" \
663 -e "/^Icon=emacs/ s/emacs/$${emacs_name}/" \
1a9c6830 664 ${srcdir}/etc/emacs.desktop > $${tmp}; \
59696ae0 665 ${INSTALL_DATA} $${tmp} $(DESTDIR)${desktopdir}/${EMACS_NAME}.desktop; \
1a9c6830 666 rm -f $${tmp}
7606c360 667 thisdir=`/bin/pwd`; \
d9a1e2c2
GM
668 cd ${iconsrcdir} || exit 1; umask 022 ; \
669 for dir in */*/apps */*/mimetypes; do \
670 [ -d $${dir} ] || continue ; \
af006ad5 671 ( cd $${thisdir}; ${MKDIR_P} $(DESTDIR)${icondir}/$${dir} ) ; \
d036bcdf 672 for icon in $${dir}/${EMACS_ICON}[.-]*; do \
d9a1e2c2 673 [ -r $${icon} ] || continue ; \
8bfcb8a6 674 ext=`echo "$${icon}" | sed -e 's|.*\.||'`; \
d036bcdf 675 dest=`echo "$${icon}" | sed -e 's|.*/||' -e "s|\.$${ext}$$||" -e 's/$(EMACS_ICON)/emacs/' -e '$(TRANSFORM)'`.$${ext} ; \
7606c360 676 ( cd $${thisdir}; \
293902c8 677 ${INSTALL_DATA} ${iconsrcdir}/$${icon} $(DESTDIR)${icondir}/$${dir}/$${dest} ) \
7606c360 678 || exit 1; \
d9a1e2c2 679 done ; \
067d23c9
KY
680 done
681
067d23c9
KY
682### Build Emacs and install it, stripping binaries while installing them.
683install-strip:
fd9d85c2 684 $(MAKE) $(MFLAGS) INSTALL_STRIP=-s install
067d23c9 685
067d23c9
KY
686### Delete all the installed files that the `install' target would
687### create (but not the noninstalled files such as `make all' would create).
688###
689### Don't delete the lisp and etc directories if they're in the source tree.
690uninstall:
39078e4a 691 cd lib-src && \
067d23c9
KY
692 $(MAKE) $(MFLAGS) uninstall \
693 prefix=${prefix} exec_prefix=${exec_prefix} \
39078e4a 694 bindir=${bindir} libexecdir=${libexecdir} archlibdir=${archlibdir}
067d23c9
KY
695 -unset CDPATH; \
696 for dir in $(DESTDIR)${lispdir} $(DESTDIR)${etcdir} ; do \
697 if [ -d $${dir} ]; then \
b847032c
GM
698 case `cd $${dir} ; /bin/pwd` in \
699 `cd ${srcdir} ; /bin/pwd`* ) ;; \
067d23c9
KY
700 * ) rm -rf $${dir} ;; \
701 esac ; \
702 case $${dir} in \
703 $(DESTDIR)${datadir}/emacs/${version}/* ) \
704 rm -rf $(DESTDIR)${datadir}/emacs/${version} \
705 ;; \
706 esac ; \
707 fi ; \
708 done
067d23c9 709 -rm -rf $(DESTDIR)${libexecdir}/emacs/${version}
a36e64d0 710 thisdir=`/bin/pwd`; \
4c9a1377 711 (info_misc=`cd doc/misc && $(QUIET_SUBMAKE) $(MAKE) -s echo-info`; \
25ca4587
GM
712 if cd $(DESTDIR)${infodir}; then \
713 for elt in ${INFO_NONMISC} $${info_misc}; do \
714 (cd $${thisdir}; \
715 $(INSTALL_INFO) --remove --info-dir=$(DESTDIR)${infodir} $(DESTDIR)${infodir}/$$elt); \
716 if [ -n "${GZIP_INFO}" ] && [ -n "${GZIP_PROG}" ]; then \
717 ext=.gz; else ext=; fi; \
718 rm -f $$elt$$ext $$elt-[1-9]$$ext $$elt-[1-9][0-9]$$ext; \
719 done; \
720 fi)
7eb21b49
GM
721 (if [ -n "${GZIP_INFO}" ] && [ -n "${GZIP_PROG}" ]; then \
722 ext=.gz; else ext=; fi; \
25ca4587
GM
723 if cd ${mansrcdir}; then \
724 for page in *.1; do \
725 rm -f $(DESTDIR)${man1dir}/`echo "$${page}" | sed -e 's/\.1$$//' -e '$(TRANSFORM)'`.1$$ext; done; \
726 fi)
727 (cd $(DESTDIR)${bindir} && rm -f $(EMACSFULL) $(EMACS) || true)
728 (if cd $(DESTDIR)${icondir}; then \
59696ae0
GM
729 rm -f hicolor/*x*/apps/${EMACS_NAME}.png \
730 hicolor/scalable/apps/${EMACS_NAME}.svg \
25ca4587
GM
731 hicolor/scalable/mimetypes/`echo emacs-document | sed '$(TRANSFORM)'`.svg; \
732 fi)
59696ae0 733 -rm -f $(DESTDIR)${desktopdir}/${EMACS_NAME}.desktop
067d23c9
KY
734 for file in snake-scores tetris-scores; do \
735 file=$(DESTDIR)${gamedir}/$${file}; \
736 [ -s $${file} ] || rm -f $$file; \
737 done
738
739FRC:
740
741# ==================== Cleaning up and miscellanea ====================
742
0aee6912 743.PHONY: mostlyclean clean distclean bootstrap-clean maintainer-clean extraclean
067d23c9
KY
744
745### `mostlyclean'
746### Like `clean', but may refrain from deleting a few files that people
747### normally don't want to recompile. For example, the `mostlyclean'
748### target for GCC does not delete `libgcc.a', because recompiling it
749### is rarely necessary and takes a lot of time.
750mostlyclean: FRC
751 (cd src; $(MAKE) $(MFLAGS) mostlyclean)
752 (cd oldXMenu; $(MAKE) $(MFLAGS) mostlyclean)
753 (cd lwlib; $(MAKE) $(MFLAGS) mostlyclean)
9a514d4a 754 (cd lib; $(MAKE) $(MFLAGS) mostlyclean)
067d23c9
KY
755 (cd lib-src; $(MAKE) $(MFLAGS) mostlyclean)
756 -(cd doc/emacs && $(MAKE) $(MFLAGS) mostlyclean)
757 -(cd doc/misc && $(MAKE) $(MFLAGS) mostlyclean)
758 -(cd doc/lispref && $(MAKE) $(MFLAGS) mostlyclean)
759 -(cd doc/lispintro && $(MAKE) $(MFLAGS) mostlyclean)
760 (cd leim; $(MAKE) $(MFLAGS) mostlyclean)
761
762### `clean'
763### Delete all files from the current directory that are normally
764### created by building the program. Don't delete the files that
765### record the configuration. Also preserve files that could be made
766### by building, but normally aren't because the distribution comes
767### with them.
768###
769### Delete `.dvi' files here if they are not part of the distribution.
770clean: FRC
1a9c6830 771 -rm -f etc/emacs.tmpdesktop
067d23c9
KY
772 (cd src; $(MAKE) $(MFLAGS) clean)
773 (cd oldXMenu; $(MAKE) $(MFLAGS) clean)
774 (cd lwlib; $(MAKE) $(MFLAGS) clean)
9a514d4a 775 (cd lib; $(MAKE) $(MFLAGS) clean)
067d23c9
KY
776 (cd lib-src; $(MAKE) $(MFLAGS) clean)
777 -(cd doc/emacs && $(MAKE) $(MFLAGS) clean)
778 -(cd doc/misc && $(MAKE) $(MFLAGS) clean)
779 -(cd doc/lispref && $(MAKE) $(MFLAGS) clean)
780 -(cd doc/lispintro && $(MAKE) $(MFLAGS) clean)
781 (cd leim; $(MAKE) $(MFLAGS) clean)
83da1b55 782 (cd nextstep && $(MAKE) $(MFLAGS) clean)
067d23c9
KY
783
784### `bootclean'
785### Delete all files that need to be remade for a clean bootstrap.
786top_bootclean=\
787 rm -f config.cache config.log
788### `distclean'
789### Delete all files from the current directory that are created by
790### configuring or building the program. If you have unpacked the
791### source and built the program without creating any other files,
792### `make distclean' should leave only the files that were in the
793### distribution.
794top_distclean=\
795 ${top_bootclean}; \
773233f8 796 rm -f config.status config.log~ Makefile stamp-h1 ${SUBDIR_MAKEFILES}
067d23c9
KY
797distclean: FRC
798 (cd src; $(MAKE) $(MFLAGS) distclean)
799 (cd oldXMenu; $(MAKE) $(MFLAGS) distclean)
800 (cd lwlib; $(MAKE) $(MFLAGS) distclean)
9a514d4a 801 (cd lib; $(MAKE) $(MFLAGS) distclean)
067d23c9
KY
802 (cd lib-src; $(MAKE) $(MFLAGS) distclean)
803 (cd doc/emacs && $(MAKE) $(MFLAGS) distclean)
804 (cd doc/misc && $(MAKE) $(MFLAGS) distclean)
805 (cd doc/lispref && $(MAKE) $(MFLAGS) distclean)
806 (cd doc/lispintro && $(MAKE) $(MFLAGS) distclean)
807 (cd leim; $(MAKE) $(MFLAGS) distclean)
808 (cd lisp; $(MAKE) $(MFLAGS) distclean)
83da1b55 809 (cd nextstep && $(MAKE) $(MFLAGS) distclean)
067d23c9
KY
810 ${top_distclean}
811
812### `bootstrap-clean'
813### Delete everything that can be reconstructed by `make' and that
814### needs to be deleted in order to force a bootstrap from a clean state.
815bootstrap-clean: FRC
816 (cd src; $(MAKE) $(MFLAGS) bootstrap-clean)
817 (cd oldXMenu; $(MAKE) $(MFLAGS) maintainer-clean)
818 (cd lwlib; $(MAKE) $(MFLAGS) maintainer-clean)
9a514d4a 819 (cd lib; $(MAKE) $(MFLAGS) maintainer-clean)
067d23c9
KY
820 (cd lib-src; $(MAKE) $(MFLAGS) maintainer-clean)
821 -(cd doc/emacs && $(MAKE) $(MFLAGS) maintainer-clean)
822 -(cd doc/misc && $(MAKE) $(MFLAGS) maintainer-clean)
823 -(cd doc/lispref && $(MAKE) $(MFLAGS) maintainer-clean)
824 -(cd doc/lispintro && $(MAKE) $(MFLAGS) maintainer-clean)
825 (cd leim; $(MAKE) $(MFLAGS) maintainer-clean)
826 (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)
83da1b55 827 (cd nextstep && $(MAKE) $(MFLAGS) maintainer-clean)
4f8c52a9 828 [ ! -f config.log ] || mv -f config.log config.log~
067d23c9
KY
829 ${top_bootclean}
830
831### `maintainer-clean'
832### Delete everything from the current directory that can be
833### reconstructed with this Makefile. This typically includes
834### everything deleted by distclean, plus more: C source files
835### produced by Bison, tags tables, info files, and so on.
836###
837### One exception, however: `make maintainer-clean' should not delete
838### `configure' even if `configure' can be remade using a rule in the
839### Makefile. More generally, `make maintainer-clean' should not delete
840### anything that needs to exist in order to run `configure' and then
841### begin to build the program.
9a514d4a
PE
842top_maintainer_clean=\
843 ${top_distclean}; \
e02ea74b 844 rm -fr autom4te.cache
067d23c9
KY
845maintainer-clean: bootstrap-clean FRC
846 (cd src; $(MAKE) $(MFLAGS) maintainer-clean)
847 (cd lisp; $(MAKE) $(MFLAGS) maintainer-clean)
9a514d4a 848 ${top_maintainer_clean}
067d23c9
KY
849
850### This doesn't actually appear in the coding standards, but Karl
851### says GCC supports it, and that's where the configuration part of
852### the coding standards seem to come from. It's like distclean, but
853### it deletes backup and autosave files too.
854extraclean:
9192d37d 855 for i in ${SUBDIR}; do (cd $$i; $(MAKE) $(MFLAGS) extraclean); done
9a514d4a 856 ${top_maintainer_clean}
067d23c9
KY
857 -rm -f config-tmp-*
858 -rm -f *~ \#*
859
860# The src subdir knows how to do the right thing
861# even when the build directory and source dir are different.
0aee6912 862.PHONY: TAGS tags
9a514d4a 863TAGS tags: lib lib-src src
5a95c002 864 cd src; $(MAKE) $(MFLAGS) tags
067d23c9
KY
865
866check:
6c7e099d 867 @if test ! -d test/automated; then \
a22d9d2c
GM
868 echo "You do not seem to have the test/ directory."; \
869 echo "Maybe you are using a release tarfile, rather than a repository checkout."; \
870 else \
871 cd test/automated && $(MAKE) $(MFLAGS) check; \
872 fi
067d23c9
KY
873
874dist:
875 cd ${srcdir}; ./make-dist
876
b59a2e9e
PE
877DVIS = lispref-dvi lispintro-dvi emacs-dvi misc-dvi
878HTMLS = lispref-html lispintro-html emacs-html misc-html
879INFOS = lispref-info lispintro-info emacs-info misc-info
880PDFS = lispref-pdf lispintro-pdf emacs-pdf misc-pdf
881PSS = lispref-ps lispintro-ps emacs-ps # no misc-ps
882
883DOCS = $(DVIS) $(HTMLS) $(INFOS) $(PDFS) $(PSS)
884$(DOCS):
885 t=$@; IFS=-; set $$t; IFS=; cd doc/$$1 && $(MAKE) $(MFLAGS) $$2
886
887.PHONY: $(DOCS) docs pdf ps
0aee6912 888.PHONY: info dvi dist check html info-real force-info check-info-dir
067d23c9 889
b59a2e9e
PE
890docs: $(DOCS)
891dvi: $(DVIS)
892html: $(HTMLS)
893info-real: $(INFOS)
894pdf: $(PDFS)
895ps: $(PSS)
067d23c9
KY
896
897force-info:
898# Note that man/Makefile knows how to put the info files in $(srcdir),
899# so we can do ok running make in the build dir.
900# This used to have a clause that exited with an error if MAKEINFO = no.
901# But it is inappropriate to do so without checking if makeinfo is
902# actually needed - it is not if the info files are up-to-date. (Bug#3982)
903# Only the doc/*/Makefiles can decide that, so we let those rules run
904# and give a standard error if makeinfo is needed but missing.
905# While it would be nice to give a more detailed error message, that
906# would require changing every rule in doc/ that builds an info file,
907# and it's not worth it. This case is only relevant if you download a
908# release, then change the .texi files.
909info: force-info
e5365138 910 @if test "$(HAVE_MAKEINFO)" = "no"; then \
067d23c9
KY
911 echo "Configured --without-makeinfo, not building manuals" ; \
912 else \
913 $(MAKE) $(MFLAGS) info-real ; \
914 fi
915
916# The info/dir file must be updated by hand when new manuals are added.
917check-info-dir: info
918 cd info ; \
919 missing= ; \
920 for file in *; do \
921 test -f "$${file}" || continue ; \
922 case $${file} in \
923 *-[0-9]*|COPYING|dir) continue ;; \
924 esac ; \
8045b906 925 file=`echo $${file} | sed 's/\.info//'` ; \
067d23c9
KY
926 grep -q -F ": ($${file})." dir || missing="$${missing} $${file}" ; \
927 done ; \
928 if test -n "$${missing}"; then \
929 echo "Missing info/dir entries: $${missing}" ; \
930 exit 1 ; \
931 fi ; \
932 echo "info/dir is OK"
933
067d23c9
KY
934#### Bootstrapping.
935
936### This first cleans the lisp subdirectory, removing all compiled
937### Lisp files. Then re-run make to build all the files anew.
938
939.PHONY: bootstrap
940
b8b0239f 941# Bootstrapping does the following:
bbe099e7 942# * Remove files to start from a bootstrap-clean slate.
dee26dfa 943# * Run autogen.sh, falling back on copy_autogen if autogen.sh fails.
bbe099e7 944# * Rebuild Makefile, to update the build procedure itself.
b8b0239f 945# * Do the actual build.
067d23c9 946bootstrap: bootstrap-clean FRC
dee26dfa 947 cd $(srcdir) && { ./autogen.sh || autogen/copy_autogen; }
c462dda8 948 $(MAKE) $(MFLAGS) MAKEFILE_NAME=force-Makefile force-Makefile
067d23c9
KY
949 $(MAKE) $(MFLAGS) info all
950
951.PHONY: check-declare
952
953check-declare:
4f8c52a9 954 @if [ ! -f $(srcdir)/src/emacs ]; then \
067d23c9
KY
955 echo "You must build Emacs to use this command"; \
956 exit 1; \
957 fi
958 (cd leim; $(MAKE) $(MFLAGS) $@)
959 (cd lisp; $(MAKE) $(MFLAGS) $@)