* lisp/progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
[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
fd9d85c2 5# Copyright (C) 1992-2012 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.
57
58SHELL = /bin/sh
59
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.
62CDPATH=
63
64# If Make doesn't predefine MAKE, set it here.
65@SET_MAKE@
66
67# ==================== Things `configure' Might Edit ====================
68
6c269a38
PE
69MAINTAINER_MODE_FLAG = --disable-maintainer-mode
70@MAINT@MAINTAINER_MODE_FLAG = --enable-maintainer-mode
71cache_file = @cache_file@
72CONFIGURE_FLAGS = --cache-file=$(cache_file) $(MAINTAINER_MODE_FLAG)
73
067d23c9
KY
74CC=@CC@
75CFLAGS=@CFLAGS@
76LDFLAGS=@LDFLAGS@
77CPPFLAGS=@CPPFLAGS@
78EXEEXT=@EXEEXT@
067d23c9
KY
79
80### These help us choose version- and architecture-specific directories
81### to install files in.
82
83### This should be the number of the Emacs version we're building,
84### like `18.59' or `19.0'.
85version=@version@
86
87### This should be the name of the configuration we're building Emacs
88### for, like `mips-dec-ultrix' or `sparc-sun-sunos'.
89configuration=@configuration@
90
91# ==================== Where To Install Things ====================
92
93# The default location for installation. Everything is placed in
94# subdirectories of this directory. The default values for many of
95# the variables below are expressed in terms of this one, so you may
96# not need to change them. This defaults to /usr/local.
97prefix=@prefix@
98
99# Like `prefix', but used for architecture-specific files.
100exec_prefix=@exec_prefix@
101
102# Where to install Emacs and other binaries that people will want to
103# run directly (like etags).
104bindir=@bindir@
105
106# The root of the directory tree for read-only architecture-independent
107# data files. ${datadir}, ${infodir} and ${mandir} are based on this.
108datarootdir=@datarootdir@
109
110# Where to install architecture-independent data files. ${lispdir}
111# and ${etcdir} are subdirectories of this.
112datadir=@datadir@
113
114# Where to install and expect the files that Emacs modifies as it
115# runs. These files are all architecture-independent.
116# Right now, this is not used.
117sharedstatedir=@sharedstatedir@
118
119# Where to install and expect executable files to be run by Emacs
120# rather than directly by users, and other architecture-dependent
121# data. ${archlibdir} is a subdirectory of this.
122libexecdir=@libexecdir@
123
124# Where to install Emacs's man pages.
ab1121bd 125# Note they contain cross-references that expect them to be in section 1.
067d23c9
KY
126mandir=@mandir@
127man1dir=$(mandir)/man1
067d23c9 128
9aa071df 129# Where to install and expect the info files describing Emacs.
067d23c9 130infodir=@infodir@
9aa071df 131# Info files not in the doc/misc directory (we get those via make echo-info).
8045b906
GM
132INFO_EXT=@INFO_EXT@
133INFO_NONMISC=emacs$(INFO_EXT) eintr$(INFO_EXT) elisp$(INFO_EXT)
067d23c9 134
e5365138
GM
135# If no makeinfo was found and configured --without-makeinfo, "no"; else "yes".
136HAVE_MAKEINFO=@HAVE_MAKEINFO@
137
067d23c9
KY
138# Directory for local state files for all programs.
139localstatedir=@localstatedir@
140
141# Where to look for bitmap files.
142bitmapdir=@bitmapdir@
143
144# Where to find the source code. The source code for Emacs's C kernel is
145# expected to be in ${srcdir}/src, and the source code for Emacs's
146# utility programs is expected to be in ${srcdir}/lib-src. This is
147# set by the configure script's `--srcdir' option.
148
149# We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
150srcdir=@srcdir@
151
152# Where the manpage source files are kept.
153mansrcdir=$(srcdir)/doc/man
154
155# Tell make where to find source files; this is needed for the makefiles.
156VPATH=@srcdir@
157
158# Where to find the application default.
159x_default_search_path=@x_default_search_path@
160
161# Location to install Emacs.app under NeXT/Open/GNUstep / Cocoa
162ns_appbindir=@ns_appbindir@
163ns_appresdir=@ns_appresdir@
164
165# Where the etc/emacs.desktop file is to be installed.
166desktopdir=$(datarootdir)/applications
167
168# Where the etc/images/icons/hicolor directory is to be installed.
169icondir=$(datarootdir)/icons
170
171# The source directory for the icon files.
172iconsrcdir=$(srcdir)/etc/images/icons
173
174# ==================== Emacs-specific directories ====================
175
176# These variables hold the values Emacs will actually use. They are
177# based on the values of the standard Make variables above.
178
179# Where to install the lisp files distributed with
180# Emacs. This includes the Emacs version, so that the
181# lisp files for different versions of Emacs will install
182# themselves in separate directories.
183lispdir=@lispdir@
184
185# Directories Emacs should search for lisp files specific
186# to this site (i.e. customizations), before consulting
187# ${lispdir}. This should be a colon-separated list of
188# directories.
189locallisppath=@locallisppath@
190
191# Where Emacs will search to find its lisp files. Before
192# changing this, check to see if your purpose wouldn't
193# better be served by changing locallisppath. This
194# should be a colon-separated list of directories.
195lisppath=@lisppath@
196
197# Where Emacs will search for its lisp files while
198# building. This is only used during the process of
199# compiling Emacs, to help Emacs find its lisp files
200# before they've been installed in their final location.
5b43da69
GM
201# This should be a colon-separated list of directories.
202# Normally it points to the lisp/ directory in the sources.
067d23c9
KY
203buildlisppath=${srcdir}/lisp
204
205# Where to install the other architecture-independent
206# data files distributed with Emacs (like the tutorial,
207# the cookie recipes and the Zippy database). This path
208# usually contains the Emacs version number, so the data
209# files for multiple versions of Emacs may be installed
210# at once.
211etcdir=@etcdir@
212
213# Where to put executables to be run by Emacs rather than
214# the user. This path usually includes the Emacs version
215# and configuration name, so that multiple configurations
216# for multiple versions of Emacs may be installed at
217# once.
218archlibdir=@archlibdir@
219
220# Where to put the docstring file.
221docdir=@docdir@
222
223# Where to install Emacs game score files.
224gamedir=@gamedir@
225
226# ==================== Utility Programs for the Build ====================
227
228# Allow the user to specify the install program.
a36e64d0
GM
229# Note that if the system does not provide a suitable install,
230# configure will use build-aux/install-sh. Annoyingly, it does
231# not use an absolute path. So we must take care to always run
232# INSTALL-type commands from the top-level directory.
233# This explains (I think) the cd thisdir seen in several install rules.
067d23c9
KY
234INSTALL = @INSTALL@
235INSTALL_PROGRAM = @INSTALL_PROGRAM@
236INSTALL_DATA = @INSTALL_DATA@
237INSTALL_INFO = @INSTALL_INFO@
238# By default, we uphold the dignity of our programs.
239INSTALL_STRIP =
240
241# We use gzip to compress installed .el files.
242GZIP_PROG = @GZIP_PROG@
243# If non-nil, gzip the installed Info and man pages.
244GZIP_INFO = @GZIP_INFO@
245
246# ============================= Targets ==============================
247
248# Program name transformation.
249TRANSFORM = @program_transform_name@
250
251# What emacs should be called when installed.
252EMACS = `echo emacs${EXEEXT} | sed '$(TRANSFORM)'`
253EMACSFULL = `echo emacs-${version}${EXEEXT} | sed '$(TRANSFORM)'`
254
255# Subdirectories to make recursively. `lisp' is not included
256# because the compiled lisp files are part of the distribution.
257# leim is not included because it needs special handling.
925e561d 258#
067d23c9
KY
259# Actually, we now include `lisp' as well, since the compiled files
260# are not included any more in case of bootstrap or in case Emacs was
261# checked out from a VCS.
9a514d4a 262SUBDIR = lib lib-src src lisp
067d23c9
KY
263
264# The subdir makefiles created by config.status.
70716b1d 265SUBDIR_MAKEFILES_IN = @SUBDIR_MAKEFILES_IN@
cee4acda 266SUBDIR_MAKEFILES = `echo $(SUBDIR_MAKEFILES_IN:.in=) | sed 's|$(srcdir)/||g'`
067d23c9
KY
267
268# Subdirectories to install, and where they'll go.
269# lib-src's makefile knows how to install it, so we don't do that here.
270# leim's makefile also knows how to install it, so we don't do that here.
271# When installing the info files, we need to do special things to
272# avoid nuking an existing dir file, so we don't do that here;
273# instead, we have written out explicit code in the `install' targets.
274COPYDIR = ${srcdir}/etc ${srcdir}/lisp
275COPYDESTS = $(DESTDIR)${etcdir} $(DESTDIR)${lispdir}
276
277all: ${SUBDIR} leim
278
279removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g'
280
281# Generate epaths.h from epaths.in. This target is invoked by `configure'.
282# See comments in configure.in for why it is done this way, as opposed
283# to just letting configure generate epaths.h from epaths.in in a
284# similar way to how Makefile is made from Makefile.in.
285epaths-force: FRC
286 @(lisppath=`echo ${lisppath} | ${removenullpaths}` ; \
287 buildlisppath=`echo ${buildlisppath} | ${removenullpaths}` ; \
288 x_default_search_path=`echo ${x_default_search_path}`; \
289 gamedir=`echo ${gamedir}`; \
290 sed < ${srcdir}/src/epaths.in > epaths.h.$$$$ \
291 -e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'"$${lisppath}"'";' \
292 -e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'"$${buildlisppath}"'";' \
293 -e 's;\(#.*PATH_EXEC\).*$$;\1 "${archlibdir}";' \
294 -e 's;\(#.*PATH_INFO\).*$$;\1 "${infodir}";' \
295 -e 's;\(#.*PATH_DATA\).*$$;\1 "${etcdir}";' \
296 -e 's;\(#.*PATH_BITMAPS\).*$$;\1 "${bitmapdir}";' \
297 -e 's;\(#.*PATH_X_DEFAULTS\).*$$;\1 "${x_default_search_path}";' \
298 -e 's;\(#.*PATH_GAME\).*$$;\1 "${gamedir}";' \
dc3e3e7b 299 -e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";') && \
24e0f6b1 300 ${srcdir}/build-aux/move-if-change epaths.h.$$$$ src/epaths.h
067d23c9
KY
301
302# For parallel make, src should be built before leim.
303# "export PARALLEL=0" is for SGI's Make, to prevent it from
304# running more than 1 process in the leim directory, especially for
305# the $TIT files there.
306leim: src Makefile FRC
fd9d85c2 307 cd leim && PARALLEL=0 $(MAKE) all $(MFLAGS)
067d23c9 308
9a514d4a
PE
309lib-src src: lib
310
067d23c9
KY
311src: lib-src FRC
312
313.RECURSIVE: ${SUBDIR} leim
314
315# We need to build `emacs' in `src' to compile the *.elc files in `lisp'.
316lisp: src
317
9a514d4a
PE
318# Maintainers can put a copy of gnulib into $(gnulib_srcdir).
319gnulib_srcdir = ../gnulib
320$(gnulib_srcdir):
321 git clone git://git.savannah.gnu.org/gnulib.git $@
322
125c3718 323# A shorter name that satisfies MS-DOS 8+3 constraints.
c7e95b91 324DOS_gnulib_comp.m4 = gl-comp.m4
125c3718 325
9a514d4a
PE
326# Update modules from gnulib, for maintainers, who should have it in
327# $(gnulib_srcdir) (relative to $(srcdir) and should have build tools
328# as per $(gnulib_srcdir)/DEPENDENCIES.
942f733f 329GNULIB_MODULES = \
fa23e171 330 alloca-opt \
3ce9d0d4 331 careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr \
7a7ef429 332 dup2 \
6db30f83 333 filemode getloadavg getopt-gnu ignore-value intprops lstat \
b8df54ff
PE
334 manywarnings mktime pthread_sigmask readlink \
335 socklen stdarg stdio strftime strtoimax strtoumax symlink sys_stat \
336 warnings
9a514d4a 337GNULIB_TOOL_FLAGS = \
6df37268 338 --avoid=msvc-inval --avoid=msvc-nothrow \
316f8af0 339 --avoid=raise --avoid=threadlib \
19548d08
PE
340 --conditional-dependencies --import --no-changelog --no-vc-files \
341 --makefile-name=gnulib.mk
9a514d4a 342sync-from-gnulib: $(gnulib_srcdir)
c7e95b91 343 -cd $(srcdir)/m4 && cp $(DOS_gnulib_comp.m4) gnulib-comp.m4
9a514d4a
PE
344 cd $(srcdir) && \
345 $(gnulib_srcdir)/gnulib-tool $(GNULIB_TOOL_FLAGS) $(GNULIB_MODULES)
125c3718 346 cd $(srcdir)/m4 && rm gnulib-cache.m4 warn-on-use.m4
c7e95b91 347 cd $(srcdir)/m4 && mv gnulib-comp.m4 $(DOS_gnulib_comp.m4)
9a514d4a
PE
348 cp $(gnulib_srcdir)/build-aux/texinfo.tex $(srcdir)/doc/misc
349 cp \
9a514d4a 350 $(gnulib_srcdir)/build-aux/move-if-change \
24e0f6b1 351 $(srcdir)/build-aux
f6ca84c0 352 cd $(srcdir) && autoreconf -i -I m4
9a514d4a
PE
353.PHONY: sync-from-gnulib
354
067d23c9 355# These targets should be "${SUBDIR} without `src'".
9a514d4a 356lib lib-src lisp: Makefile FRC
067d23c9
KY
357 cd $@; $(MAKE) all $(MFLAGS) \
358 CC='${CC}' CFLAGS='${CFLAGS}' CPPFLAGS='${CPPFLAGS}' \
359 LDFLAGS='${LDFLAGS}' MAKE='${MAKE}'
360
361# Pass to src/Makefile.in an additional BOOTSTRAPEMACS variable which
362# is either set to bootstrap-emacs (in case bootstrap-emacs has not been
363# constructed yet) or the empty string (otherwise).
364# src/Makefile.in uses it to implement conditional dependencies, so that
365# files that need bootstrap-emacs to be built do not additionally need
366# to be kept fresher than bootstrap-emacs. Otherwise changing a single
367# file src/foo.c forces dumping a new bootstrap-emacs, then re-byte-compiling
368# all preloaded elisp files, and only then dump the actual src/emacs, which
369# is not wrong, but is overkill in 99.99% of the cases.
370src: Makefile FRC
371 boot=bootstrap-emacs$(EXEEXT); \
372 if [ ! -x "src/$$boot" ]; then \
373 cd $@; $(MAKE) all $(MFLAGS) \
374 CC='${CC}' CFLAGS='${CFLAGS}' CPPFLAGS='${CPPFLAGS}' \
375 LDFLAGS='${LDFLAGS}' MAKE='${MAKE}' BOOTSTRAPEMACS="$$boot"; \
376 fi;
377 if [ -r .bzr/checkout/dirstate ]; then \
4f8c52a9 378 vcswitness="`pwd`/.bzr/checkout/dirstate"; \
067d23c9
KY
379 fi; \
380 cd $@; $(MAKE) all $(MFLAGS) \
381 CC='${CC}' CFLAGS='${CFLAGS}' CPPFLAGS='${CPPFLAGS}' \
382 LDFLAGS='${LDFLAGS}' MAKE='${MAKE}' BOOTSTRAPEMACS="" \
383 VCSWITNESS="$$vcswitness"
384
385blessmail: Makefile src FRC
386 cd lib-src; $(MAKE) maybe-blessmail $(MFLAGS) \
387 MAKE='${MAKE}' archlibdir='$(archlibdir)'
388
389# We used to have one rule per */Makefile.in, but that leads to race
390# conditions with parallel makes, so let's assume that the time stamp on
391# ./Makefile is representative of the time stamp on all the other Makefiles.
392Makefile: config.status $(srcdir)/src/config.in \
fa5d79db 393 $(srcdir)/Makefile.in $(SUBDIR_MAKEFILES_IN)
067d23c9
KY
394 ./config.status
395
bfab7d85
SM
396# Don't erase config.status if make is interrupted while refreshing it.
397.PRECIOUS: config.status
398
067d23c9 399config.status: ${srcdir}/configure ${srcdir}/lisp/version.el
bfab7d85
SM
400 if [ -x ./config.status ]; then \
401 ./config.status --recheck; \
402 else \
6c269a38 403 ./configure $(CONFIGURE_FLAGS); \
bfab7d85 404 fi
067d23c9 405
84bbb1ad 406AUTOCONF_INPUTS = @MAINT@ $(srcdir)/configure.in $(srcdir)/aclocal.m4
067d23c9
KY
407
408$(srcdir)/configure: $(AUTOCONF_INPUTS)
409 cd ${srcdir} && autoconf
410
c7e95b91 411ACLOCAL_INPUTS = @MAINT@ $(srcdir)/m4/$(DOS_gnulib_comp.m4)
9a514d4a
PE
412$(srcdir)/aclocal.m4: $(ACLOCAL_INPUTS)
413 cd $(srcdir) && aclocal -I m4
414
16b71f3a 415AUTOMAKE_INPUTS = @MAINT@ $(srcdir)/aclocal.m4 $(srcdir)/lib/Makefile.am $(srcdir)/lib/gnulib.mk
9a514d4a
PE
416$(srcdir)/lib/Makefile.in: $(AUTOMAKE_INPUTS)
417 cd $(srcdir) && automake --gnu -a -c lib/Makefile
925e561d 418am--refresh: $(srcdir)/aclocal.m4 $(srcdir)/configure $(srcdir)/src/config.in
3cbecb8f 419.PHONY: am--refresh
9a514d4a 420
067d23c9
KY
421$(srcdir)/src/config.in: $(srcdir)/src/stamp-h.in
422 @ # Usually, there's no need to rebuild src/config.in just
423 @ # because stamp-h.in has changed (since building stamp-h.in
424 @ # refreshes config.in as well), but if config.in is missing
425 @ # then we really need to do something more.
426 [ -r "$@" ] || ( cd ${srcdir} && autoheader )
427$(srcdir)/src/stamp-h.in: $(AUTOCONF_INPUTS)
428 cd ${srcdir} && autoheader
429 rm -f $(srcdir)/src/stamp-h.in
430 echo timestamp > $(srcdir)/src/stamp-h.in
431
432# ==================== Installation ====================
433
434## If we let lib-src do its own installation, that means we
435## don't have to duplicate the list of utilities to install in
436## this Makefile as well.
437
438## On AIX, use tar xBf.
439## On Xenix, use tar xpf.
440
441.PHONY: install mkdir
442
443## We delete each directory in ${COPYDESTS} before we copy into it;
444## that way, we can reinstall over directories that have been put in
445## place with their files read-only (perhaps because they are checked
446## into RCS). In order to make this safe, we make sure that the
447## source exists and is distinct from the destination.
448### We do install-arch-indep first because
449### the executable needs the Lisp files and DOC file to work properly.
450install: all install-arch-indep install-arch-dep install-leim blessmail
451 @true
452
453MV_DIRS = for i in $$dir; do rm -fr `basename "$$i"` ; mv "$$i" . ; done
454
455### Install the executables that were compiled specifically for this machine.
456### It would be nice to do something for a parallel make
457### to ensure that install-arch-indep finishes before this starts.
e6124927
GM
458### (TODO Why would it be nice? Why not just make this depend on
459### install-arch-indep then?)
067d23c9
KY
460install-arch-dep: mkdir
461 (cd lib-src; \
462 $(MAKE) install $(MFLAGS) prefix=${prefix} \
463 exec_prefix=${exec_prefix} bindir=${bindir} \
464 libexecdir=${libexecdir} archlibdir=${archlibdir} \
465 INSTALL_STRIP=${INSTALL_STRIP})
466 ${INSTALL_PROGRAM} $(INSTALL_STRIP) src/emacs${EXEEXT} $(DESTDIR)${bindir}/$(EMACSFULL)
467 -chmod 1755 $(DESTDIR)${bindir}/$(EMACSFULL)
468 rm -f $(DESTDIR)${bindir}/$(EMACS)
469 -ln $(DESTDIR)${bindir}/$(EMACSFULL) $(DESTDIR)${bindir}/$(EMACS)
067d23c9
KY
470 if test "${ns_appresdir}" != ""; then \
471 ( cd ${ns_appresdir} ; \
472 if test -d share/emacs ; then dir=share/emacs/*/*; $(MV_DIRS); fi;\
473 if test -d share/info ; then dir=share/info; $(MV_DIRS) ; fi ; \
474 rm -fr share ) ; \
816be9f6 475 ( cd ${ns_appbindir} ; \
60bf278f
GM
476 if cd libexec ; then dir=emacs/*/*/* ; $(MV_DIRS); \
477 rm -fr emacs; if cd ../bin; then rm -f emacs emacs-24*; \
478 ln -sf ../libexec/* . ; fi ; fi ) ; \
067d23c9
KY
479 else true ; fi
480
481## FIXME is the emacs-24* bit above really necessary and correct?
482## What if I have 24.1 and 24.2 installed at the same time?
483## In any case, it should use something like echo $version | sed 's/\..*//'
484## instead of hard-coding a version.
485
486## http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01672.html
487## Needs to be the user running install, so configure can't set it.
488set_installuser=for installuser in $${LOGNAME} $${USERNAME} $${USER} \
489 `id -un 2> /dev/null`; do \
490 [ -n "$${installuser}" ] && break ; \
491 done
492
493### Install the files that are machine-independent.
494### Most of them come straight from the distribution;
495### the exception is the DOC-* files, which are copied
496### from the build directory.
497
498## Note that we copy DOC* and then delete DOC
499## as a workaround for a bug in tar on Ultrix 4.2.
a873f274
GM
500## Ultrix is no longer supported since 23.1, but the relevant line
501## has another effect. We copy the entire etc/ directory from the
502## source tree first. For an in-tree build, this will include
503## any DOC* files there may be. So rm DOC does have an effect.
504## FIXME When we copy etc we should exclude DOC*, then copy only
505## the relevant one. We cannot delete DOC* from the destination directory,
506## because that may include pre-existing files from another emacs.
067d23c9
KY
507
508## We install only the relevant DOC file if possible
509## (ie DOC-${version}.buildnumber), otherwise DOC-${version}*.
a873f274 510## (Note "otherwise" is inaccurate since 2009-08-23.)
067d23c9
KY
511
512## If people complain about the h flag in tar command, take that out.
513## That flag is also used in leim/Makefile.in
514
515## Note that the Makefiles in the etc directory are potentially useful
516## in an installed Emacs, so should not be excluded.
517
518install-arch-indep: mkdir info install-etc
519 -set ${COPYDESTS} ; \
520 unset CDPATH; \
521 for dir in ${COPYDIR} ; do \
522 if [ `(cd $$1 && /bin/pwd)` != `(cd $${dir} && /bin/pwd)` ] ; then \
523 rm -rf $$1 ; \
524 fi ; \
525 shift ; \
526 done
527 -set ${COPYDESTS} ; \
528 mkdir ${COPYDESTS} ; \
529 chmod ugo+rx ${COPYDESTS} ; \
530 unset CDPATH; \
531 $(set_installuser); \
532 for dir in ${COPYDIR} ; do \
533 dest=$$1 ; shift ; \
534 [ -d $${dir} ] \
535 && [ `(cd $${dir} && /bin/pwd)` != `(cd $${dest} && /bin/pwd)` ] \
536 && (echo "Copying $${dir} to $${dest}..." ; \
537 (cd $${dir}; tar -chf - . ) \
538 | (cd $${dest}; umask 022; \
539 tar -xvf - && cat > /dev/null) || exit 1; \
540 find $${dest} -exec chown $${installuser} {} ';' ;\
541 for subdir in `find $${dest} -type d -print` ; do \
542 chmod a+rx $${subdir} ; \
543 rm -f $${subdir}/.gitignore ; \
544 rm -f $${subdir}/.arch-inventory ; \
545 rm -f $${subdir}/.DS_Store ; \
546 rm -f $${subdir}/\#* ; \
547 rm -f $${subdir}/.\#* ; \
548 rm -f $${subdir}/*~ ; \
549 rm -f $${subdir}/*.orig ; \
550 [ "$${dir}" != "${srcdir}/etc" ] && \
a873f274 551 rm -f $${subdir}/[mM]akefile*[.-]in $${subdir}/[mM]akefile ; \
067d23c9
KY
552 rm -f $${subdir}/ChangeLog* ; \
553 done) ; \
554 done
555 -rm -f $(DESTDIR)${lispdir}/subdirs.el
556 $(srcdir)/update-subdirs $(DESTDIR)${lispdir}
557 if [ -f $(DESTDIR)${datadir}/emacs/${version}/site-lisp/subdirs.el ]; \
558 then true; \
559 else \
560 (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \
561 echo " (normal-top-level-add-subdirs-to-load-path))") \
562 > $(DESTDIR)${datadir}/emacs/${version}/site-lisp/subdirs.el; \
563 fi
564 chmod a+r $(DESTDIR)${datadir}/emacs/${version}/site-lisp/subdirs.el
565 -if [ -f $(DESTDIR)${datadir}/emacs/site-lisp/subdirs.el ]; \
566 then true; \
567 else \
568 (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \
569 echo " (normal-top-level-add-subdirs-to-load-path))") \
570 > $(DESTDIR)${datadir}/emacs/site-lisp/subdirs.el; \
571 fi
572 -chmod a+r $(DESTDIR)${datadir}/emacs/site-lisp/subdirs.el
573 -unset CDPATH; \
574 if [ `(cd ./etc; /bin/pwd)` != `(cd $(DESTDIR)${docdir}; /bin/pwd)` ]; \
575 then \
576 fullversion=`./src/emacs --version | sed -n '1 s/GNU Emacs *//p'`; \
577 if [ -f "./etc/DOC-$${fullversion}" ]; \
578 then \
579 docfile="DOC-$${fullversion}"; \
580 else \
581 docfile="DOC"; \
582 fi; \
583 echo "Copying etc/$${docfile} to $(DESTDIR)${docdir} ..." ; \
e6124927 584 ${INSTALL_DATA} etc/$${docfile} $(DESTDIR)${docdir}/$${docfile}; \
067d23c9
KY
585 (cd $(DESTDIR)$(docdir); \
586 $(set_installuser); \
e6124927 587 chown $${installuser} DOC*; \
067d23c9
KY
588 if test "`echo DOC-*`" != "DOC-*"; then rm -f DOC; fi); \
589 else true; fi
590 -unset CDPATH; \
067d23c9
KY
591 if [ -n "${GZIP_PROG}" ]; \
592 then \
593 echo "Compressing *.el ..." ; \
594 (cd $(DESTDIR)${lispdir}; for f in `find . -name "*.elc" -print`; do \
595 ${GZIP_PROG} -9n `echo $$f|sed 's/.elc$$/.el/'` ; \
596 done) \
597 else true; fi
598 -unset CDPATH; \
599 thisdir=`/bin/pwd`; \
600 if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd $(DESTDIR)${infodir} && /bin/pwd)` ]; \
601 then \
602 (cd $(DESTDIR)${infodir}; \
603 if [ -f dir ]; then true; \
604 else \
605 (cd $${thisdir}; \
606 ${INSTALL_DATA} ${srcdir}/info/dir $(DESTDIR)${infodir}/dir; \
607 chmod a+r $(DESTDIR)${infodir}/dir); \
608 fi; \
9aa071df 609 info_misc=`cd $${thisdir}/doc/misc; ${MAKE} echo-info | sed '/ing directory/d'`; \
067d23c9 610 cd ${srcdir}/info ; \
9aa071df 611 for elt in ${INFO_NONMISC} $${info_misc}; do \
4f8c52a9 612 test "$(HAVE_MAKEINFO)" = "no" && test ! -f $$elt && continue; \
067d23c9 613 for f in `ls $$elt $$elt-[1-9] $$elt-[1-9][0-9] 2>/dev/null`; do \
a36e64d0
GM
614 (cd $${thisdir}; \
615 ${INSTALL_DATA} ${srcdir}/info/$$f $(DESTDIR)${infodir}/$$f); \
067d23c9
KY
616 chmod a+r $(DESTDIR)${infodir}/$$f; \
617 if [ -n "${GZIP_INFO}" ] && [ -n "${GZIP_PROG}" ]; then \
618 rm -f $(DESTDIR)${infodir}/$$f.gz; \
619 ${GZIP_PROG} -9n $(DESTDIR)${infodir}/$$f; \
620 else true; fi; \
621 done; \
7adecb99
GM
622 (cd $${thisdir}; \
623 ${INSTALL_INFO} --info-dir=$(DESTDIR)${infodir} $(DESTDIR)${infodir}/$$elt); \
067d23c9
KY
624 done); \
625 else true; fi
067d23c9
KY
626 -chmod -R a+r $(DESTDIR)${datadir}/emacs/${version} ${COPYDESTS}
627 thisdir=`/bin/pwd`; \
628 cd ${mansrcdir}; \
ab1121bd 629 for page in *.1; do \
067d23c9
KY
630 (cd $${thisdir}; \
631 ${INSTALL_DATA} ${mansrcdir}/$${page} $(DESTDIR)${man1dir}/$${page}; \
632 chmod a+r $(DESTDIR)${man1dir}/$${page}; \
633 if [ -n "${GZIP_INFO}" ] && [ -n "${GZIP_PROG}" ]; then \
634 rm -f $(DESTDIR)${man1dir}/$${page}.gz; \
635 ${GZIP_PROG} -9n $(DESTDIR)${man1dir}/$${page}; \
636 else true; fi ); \
637 done
638
639## Install those items from etc/ that need to end up elsewhere.
640install-etc: mkdir
641 ${INSTALL_DATA} ${srcdir}/etc/emacs.desktop \
642 $(DESTDIR)${desktopdir}/emacs.desktop
643 for icon in $(iconsrcdir)/*/*/apps/*.* \
644 $(iconsrcdir)/*/*/mimetypes/*.*; do \
645 if [ -r $${icon} ]; then \
646 iicon=`echo "$${icon}" | sed 's,$(srcdir)/etc/images/icons,$(DESTDIR)${icondir},'` ; \
647 ${INSTALL_DATA} $${icon} $${iicon} ; \
648 fi ; \
649 done
650
651### Install LEIM files. Although they are machine-independent, we
652### have separate target here instead of including it in
653### `install-arch-indep'. People who extracted LEIM files after they
53964682 654### installed Emacs itself can install only LEIM files by this target.
067d23c9 655install-leim: leim/Makefile mkdir
fd9d85c2 656 cd leim && $(MAKE) $(MFLAGS) install
067d23c9
KY
657
658### Build Emacs and install it, stripping binaries while installing them.
659install-strip:
fd9d85c2 660 $(MAKE) $(MFLAGS) INSTALL_STRIP=-s install
067d23c9
KY
661
662### Build all the directories we're going to install Emacs in. Since
663### we may be creating several layers of directories (for example,
8cc1d519 664### /usr/local/lib/emacs/19.0/mips-dec-ultrix4.2), we use install-sh -d
067d23c9
KY
665### instead of mkdir. Not all systems' mkdir programs have the `-p' flag.
666### We set the umask so that any created directories are world-readable.
667### FIXME it would be good to warn about non-standard permissions of
668### pre-existing directories, but that does not seem easy.
669mkdir: FRC
670 icondirs= ; \
671 for dir in $(iconsrcdir)/*/*/apps $(iconsrcdir)/*/*/mimetypes; do \
672 if [ -d $${dir} ]; then \
673 icondirs="$${icondirs} $${dir}" ; \
674 fi ; \
675 done ; \
676 icondirs=`echo "$${icondirs}" | sed 's,$(srcdir)/etc/images/icons,$(DESTDIR)${icondir},g'` ; \
677 umask 022 ; \
24e0f6b1 678 $(srcdir)/build-aux/install-sh -d $(DESTDIR)${datadir} ${COPYDESTS} \
067d23c9
KY
679 $(DESTDIR)${infodir} $(DESTDIR)${man1dir} \
680 $(DESTDIR)${bindir} $(DESTDIR)${docdir} $(DESTDIR)${libexecdir} \
681 $(DESTDIR)${datadir}/emacs/site-lisp \
682 $(DESTDIR)${datadir}/emacs/${version}/site-lisp \
683 $(DESTDIR)`echo ${locallisppath} | sed 's,:, $(DESTDIR),g'` \
684 $(DESTDIR)${desktopdir} $${icondirs}
685
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:
691 (cd lib-src; \
692 $(MAKE) $(MFLAGS) uninstall \
693 prefix=${prefix} exec_prefix=${exec_prefix} \
694 bindir=${bindir} libexecdir=${libexecdir} archlibdir=${archlibdir})
695 -unset CDPATH; \
696 for dir in $(DESTDIR)${lispdir} $(DESTDIR)${etcdir} ; do \
697 if [ -d $${dir} ]; then \
698 case `(cd $${dir} ; /bin/pwd)` in \
699 `(cd ${srcdir} ; /bin/pwd)`* ) ;; \
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`; \
9aa071df
GM
711 (info_misc=`cd doc/misc; ${MAKE} echo-info | sed '/ing directory/d'`; \
712 cd $(DESTDIR)${infodir} && \
713 for elt in ${INFO_NONMISC} $${info_misc}; do \
a36e64d0
GM
714 (cd $${thisdir}; \
715 $(INSTALL_INFO) --remove --info-dir=$(DESTDIR)${infodir} $(DESTDIR)${infodir}/$$elt); \
7eb21b49
GM
716 if [ -n "${GZIP_INFO}" ] && [ -n "${GZIP_PROG}" ]; then \
717 ext=.gz; else ext=; fi; \
cd3771a0 718 rm -f $$elt$$ext $$elt-[1-9]$$ext $$elt-[1-9][0-9]$$ext; \
067d23c9 719 done;)
7eb21b49
GM
720 (if [ -n "${GZIP_INFO}" ] && [ -n "${GZIP_PROG}" ]; then \
721 ext=.gz; else ext=; fi; \
ab1121bd
GM
722 cd ${mansrcdir} && for page in *.1; do \
723 rm -f $(DESTDIR)${man1dir}/$$page$$ext; done )
067d23c9
KY
724 (cd $(DESTDIR)${bindir} && rm -f $(EMACSFULL) $(EMACS))
725 (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 )
726 -rm -f $(DESTDIR)${desktopdir}/emacs.desktop
727 for file in snake-scores tetris-scores; do \
728 file=$(DESTDIR)${gamedir}/$${file}; \
729 [ -s $${file} ] || rm -f $$file; \
730 done
731
732FRC:
733
734# ==================== Cleaning up and miscellanea ====================
735
736.PHONY: mostlyclean clean distclean maintainer-clean extraclean
737
738### `mostlyclean'
739### Like `clean', but may refrain from deleting a few files that people
740### normally don't want to recompile. For example, the `mostlyclean'
741### target for GCC does not delete `libgcc.a', because recompiling it
742### is rarely necessary and takes a lot of time.
743mostlyclean: FRC
744 (cd src; $(MAKE) $(MFLAGS) mostlyclean)
745 (cd oldXMenu; $(MAKE) $(MFLAGS) mostlyclean)
746 (cd lwlib; $(MAKE) $(MFLAGS) mostlyclean)
9a514d4a 747 (cd lib; $(MAKE) $(MFLAGS) mostlyclean)
067d23c9
KY
748 (cd lib-src; $(MAKE) $(MFLAGS) mostlyclean)
749 -(cd doc/emacs && $(MAKE) $(MFLAGS) mostlyclean)
750 -(cd doc/misc && $(MAKE) $(MFLAGS) mostlyclean)
751 -(cd doc/lispref && $(MAKE) $(MFLAGS) mostlyclean)
752 -(cd doc/lispintro && $(MAKE) $(MFLAGS) mostlyclean)
753 (cd leim; $(MAKE) $(MFLAGS) mostlyclean)
754
755### `clean'
756### Delete all files from the current directory that are normally
757### created by building the program. Don't delete the files that
758### record the configuration. Also preserve files that could be made
759### by building, but normally aren't because the distribution comes
760### with them.
761###
762### Delete `.dvi' files here if they are not part of the distribution.
763clean: FRC
764 (cd src; $(MAKE) $(MFLAGS) clean)
765 (cd oldXMenu; $(MAKE) $(MFLAGS) clean)
766 (cd lwlib; $(MAKE) $(MFLAGS) clean)
9a514d4a 767 (cd lib; $(MAKE) $(MFLAGS) clean)
067d23c9
KY
768 (cd lib-src; $(MAKE) $(MFLAGS) clean)
769 -(cd doc/emacs && $(MAKE) $(MFLAGS) clean)
770 -(cd doc/misc && $(MAKE) $(MFLAGS) clean)
771 -(cd doc/lispref && $(MAKE) $(MFLAGS) clean)
772 -(cd doc/lispintro && $(MAKE) $(MFLAGS) clean)
773 (cd leim; $(MAKE) $(MFLAGS) clean)
774
775### `bootclean'
776### Delete all files that need to be remade for a clean bootstrap.
777top_bootclean=\
778 rm -f config.cache config.log
779### `distclean'
780### Delete all files from the current directory that are created by
781### configuring or building the program. If you have unpacked the
782### source and built the program without creating any other files,
783### `make distclean' should leave only the files that were in the
784### distribution.
785top_distclean=\
786 ${top_bootclean}; \
773233f8 787 rm -f config.status config.log~ Makefile stamp-h1 ${SUBDIR_MAKEFILES}
067d23c9
KY
788distclean: FRC
789 (cd src; $(MAKE) $(MFLAGS) distclean)
790 (cd oldXMenu; $(MAKE) $(MFLAGS) distclean)
791 (cd lwlib; $(MAKE) $(MFLAGS) distclean)
9a514d4a 792 (cd lib; $(MAKE) $(MFLAGS) distclean)
067d23c9
KY
793 (cd lib-src; $(MAKE) $(MFLAGS) distclean)
794 (cd doc/emacs && $(MAKE) $(MFLAGS) distclean)
795 (cd doc/misc && $(MAKE) $(MFLAGS) distclean)
796 (cd doc/lispref && $(MAKE) $(MFLAGS) distclean)
797 (cd doc/lispintro && $(MAKE) $(MFLAGS) distclean)
798 (cd leim; $(MAKE) $(MFLAGS) distclean)
799 (cd lisp; $(MAKE) $(MFLAGS) distclean)
800 ${top_distclean}
801
802### `bootstrap-clean'
803### Delete everything that can be reconstructed by `make' and that
804### needs to be deleted in order to force a bootstrap from a clean state.
805bootstrap-clean: FRC
806 (cd src; $(MAKE) $(MFLAGS) bootstrap-clean)
807 (cd oldXMenu; $(MAKE) $(MFLAGS) maintainer-clean)
808 (cd lwlib; $(MAKE) $(MFLAGS) maintainer-clean)
9a514d4a 809 (cd lib; $(MAKE) $(MFLAGS) maintainer-clean)
067d23c9
KY
810 (cd lib-src; $(MAKE) $(MFLAGS) maintainer-clean)
811 -(cd doc/emacs && $(MAKE) $(MFLAGS) maintainer-clean)
812 -(cd doc/misc && $(MAKE) $(MFLAGS) maintainer-clean)
813 -(cd doc/lispref && $(MAKE) $(MFLAGS) maintainer-clean)
814 -(cd doc/lispintro && $(MAKE) $(MFLAGS) maintainer-clean)
815 (cd leim; $(MAKE) $(MFLAGS) maintainer-clean)
816 (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)
4f8c52a9 817 [ ! -f config.log ] || mv -f config.log config.log~
067d23c9 818 ${top_bootclean}
773233f8
GM
819## configure; make bootstrap replaces the real config.log from configure
820## with the truncated one from config.status. The former is more useful.
067d23c9
KY
821
822### `maintainer-clean'
823### Delete everything from the current directory that can be
824### reconstructed with this Makefile. This typically includes
825### everything deleted by distclean, plus more: C source files
826### produced by Bison, tags tables, info files, and so on.
827###
828### One exception, however: `make maintainer-clean' should not delete
829### `configure' even if `configure' can be remade using a rule in the
830### Makefile. More generally, `make maintainer-clean' should not delete
831### anything that needs to exist in order to run `configure' and then
832### begin to build the program.
9a514d4a
PE
833top_maintainer_clean=\
834 ${top_distclean}; \
e02ea74b 835 rm -fr autom4te.cache
067d23c9
KY
836maintainer-clean: bootstrap-clean FRC
837 (cd src; $(MAKE) $(MFLAGS) maintainer-clean)
838 (cd lisp; $(MAKE) $(MFLAGS) maintainer-clean)
9a514d4a 839 ${top_maintainer_clean}
067d23c9
KY
840
841### This doesn't actually appear in the coding standards, but Karl
842### says GCC supports it, and that's where the configuration part of
843### the coding standards seem to come from. It's like distclean, but
844### it deletes backup and autosave files too.
845extraclean:
846 for i in ${SUBDIR} leim; do (cd $$i; $(MAKE) $(MFLAGS) extraclean); done
9a514d4a 847 ${top_maintainer_clean}
067d23c9
KY
848 -rm -f config-tmp-*
849 -rm -f *~ \#*
850
851# The src subdir knows how to do the right thing
852# even when the build directory and source dir are different.
9a514d4a 853TAGS tags: lib lib-src src
5a95c002 854 cd src; $(MAKE) $(MFLAGS) tags
067d23c9
KY
855
856check:
6c7e099d 857 @if test ! -d test/automated; then \
a22d9d2c
GM
858 echo "You do not seem to have the test/ directory."; \
859 echo "Maybe you are using a release tarfile, rather than a repository checkout."; \
860 else \
861 cd test/automated && $(MAKE) $(MFLAGS) check; \
862 fi
067d23c9
KY
863
864dist:
865 cd ${srcdir}; ./make-dist
866
867.PHONY: info dvi dist check html
868
925e561d 869info-real:
067d23c9
KY
870 (cd doc/emacs; $(MAKE) $(MFLAGS) info)
871 (cd doc/misc; $(MAKE) $(MFLAGS) info)
872 (cd doc/lispref; $(MAKE) $(MFLAGS) info)
873 (cd doc/lispintro; $(MAKE) $(MFLAGS) info)
874
875force-info:
876# Note that man/Makefile knows how to put the info files in $(srcdir),
877# so we can do ok running make in the build dir.
878# This used to have a clause that exited with an error if MAKEINFO = no.
879# But it is inappropriate to do so without checking if makeinfo is
880# actually needed - it is not if the info files are up-to-date. (Bug#3982)
881# Only the doc/*/Makefiles can decide that, so we let those rules run
882# and give a standard error if makeinfo is needed but missing.
883# While it would be nice to give a more detailed error message, that
884# would require changing every rule in doc/ that builds an info file,
885# and it's not worth it. This case is only relevant if you download a
886# release, then change the .texi files.
887info: force-info
e5365138 888 @if test "$(HAVE_MAKEINFO)" = "no"; then \
067d23c9
KY
889 echo "Configured --without-makeinfo, not building manuals" ; \
890 else \
891 $(MAKE) $(MFLAGS) info-real ; \
892 fi
893
894# The info/dir file must be updated by hand when new manuals are added.
895check-info-dir: info
896 cd info ; \
897 missing= ; \
898 for file in *; do \
899 test -f "$${file}" || continue ; \
900 case $${file} in \
901 *-[0-9]*|COPYING|dir) continue ;; \
902 esac ; \
8045b906 903 file=`echo $${file} | sed 's/\.info//'` ; \
067d23c9
KY
904 grep -q -F ": ($${file})." dir || missing="$${missing} $${file}" ; \
905 done ; \
906 if test -n "$${missing}"; then \
907 echo "Missing info/dir entries: $${missing}" ; \
908 exit 1 ; \
909 fi ; \
910 echo "info/dir is OK"
911
912dvi:
913 (cd doc/emacs; $(MAKE) $(MFLAGS) dvi)
914 (cd doc/misc; $(MAKE) $(MFLAGS) dvi)
915 (cd doc/lispref; $(MAKE) $(MFLAGS) elisp.dvi)
916 (cd doc/lispintro; $(MAKE) $(MFLAGS) emacs-lisp-intro.dvi)
917
918#### Bootstrapping.
919
920### This first cleans the lisp subdirectory, removing all compiled
921### Lisp files. Then re-run make to build all the files anew.
922
923.PHONY: bootstrap
924
000d802e 925## configure; make bootstrap replaces the real config.log from configure
773233f8 926## with the truncated one from config.status. The former is more useful.
067d23c9
KY
927bootstrap: bootstrap-clean FRC
928 if [ -x ./config.status ]; then \
929 ./config.status; \
930 else \
6c269a38 931 ./configure $(CONFIGURE_FLAGS); \
067d23c9
KY
932 fi
933 $(MAKE) $(MFLAGS) info all
934
935.PHONY: check-declare
936
937check-declare:
4f8c52a9 938 @if [ ! -f $(srcdir)/src/emacs ]; then \
067d23c9
KY
939 echo "You must build Emacs to use this command"; \
940 exit 1; \
941 fi
942 (cd leim; $(MAKE) $(MFLAGS) $@)
943 (cd lisp; $(MAKE) $(MFLAGS) $@)