3 # Copyright (C) 1992-2019 Free Software Foundation, Inc.
5 # This file is part of GNU Emacs.
7 # GNU Emacs is free software: you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation, either version 3 of the License, or
10 # (at your option) any later version.
12 # GNU Emacs is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
17 # You should have received a copy of the GNU General Public License
18 # along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
22 # make all to compile and build Emacs.
23 # make install to install it.
24 # make TAGS to update tags tables.
26 # make clean or make mostlyclean
27 # Delete all files from the current directory that are normally
28 # created by building the program. Don't delete the files that
29 # record the configuration. Also preserve files that could be made
30 # by building, but normally aren't because the distribution comes
33 # Delete '.dvi' files here if they are not part of the distribution.
36 # Delete all files from the current directory that are created by
37 # configuring or building the program. If you have unpacked the
38 # source and built the program without creating any other files,
39 # 'make distclean' should leave only the files that were in the
42 # make maintainer-clean
43 # Delete everything from the current directory that can be
44 # reconstructed with this Makefile. This typically includes
45 # everything deleted by distclean, plus more: .elc files,
46 # C source files produced by Bison, tags tables, info files,
50 # Still more severe - delete backup and autosave files, too.
51 # Also generated files that do not normally change and can be slow
52 # to rebuild (eg leim/ja-dic).
55 # Removes all the compiled files to force a new bootstrap from a
56 # clean slate, and then build in the normal way.
59 # Make Emacs documentation files from their sources; requires makeinfo.
61 # make check (or check-expensive or check-all)
62 # Run the Emacs test suite.
63 # check-expensive includes additional tests that can be slow.
64 # check-all runs all tests, including ones that can be slow, or
69 # This only matters when inheriting a CDPATH not starting with the
73 # ==================== Things 'configure' Might Edit ====================
75 cache_file
= @cache_file@
76 CONFIGURE_FLAGS
= --cache-file
=$(cache_file
)
82 ### These help us choose version- and architecture-specific directories
83 ### to install files in.
85 ### This should be the number of the Emacs version we're building,
86 ### like '24.5' or '25.0.50'.
89 ### This should be the name of the configuration we're building Emacs
90 ### for, like 'x86_64-unknown-linux-gnu' or 'powerpc-ibm-aix7.1.2.0'.
91 configuration
=@configuration@
93 ### The nt/ subdirectory gets built only for MinGW
97 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
99 AM_V_GEN
= $(am__v_GEN_@AM_V@
)
100 am__v_GEN_
= $(am__v_GEN_@AM_DEFAULT_V@
)
101 am__v_GEN_0
= @echo
" GEN " $@
;
104 AM_V_at
= $(am__v_at_@AM_V@
)
105 am__v_at_
= $(am__v_at_@AM_DEFAULT_V@
)
109 # ==================== Where To Install Things ====================
111 # Location to install Emacs.app under GNUstep / macOS.
112 # Later values may use these.
113 ns_appbindir
=@ns_appbindir@
114 ns_appresdir
=@ns_appresdir@
115 # Either yes or no depending on whether this is a relocatable Emacs.app.
116 ns_self_contained
=@ns_self_contained@
118 # The default location for installation. Everything is placed in
119 # subdirectories of this directory. The default values for many of
120 # the variables below are expressed in terms of this one, so you may
121 # not need to change them. This defaults to /usr/local.
124 # Like 'prefix', but used for architecture-specific files.
125 exec_prefix=@
exec_prefix@
127 # Where to install Emacs and other binaries that people will want to
128 # run directly (like etags).
131 # The root of the directory tree for read-only architecture-independent
132 # data files. ${datadir}, ${infodir} and ${mandir} are based on this.
133 datarootdir
=@datarootdir@
135 # Where to install architecture-independent data files. ${lispdir}
136 # and ${etcdir} are subdirectories of this.
139 # Where to install and expect the files that Emacs modifies as it
140 # runs. These files are all architecture-independent.
141 # Right now, this is not used.
142 sharedstatedir
=@sharedstatedir@
144 # Where to install and expect executable files to be run by Emacs
145 # rather than directly by users (and other architecture-dependent
146 # data, although Emacs does not have any). The executables
147 # are actually installed in ${archlibdir}, which is (normally)
148 # a subdirectory of this.
149 libexecdir
=@libexecdir@
151 # Currently only used for the systemd service file.
154 # Where to install emacs-module.h.
155 includedir=@
includedir@
157 # Where to install Emacs's man pages.
158 # Note they contain cross-references that expect them to be in section 1.
160 man1dir=$(mandir)/man1
162 # Where to install and expect the info files describing Emacs.
164 # Info files not in the doc/misc directory (we get those via make echo-info).
165 INFO_NONMISC
=emacs.
info eintr.
info elisp.
info
167 # If no makeinfo was found and configured --without-makeinfo, "no"; else "yes".
168 HAVE_MAKEINFO
=@HAVE_MAKEINFO@
170 # Directory for local state files for all programs.
171 localstatedir
=@localstatedir@
173 # Where to look for bitmap files.
174 bitmapdir
=@bitmapdir@
176 # Where to find the source code. The source code for Emacs's C kernel is
177 # expected to be in ${srcdir}/src, and the source code for Emacs's
178 # utility programs is expected to be in ${srcdir}/lib-src. This is
179 # set by the configure script's '--srcdir' option.
181 # We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
183 abs_srcdir
=@abs_srcdir@
185 # Where the manpage source files are kept.
186 mansrcdir
=$(srcdir)/doc
/man
188 # Tell make where to find source files; this is needed for the makefiles.
191 # Where to find the application default.
192 x_default_search_path
=@x_default_search_path@
194 # Where the etc/emacs.desktop file is to be installed.
195 desktopdir
=$(datarootdir
)/applications
197 # Where the etc/emacs.appdata.xml file is to be installed.
198 appdatadir
=$(datarootdir
)/metainfo
200 # Where the etc/emacs.service file is to be installed.
201 # The system value (typically /usr/lib/systemd/user) can be
202 # obtained with: pkg-config --variable=systemduserunitdir systemd
203 # but that does not respect configure's prefix.
204 # It is not clear where we should install this file when
205 # prefix != /usr (or /usr/local?) (eg for non-root installs).
206 # Other options include ~/.config/systemd/user/,
207 # $XDG_RUNTIME_DIR/systemd/user/
208 # It seems the user may end up having to make a manual link...
209 systemdunitdir
=$(libdir)/systemd
/user
211 # Where the etc/images/icons/hicolor directory is to be installed.
212 icondir
=$(datarootdir
)/icons
214 # The source directory for the icon files.
215 iconsrcdir
=$(srcdir)/etc
/images
/icons
217 # ==================== Emacs-specific directories ====================
219 # These variables hold the values Emacs will actually use. They are
220 # based on the values of the standard Make variables above.
222 # Where to install the lisp files distributed with Emacs.
223 # This includes the Emacs version, so that the lisp files for different
224 # versions of Emacs will install themselves in separate directories.
227 # Directories Emacs should search for standard lisp files.
228 # The default is ${lispdir}.
229 standardlisppath
=@standardlisppath@
231 # Directories Emacs should search for lisp files specific to this
232 # site (i.e. customizations), before consulting ${standardlisppath}.
233 # This should be a colon-separated list of directories.
234 locallisppath
=@locallisppath@
236 # Where Emacs will search to find its lisp files. Before
237 # changing this, check to see if your purpose wouldn't
238 # better be served by changing locallisppath. This
239 # should be a colon-separated list of directories.
240 # The default is ${locallisppath}:${standardlisppath}.
243 # Where Emacs will search for its lisp files while building.
244 # This is only used during the process of compiling Emacs,
245 # to help Emacs find its lisp files before they've been installed
246 # in their final location.
247 # This should be a colon-separated list of directories.
248 # Normally it points to the lisp/ directory in the sources.
249 # NB lread.c relies on lisp/ being first here.
250 buildlisppath
=${abs_srcdir}/lisp
252 # Where to install the other architecture-independent
253 # data files distributed with Emacs (like the tutorial,
254 # the cookie recipes and the Zippy database). This path
255 # usually contains the Emacs version number, so the data
256 # files for multiple versions of Emacs may be installed
260 # Where to put executables to be run by Emacs rather than
261 # the user. This path usually includes the Emacs version
262 # and configuration name, so that multiple configurations
263 # for multiple versions of Emacs may be installed at
265 archlibdir
=@archlibdir@
267 # Where to put the etc/DOC file.
268 etcdocdir
=@etcdocdir@
270 # User or group of the auxiliary program update-game-score, which is
271 # installed on platforms with a game directory shared by multiple users.
272 # On other platforms Emacs can update the score files itself.
274 gamegroup
=@gamegroup@
275 # Where to install game score files, if gameuser or gamegroup is nonempty.
277 # Nonempty if and only if a shared gamedir is used.
278 use_gamedir
=$(gameuser
)$(gamegroup
)
280 # ==================== Utility Programs for the Build ====================
282 # Allow the user to specify the install program.
283 # Note that if the system does not provide a suitable install,
284 # configure will use build-aux/install-sh. Annoyingly, it does
285 # not use an absolute path. So we must take care to always run
286 # INSTALL-type commands from the directory containing the Makefile.
287 # This explains (I think) the cd thisdir seen in several install rules.
289 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
290 INSTALL_DATA
= @INSTALL_DATA@
291 INSTALL_INFO
= @INSTALL_INFO@
292 # By default, we uphold the dignity of our programs.
295 # Create a link to a file in the same directory as the target.
296 LN_S_FILEONLY
= @LN_S_FILEONLY@
298 # We use gzip to compress installed .el and some .txt files.
299 GZIP_PROG
= @GZIP_PROG@
301 # ============================= Targets ==============================
303 # Program name transformation.
304 TRANSFORM
= @program_transform_name@
306 # What emacs should be called when installed.
307 EMACS_NAME
= `echo emacs | sed '$(TRANSFORM)'`
308 EMACS
= ${EMACS_NAME}${EXEEXT}
309 EMACSFULL
= `echo emacs-${version} | sed '$(TRANSFORM)'`${EXEEXT}
311 # Subdirectories to make recursively.
312 SUBDIR
= $(NTDIR
) lib lib-src src lisp
314 # The subdir makefiles created by config.status.
315 SUBDIR_MAKEFILES_IN
= @SUBDIR_MAKEFILES_IN@
316 SUBDIR_MAKEFILES
= $(patsubst ${srcdir}/%,%,${SUBDIR_MAKEFILES_IN
:.in
=})
318 # Non-makefile files created by config.status.
319 CONFIG_STATUS_FILES_IN
= \
320 ${srcdir}/nt
/emacs.rc.in
${srcdir}/nt
/emacsclient.rc.in \
321 ${srcdir}/doc
/man
/emacs
.1.in
323 # Subdirectories to install, and where they'll go. lib-src's and nt's
324 # makefiles know how to install them, so we don't do that here.
325 # Directories that cannot simply be copied, eg info, are treated
327 COPYDIR
= ${srcdir}/etc
${srcdir}/lisp
328 COPYDESTS
= "$(DESTDIR)${etcdir}" "$(DESTDIR)${lispdir}"
332 .PHONY
: all ${SUBDIR} blessmail epaths-force epaths-force-w32 etc-emacsver
334 # If configure were to just generate emacsver.tex from emacsver.tex.in
335 # in the normal way, the timestamp of emacsver.tex would always be
336 # newer than that of the pdf files, which are prebuilt in release tarfiles.
337 # So we use this rule, and move-if-change, to avoid that.
339 majorversion
=`echo ${version} | sed 's/\..*//'`; \
340 sed
"s/[@]majorversion@/$${majorversion}/" \
341 ${srcdir}/etc
/refcards
/emacsver.
tex.in
> emacsver.
tex.
$$$$ && \
342 ${srcdir}/build-aux
/move-if-change emacsver.
tex.
$$$$ \
343 ${srcdir}/etc
/refcards
/emacsver.
tex
345 # The shared gamedir name as a C string literal, or a null ptr if not in use.
346 PATH_GAME
= $(if
$(use_gamedir
),"$(gamedir)",((char const
*) 0))
348 # Generate epaths.h from epaths.in. This target is invoked by 'configure'.
349 # See comments in configure.ac for why it is done this way, as opposed
350 # to just letting configure generate epaths.h from epaths.in in a
351 # similar way to how Makefile is made from Makefile.in.
353 @for
dir in
'$(abs_srcdir)' '$(lispdir)' '$(archlibdir)'; do \
356 printf
>&2 "Build or installation directory '%s'\\n" "$$dir"; \
357 echo
>&2 "cannot contain ':'."; \
361 @
(gamedir
='${gamedir}'; \
362 sed
< ${srcdir}/src
/epaths.in
> epaths.h.
$$$$ \
363 -e
's;\(#.*PATH_LOADSEARCH\).*$$;\1 "${standardlisppath}";' \
364 -e
's;\(#.*PATH_SITELOADSEARCH\).*$$;\1 "${locallisppath}";' \
365 -e
's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "${buildlisppath}";' \
366 -e
'/^#define PATH_[^ ]*SEARCH /s/\([":]\):*/\1/g' \
367 -e
'/^#define PATH_[^ ]*SEARCH /s/:"/"/' \
368 -e
's;\(#.*PATH_EXEC\).*$$;\1 "${archlibdir}";' \
369 -e
's;\(#.*PATH_INFO\).*$$;\1 "${infodir}";' \
370 -e
's;\(#.*PATH_DATA\).*$$;\1 "${etcdir}";' \
371 -e
's;\(#.*PATH_BITMAPS\).*$$;\1 "${bitmapdir}";' \
372 -e
's;\(#.*PATH_X_DEFAULTS\).*$$;\1 "${x_default_search_path}";' \
373 -e
's;\(#.*PATH_GAME\).*$$;\1 $(PATH_GAME);' \
374 -e
's;\(#.*PATH_DOC\).*$$;\1 "${etcdocdir}";') && \
375 ${srcdir}/build-aux
/move-if-change epaths.h.
$$$$ src
/epaths.h
377 # The w32 build needs a slightly different editing, and it uses
378 # nt/epaths.nt as the template.
380 # Use the value of ${locallisppath} supplied by 'configure',
381 # to support the --enable-locallisppath argument.
383 # In this case, the paths written to 'src/epaths.h' must be in native
384 # MS-Windows format (e.g. 'c:/foo/bar'), because temacs is a MinGW
385 # program that doesn't support MSYS-style paths (e.g. '/c/foo/bar' or
388 @
(w32srcdir
=`${srcdir}/build-aux/msys-to-w32 "${abs_srcdir}"`; \
389 w32prefix
=`${srcdir}/build-aux/msys-to-w32 "${prefix}"`; \
390 w32locallisppath
=`${srcdir}/build-aux/msys-to-w32 "${locallisppath}"` ; \
391 w32locallisppath
=$${w32locallisppath
//$${w32prefix}/"%emacs_dir%"} ; \
392 sed
< ${srcdir}/nt
/epaths.nt
> epaths.h.
$$$$ \
393 -e
's;\(#.*PATH_SITELOADSEARCH\).*$$;\1 "'"$${w32locallisppath//;/\\;}"'";' \
394 -e
'/^.*#/s/@VER@/${version}/g' \
395 -e
'/^.*#/s/@CFG@/${configuration}/g' \
396 -e
"/^.*#/s|@SRC@|$${w32srcdir}|g") && \
397 ${srcdir}/build-aux
/move-if-change epaths.h.
$$$$ src
/epaths.h
399 lib-src src
: $(NTDIR
) lib
403 # We need to build 'emacs' in 'src' to compile the *.elc files in 'lisp'.
406 # These targets should be "${SUBDIR} without 'src'".
407 lib lib-src lisp nt
: Makefile
410 # Ideally, VCSWITNESS should be a file that is modified whenever the
411 # repository registers a commit from either a local checkin or a
412 # repository pull. In git there is no single file that guarantees
413 # this, but the local log for the current head should be close enough.
415 # Pass an unexpanded $srcdir to src's Makefile, which then
416 # expands it using its own value of srcdir (which points to the
417 # source directory of src/).
418 dirstate
= .git
/logs
/HEAD
419 VCSWITNESS
= $(if
$(wildcard $(srcdir)/$(dirstate
)),$$(srcdir)/..
/$(dirstate
))
421 $(MAKE
) -C
$@ VCSWITNESS
='$(VCSWITNESS)' all
423 blessmail
: Makefile src
424 $(MAKE
) -C lib-src maybe-blessmail
426 # We used to have one rule per */Makefile.in, but that leads to race
427 # conditions with parallel makes, so assume that the timestamp on
428 # ./Makefile represents the timestamp on all the other Makefiles.
429 # Similarly, assume the timestamp on ./configure represents the
430 # timestamp on src/config.in.
432 # config.status overrides MAKEFILE_NAME with a bogus name when creating
433 # src/epaths.h, so that 'make epaths-force' does not recursively invoke
434 # config.status and overwrite config.status while executing it (Bug#11214).
436 # 'make bootstrap' overrides MAKEFILE_NAME to a nonexistent file but
437 # then attempts to build that file. This forces 'Makefile', 'lib/Makefile',
438 # etc. to be built without running into similar recursion problems.
439 MAKEFILE_NAME
= Makefile
440 $(MAKEFILE_NAME
): config.status
$(srcdir)/configure \
441 $(srcdir)/lib
/gnulib.mk.in \
442 $(srcdir)/Makefile.in
$(SUBDIR_MAKEFILES_IN
) $(CONFIG_STATUS_FILES_IN
)
443 MAKE
='$(MAKE)' .
/config.status
445 # Don't erase these files if make is interrupted while refreshing them.
446 .PRECIOUS
: Makefile config.status
448 config.status
: ${srcdir}/configure
449 if
[ -x .
/config.status
]; then \
450 $(CFG
) .
/config.status
--recheck
; \
452 $(CFG
) $(srcdir)/configure
$(CONFIGURE_FLAGS
); \
455 $(srcdir)/configure
: $(srcdir)/configure.ac
$(srcdir)/m4
/*.m4
456 cd
$(srcdir) && .
/autogen.sh autoconf
458 # ==================== Installation ====================
460 .PHONY
: install install-arch-dep install-arch-indep install-etcdoc install-info
461 .PHONY
: install-man install-etc install-strip install-
$(NTDIR
)
462 .PHONY
: uninstall uninstall-
$(NTDIR
)
464 ## If we let lib-src do its own installation, that means we
465 ## don't have to duplicate the list of utilities to install in
466 ## this Makefile as well.
468 install: all install-arch-indep install-etcdoc install-arch-dep install-
$(NTDIR
) blessmail
471 ## Ensure that $subdir contains a subdirs.el file.
472 ## Here and elsewhere, we set the umask so that any created files are
474 ## TODO it might be good to warn about non-standard permissions of
475 ## pre-existing directories, but that does not seem easy.
476 write_subdir
=if
[ -f
"$${subdir}/subdirs.el" ]; \
480 ${MKDIR_P} "$${subdir}"; \
481 (echo
"(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \
482 echo
" (normal-top-level-add-subdirs-to-load-path))") \
483 > "$${subdir}/subdirs.el"; \
486 ### Install the executables that were compiled specifically for this machine.
487 ### We do install-arch-indep first because the executable needs the
488 ### Lisp files and DOC file to work properly.
489 install-arch-dep
: src install-arch-indep install-etcdoc install-
$(NTDIR
)
490 umask
022; ${MKDIR_P} "$(DESTDIR)${bindir}"
491 $(MAKE
) -C lib-src
install
492 ifeq (${ns_self_contained},no
)
493 ${INSTALL_PROGRAM} $(INSTALL_STRIP
) src
/emacs
${EXEEXT} "$(DESTDIR)${bindir}/$(EMACSFULL)"
494 -chmod
755 "$(DESTDIR)${bindir}/$(EMACSFULL)"
496 rm -f
"$(DESTDIR)${bindir}/$(EMACS)"
497 cd
"$(DESTDIR)${bindir}" && $(LN_S_FILEONLY
) "$(EMACSFULL)" "$(EMACS)"
500 subdir
=${ns_appresdir}/site-lisp
&& ${write_subdir}
501 rm -rf
${ns_appresdir}/share
504 ### Windows-specific install target for installing programs produced
505 ### in nt/, and its Posix do-nothing shadow.
508 $(MAKE
) -C
$(NTDIR
) install
510 ## In the share directory, we are deleting:
511 ## applications (with emacs.desktop, also found in etc/)
512 ## emacs (basically empty except for unneeded site-lisp directories)
513 ## icons (duplicates etc/images/icons/hicolor)
515 ## This is install-etc for everything except self-contained-ns builds.
516 ## For them, it is empty.
517 INSTALL_ARCH_INDEP_EXTRA
= @INSTALL_ARCH_INDEP_EXTRA@
519 ## https://lists.gnu.org/r/emacs-devel/2007-10/msg01672.html
520 ## Needs to be the user running install, so configure can't set it.
521 set_installuser
=for installuser in
$${LOGNAME} $${USERNAME} $${USER} \
522 `id -un 2> /dev/null`; do \
523 [ -n
"$${installuser}" ] && break
; \
526 ### Install the files that are machine-independent.
527 ### Most of them come straight from the distribution; the exception is
528 ### the DOC file, which is copied from the build directory.
530 ## We delete each directory in ${COPYDESTS} before we copy into it;
531 ## that way, we can reinstall over directories that have been put in
532 ## place with their files read-only (perhaps because they are checked
533 ## into RCS). In order to make this safe, we make sure that the
534 ## source exists and is distinct from the destination.
536 ## We delete etc/DOC* because there may be irrelevant DOC files from
537 ## other builds in the source directory. This is ok because we just
538 ## deleted the entire installed etc/ directory and recreated it.
539 ## install-etcdoc installs the relevant DOC.
541 ## Note that we install etc/refcards/*.ps if present.
542 ## TODO we should compress these if GZIP_PROG is set.
543 ## It would be simpler to have a separate install rule for etc/refcards
544 ## (maybe move it to doc/refcards?).
546 ## Note that the Makefiles in the etc directory are potentially useful
547 ## in an installed Emacs, so should not be excluded.
549 ## We always create the _default_ locallisppath directories, and
550 ## ensure that they contain a subdirs.el file (via write_subdir).
551 ## This is true even if locallisppath has a non-default value.
552 ## In case of non-default value, we used to create the specified directories,
553 ## but not add subdirs.el to them. This was a strange halfway house.
554 ## Nowadays we do not create non-default directories.
556 ## Note that we use tar instead of plain old cp -R/-r because the latter
557 ## is apparently not portable (even in 2012!).
558 ## https://lists.gnu.org/r/emacs-devel/2012-05/msg00278.html
559 ## I have no idea which platforms Emacs supports where cp -R does not
560 ## work correctly, and therefore no idea when tar can be replaced.
561 ## See also these comments from 2004 about cp -r working fine:
562 ## https://lists.gnu.org/r/autoconf-patches/2004-11/msg00005.html
563 install-arch-indep
: lisp install-info install-man
${INSTALL_ARCH_INDEP_EXTRA}
564 umask
022 && $(MKDIR_P
) "$(DESTDIR)$(includedir)"
565 $(INSTALL_DATA
) src
/emacs-module.h
"$(DESTDIR)$(includedir)/emacs-module.h"
566 -set
${COPYDESTS} ; \
568 $(set_installuser
); \
569 for
dir in
${COPYDIR} ; do \
570 [ -d
$${dir} ] || exit
1 ; \
571 dest
="$$1" ; shift
; \
572 if
[ -d
"$${dest}" ]; then \
573 exp_dest
=`cd "$${dest}" && /bin/pwd`; \
574 [ "$$exp_dest" = "`cd $${dir} && /bin/pwd`" ] && continue
; \
577 rm -rf
"$${dest}" ; \
578 umask
022; ${MKDIR_P} "$${dest}" ; \
579 printf
'Copying %s to %s...\n' "$$dir" "$$dest" ; \
580 (cd
$${dir}; tar -chf
- .
) \
581 |
(cd
"$${dest}"; umask
022; \
582 tar -xvf
- && cat
> /dev
/null
) || exit
1; \
583 if
[ "$${dir}" = "${srcdir}/etc" ]; then \
584 rm -f
"$${dest}/DOC"* ; \
585 rm -f
"$${dest}/refcards"/*.aux
"$${dest}/refcards"/*.
dvi; \
586 rm -f
"$${dest}/refcards"/*.log
"$${dest}/refcards"/*.in
; \
589 (cd
"$${dest}" || exit
1; \
590 for subdir in
`find . -type d -print` ; do \
591 chmod a
+rx
$${subdir} ; \
592 rm -f
$${subdir}/.gitignore
; \
593 rm -f
$${subdir}/.arch-inventory
; \
594 rm -f
$${subdir}/.DS_Store
; \
595 rm -f
$${subdir}/#* ; \
596 rm -f
$${subdir}/.
#* ; \
597 rm -f
$${subdir}/*~
; \
598 rm -f
$${subdir}/*.orig
; \
599 rm -f
$${subdir}/ChangeLog
* ; \
600 [ "$${dir}" != "${srcdir}/etc" ] && \
601 rm -f
$${subdir}/[mM
]akefile
*[.
-]in
$${subdir}/[mM
]akefile
; \
603 find
"$${dest}" -exec chown
$${installuser} {} ';' ;\
605 -rm -f
"$(DESTDIR)${lispdir}/subdirs.el"
606 umask
022; $(srcdir)/build-aux
/update-subdirs
"$(DESTDIR)${lispdir}"
607 subdir
="$(DESTDIR)${datadir}/emacs/${version}/site-lisp" ; \
609 subdir
="$(DESTDIR)${datadir}/emacs/site-lisp" ; \
610 ${write_subdir} || true
611 [ -z
"${GZIP_PROG}" ] ||
{ \
612 echo
"Compressing *.el etc. ..." && \
613 cd
"$(DESTDIR)${lispdir}" && \
614 for f in
`find . -name "*.elc" -print | sed 's/.elc$$/.el/'`; do \
615 ${GZIP_PROG} -9n
"$$f"; \
617 ${GZIP_PROG} -9n
"../etc/publicsuffix.txt"; \
619 -chmod
-R a
+r
"$(DESTDIR)${datadir}/emacs/${version}" ${COPYDESTS}
621 ## The above chmods are needed because "umask 022; tar ..." is not
622 ## guaranteed to do the right thing; eg if we are root and tar is
623 ## preserving source permissions.
625 ## Note that install-arch-indep deletes and recreates the entire
626 ## installed etc/ directory, so we need it to run before this does.
627 install-etcdoc
: src install-arch-indep
629 umask
022; ${MKDIR_P} "$(DESTDIR)${etcdocdir}" ; \
630 exp_etcdocdir
=`cd "$(DESTDIR)${etcdocdir}"; /bin/pwd`; \
631 if
[ "`cd ./etc; /bin/pwd`" != "$$exp_etcdocdir" ]; \
634 printf
'Copying %s to %s ...\n' "etc/$$docfile" \
635 "$(DESTDIR)${etcdocdir}"; \
636 ${INSTALL_DATA} etc
/$${docfile} "$(DESTDIR)${etcdocdir}/$${docfile}"; \
637 $(set_installuser
); \
638 chown
$${installuser} "$(DESTDIR)${etcdocdir}/$${docfile}" || true
; \
642 ## If info/dir is missing, but we have install-info, we should let
643 ## that handle it. If info/dir is present and we do not have install-info,
644 ## we should check for missing entries and add them by hand.
647 ## If HAVE_MAKEINFO = no and there are no info files, do not install info/dir.
649 umask
022; ${MKDIR_P} "$(DESTDIR)${infodir}"
651 thisdir
=`/bin/pwd`; \
652 exp_infodir
=`cd "$(DESTDIR)${infodir}" && /bin/pwd`; \
653 if
[ "`cd ${srcdir}/info && /bin/pwd`" = "$$exp_infodir" ]; then \
656 [ -f
"$(DESTDIR)${infodir}/dir" ] || \
657 [ ! -f
${srcdir}/info/dir ] || \
658 ${INSTALL_DATA} ${srcdir}/info/dir "$(DESTDIR)${infodir}/dir"; \
659 info_misc
=`$(MAKE) --no-print-directory -s -C doc/misc echo-info`; \
660 cd
${srcdir}/info ; \
661 for elt in
${INFO_NONMISC} $${info_misc}; do \
662 test "$(HAVE_MAKEINFO)" = "no" && test ! -f
$$elt && continue
; \
663 for f in
`ls $$elt $$elt-[1-9] $$elt-[1-9][0-9] 2>/dev/null`; do \
665 ${INSTALL_DATA} ${srcdir}/info/$$f "$(DESTDIR)${infodir}/$$f"); \
666 [ -n
"${GZIP_PROG}" ] || continue
; \
667 rm -f
"$(DESTDIR)${infodir}/$$f.gz"; \
668 ${GZIP_PROG} -9n
"$(DESTDIR)${infodir}/$$f"; \
671 ${INSTALL_INFO} --info-dir
="$(DESTDIR)${infodir}" "$(DESTDIR)${infodir}/$$elt"); \
675 ## "gzip || true" is because some gzips exit with non-zero status
676 ## if compression would not reduce the file size. Eg, the gzip in
677 ## OpenBSD 4.9 seems to do this (2013/03). In Emacs, this can
678 ## only happen with the tiny ctags.1 manpage. We don't really care if
679 ## ctags.1 is compressed or not. "gzip -f" is another option here,
680 ## but not sure if portable.
682 umask
022; ${MKDIR_P} "$(DESTDIR)${man1dir}"
683 thisdir
=`/bin/pwd`; \
685 for page in
*.1; do \
686 test "$$page" = ChangeLog
.1 && continue
; \
687 dest
=`echo "$${page}" | sed -e 's/\.1$$//' -e '$(TRANSFORM)'`.1; \
689 ${INSTALL_DATA} ${mansrcdir}/$${page} "$(DESTDIR)${man1dir}/$${dest}"); \
690 [ -n
"${GZIP_PROG}" ] || continue
; \
691 rm -f
"$(DESTDIR)${man1dir}/$${dest}.gz"; \
692 ${GZIP_PROG} -9n
"$(DESTDIR)${man1dir}/$${dest}" || true
; \
695 ## Install those items from etc/ that need to end up elsewhere.
697 ## If you prefer, choose "emacs22" at installation time.
698 ## Note: emacs22 does not have all the resolutions.
702 umask
022; ${MKDIR_P} "$(DESTDIR)${desktopdir}"
703 tmp
=etc
/emacs.tmpdesktop
; rm -f
$${tmp}; \
704 sed
-e
"/^Exec=emacs/ s/emacs/${EMACS_NAME}/" \
705 -e
"/^Icon=emacs/ s/emacs/${EMACS_NAME}/" \
706 ${srcdir}/etc
/emacs.desktop
> $${tmp}; \
707 ${INSTALL_DATA} $${tmp} "$(DESTDIR)${desktopdir}/${EMACS_NAME}.desktop"; \
709 umask
022; ${MKDIR_P} "$(DESTDIR)${appdatadir}"
710 tmp
=etc
/emacs.tmpappdata
; rm -f
$${tmp}; \
711 sed
-e
"s/emacs\.desktop/${EMACS_NAME}.desktop/" \
712 ${srcdir}/etc
/emacs.appdata.xml
> $${tmp}; \
713 ${INSTALL_DATA} $${tmp} "$(DESTDIR)${appdatadir}/${EMACS_NAME}.appdata.xml"; \
715 umask
022; $(MKDIR_P
) "$(DESTDIR)$(systemdunitdir)"
716 tmp
=etc
/emacs.tmpservice
; rm -f
$${tmp}; \
717 client_name
=`echo emacsclient | sed '$(TRANSFORM)'`${EXEEXT}; \
719 -e
"/^Documentation/ s/emacs(1)/${EMACS_NAME}(1)/" \
720 -e
"/^ExecStart/ s|emacs|${bindir}/${EMACS}|" \
721 -e
"/^ExecStop/ s|emacsclient|${bindir}/$${client_name}|" \
722 ${srcdir}/etc
/emacs.service
> $${tmp}; \
723 $(INSTALL_DATA
) $${tmp} "$(DESTDIR)$(systemdunitdir)/${EMACS_NAME}.service"; \
725 thisdir
=`/bin/pwd`; \
726 cd
${iconsrcdir} || exit
1; umask
022 ; \
727 for
dir in
*/*/apps
*/*/mimetypes
; do \
728 [ -d
$${dir} ] || continue
; \
729 ( cd
"$${thisdir}"; ${MKDIR_P} "$(DESTDIR)${icondir}/$${dir}" ) ; \
730 for icon in
$${dir}/${EMACS_ICON}[.
-]*; do \
731 [ -r
$${icon} ] || continue
; \
732 ext
=`echo "$${icon}" | sed -e 's|.*\.||'`; \
733 dest
=`echo "$${icon}" | sed -e 's|.*/||' -e "s|\\.$${ext}\$$||" -e 's/$(EMACS_ICON)/emacs/' -e '$(TRANSFORM)'`.
$${ext} ; \
734 ( cd
"$${thisdir}"; \
735 ${INSTALL_DATA} ${iconsrcdir}/$${icon} "$(DESTDIR)${icondir}/$${dir}/$${dest}" ) \
740 ### Build Emacs and install it, stripping binaries while installing them.
742 $(MAKE
) INSTALL_STRIP
=-s
install
744 ### Delete all the installed files that the 'install' target would
745 ### create (but not the noninstalled files such as 'make all' would create).
747 ### Don't delete the lisp and etc directories if they're in the source tree.
748 uninstall: uninstall-
$(NTDIR
) uninstall-doc
749 rm -f
"$(DESTDIR)$(includedir)/emacs-module.h"
750 $(MAKE
) -C lib-src
uninstall
752 for
dir in
"$(DESTDIR)${lispdir}" "$(DESTDIR)${etcdir}" ; do \
753 if
[ -d
"$${dir}" ]; then \
754 case
`cd "$${dir}" ; /bin/pwd` in \
755 "`cd ${srcdir} ; /bin/pwd`"* ) ;; \
756 * ) rm -rf
"$${dir}" ;; \
759 "$(DESTDIR)${datadir}/emacs/${version}"/* ) \
760 rm -rf
"$(DESTDIR)${datadir}/emacs/${version}" \
765 -rm -rf
"$(DESTDIR)${libexecdir}/emacs/${version}"
766 thisdir
=`/bin/pwd`; \
767 (info_misc
=`$(MAKE) --no-print-directory -s -C doc/misc echo-info`; \
768 if cd
"$(DESTDIR)${infodir}"; then \
769 for elt in
${INFO_NONMISC} $${info_misc}; do \
771 $(INSTALL_INFO
) --remove
--info-dir
="$(DESTDIR)${infodir}" "$(DESTDIR)${infodir}/$$elt"); \
772 if
[ -n
"${GZIP_PROG}" ]; then \
773 ext
=.gz
; else ext
=; fi
; \
774 rm -f
$$elt$$ext $$elt-[1-9]$$ext $$elt-[1-9][0-9]$$ext; \
777 (if
[ -n
"${GZIP_PROG}" ]; then \
778 ext
=.gz
; else ext
=; fi
; \
779 if cd
${mansrcdir}; then \
780 for page in
*.1; do \
781 rm -f
"$(DESTDIR)${man1dir}"/`echo "$${page}" | sed -e 's/\.1$$//' -e '$(TRANSFORM)'`.1$$ext; done
; \
783 rm -f
"$(DESTDIR)${bindir}/$(EMACS)" "$(DESTDIR)${bindir}/$(EMACSFULL)"
784 (if cd
"$(DESTDIR)${icondir}"; then \
785 rm -f hicolor
/*x
*/apps
/"${EMACS_NAME}.png" \
786 "hicolor/scalable/apps/${EMACS_NAME}.svg" \
787 hicolor
/scalable
/mimetypes
/`echo emacs-document | sed '$(TRANSFORM)'`.svg
; \
789 -rm -f
"$(DESTDIR)${desktopdir}/${EMACS_NAME}.desktop"
790 -rm -f
"$(DESTDIR)${appdatadir}/${EMACS_NAME}.appdata.xml"
791 -rm -f
"$(DESTDIR)$(systemdunitdir)/${EMACS_NAME}.service"
792 ifneq (,$(use_gamedir
))
793 for file in snake-scores tetris-scores
; do \
794 file
="$(DESTDIR)${gamedir}/$${file}"; \
795 [ -s
"$${file}" ] ||
rm -f
"$$file"; \
799 ### Windows-specific uninstall target for removing programs produced
800 ### in nt/, and its Posix do-nothing shadow.
803 $(MAKE
) -C
$(NTDIR
) uninstall
805 # ==================== Cleaning up and miscellanea ====================
807 .PHONY
: mostlyclean clean distclean bootstrap-clean maintainer-clean extraclean
812 define submake_template
815 $$(MAKE
) -C
$(1) $(2)
819 ### Like 'clean', but may refrain from deleting a few files that people
820 ### normally don't want to recompile. For example, the 'mostlyclean'
821 ### target for GCC does not delete 'libgcc.a', because recompiling it
822 ### is rarely necessary and takes a lot of time.
823 mostlyclean_dirs
= src oldXMenu lwlib lib lib-src nt doc
/emacs doc
/misc \
824 doc
/lispref doc
/lispintro
826 $(foreach dir,$(mostlyclean_dirs
),$(eval
$(call submake_template
,$(dir),mostlyclean)))
828 mostlyclean: $(mostlyclean_dirs
:=_mostlyclean
)
829 [ ! -d
test ] ||
$(MAKE
) -C
test $@
832 ### Delete all files from the current directory that are normally
833 ### created by building the program. Don't delete the files that
834 ### record the configuration. Also preserve files that could be made
835 ### by building, but normally aren't because the distribution comes
838 ### Delete '.dvi' files here if they are not part of the distribution.
839 clean_dirs
= $(mostlyclean_dirs
) nextstep
841 $(foreach dir,$(clean_dirs
),$(eval
$(call submake_template
,$(dir),clean)))
843 clean: $(clean_dirs
:=_clean
)
844 $(MAKE
) -C admin
/charsets
$@
845 [ ! -d
test ] ||
$(MAKE
) -C
test $@
846 -rm -f
*.tmp etc
/*.tmp
*
850 ### Delete all files that need to be remade for a clean bootstrap.
852 rm -f config.cache config.log
${srcdir}/doc
/man
/emacs
.1
855 ### Delete all files from the current directory that are created by
856 ### configuring or building the program. If you have unpacked the
857 ### source and built the program without creating any other files,
858 ### 'make distclean' should leave only the files that were in the
862 rm -f config.status config.log~ \
863 Makefile lib
/gnulib.mk
${SUBDIR_MAKEFILES}
865 distclean_dirs
= $(clean_dirs
) leim lisp
867 $(foreach dir,$(distclean_dirs
),$(eval
$(call submake_template
,$(dir),distclean)))
869 maybeclean_dirs
= test admin
/grammars admin
/unidata admin
/charsets
871 distclean: $(distclean_dirs
:=_distclean
)
872 for
dir in
$(filter-out test,$(maybeclean_dirs
)); do \
873 $(MAKE
) -C
$$dir $@ || exit
; \
875 [ ! -d
test ] ||
$(MAKE
) -C
test $@
878 ### 'bootstrap-clean'
879 ### Delete everything that can be reconstructed by 'make' and that
880 ### needs to be deleted in order to force a bootstrap from a clean state.
881 $(foreach dir,$(distclean_dirs
),$(eval
$(call submake_template
,$(dir),bootstrap-clean
)))
883 bootstrap-clean
: $(distclean_dirs
:=_bootstrap-clean
)
884 for
dir in
$(filter-out test,$(maybeclean_dirs
)); do \
885 $(MAKE
) -C
$$dir $@ || exit
; \
887 [ ! -d
test ] ||
$(MAKE
) -C
test $@
888 [ ! -f config.log
] || mv
-f config.log config.log~
889 rm -rf
${srcdir}/info
890 rm -f
${srcdir}/etc
/refcards
/emacsver.
tex
893 ### 'maintainer-clean'
894 ### Delete everything from the current directory that can be
895 ### reconstructed with this Makefile. This typically includes
896 ### everything deleted by distclean, plus more: C source files
897 ### produced by Bison, tags tables, info files, and so on.
899 ### One exception, however: 'make maintainer-clean' should not delete
900 ### 'configure' even if 'configure' can be remade using a rule in the
901 ### Makefile. More generally, 'make maintainer-clean' should not delete
902 ### anything that needs to exist in order to run 'configure' and then
903 ### begin to build the program.
904 top_maintainer_clean
=\
906 rm -fr autom4te.cache
908 maintainer_clean_dirs
= src leim lisp
910 $(foreach dir,$(maintainer_clean_dirs
),$(eval
$(call submake_template
,$(dir),maintainer-clean
)))
912 maintainer-clean
: bootstrap-clean
$(maintainer_clean_dirs
:=_maintainer-clean
)
913 for
dir in
$(filter-out test,$(maybeclean_dirs
)); do \
914 $(MAKE
) -C
$$dir $@ || exit
; \
916 [ ! -d
test ] ||
$(MAKE
) -C
test $@
917 ${top_maintainer_clean}
919 ### This doesn't actually appear in the coding standards, but Karl
920 ### says GCC supports it, and that's where the configuration part of
921 ### the coding standards seem to come from. It's like distclean, but
922 ### it deletes backup and autosave files too.
923 ### Note that we abuse this in some subdirectories (eg leim),
924 ### to delete some generated files that are slow to rebuild.
925 extraclean_dirs
= ${NTDIR} lib-src src leim \
926 admin
/charsets admin
/grammars admin
/unidata
928 $(foreach dir,$(extraclean_dirs
),$(eval
$(call submake_template
,$(dir),extraclean
)))
930 extraclean
: $(extraclean_dirs
:=_extraclean
)
931 ${top_maintainer_clean}
935 # The src subdir knows how to do the right thing
936 # even when the build directory and source dir are different.
938 TAGS
tags: lib lib-src src
943 @if
test ! -d
test; then \
944 echo
"You do not seem to have the test/ directory."; \
945 echo
"Maybe you are using a release tarfile, rather than a repository checkout."; \
949 .PHONY
: check check-maybe check-expensive check-all
950 check check-maybe check-expensive check-all
: have-tests
all
954 cd
${srcdir}; .
/make-dist
956 DVIS
= lispref-dvi lispintro-dvi emacs-dvi misc-dvi
957 HTMLS
= lispref-html lispintro-html emacs-html misc-html
958 INFOS
= lispref-info lispintro-info emacs-info misc-info
959 PDFS
= lispref-pdf lispintro-pdf emacs-pdf misc-pdf
960 PSS
= lispref-ps lispintro-ps emacs-ps misc-ps
962 DOCS
= $(DVIS
) $(HTMLS
) $(INFOS
) $(PDFS
) $(PSS
)
964 $(MAKE
) -C doc
/$(subst -, ,$@
)
966 .PHONY
: $(DOCS
) docs pdf ps
967 .PHONY
: info dvi dist html info-real info-dir check-info
969 ## TODO add etc/refcards.
977 info-dir
: ${srcdir}/info/dir
979 ## Hopefully doc/misc/*.texi is not too long for some systems?
980 srcdir_doc_info_dir_inputs
= \
981 ${srcdir}/doc
/emacs
/emacs.texi \
982 ${srcdir}/doc
/lispintro
/emacs-lisp-intro.texi \
983 ${srcdir}/doc
/lispref
/elisp.texi \
984 $(sort $(wildcard ${srcdir}/doc
/misc
/*.texi
))
986 ..
/build-aux
/dir_top \
987 $(subst ${srcdir}/doc
/,,${srcdir_doc_info_dir_inputs})
989 ${srcdir}/build-aux
/make-info-dir \
990 ${srcdir}/build-aux
/dir_top \
991 ${srcdir_doc_info_dir_inputs}
993 ## It would be much simpler if info/dir was only created in the
994 ## installation location by the install-info rule, but we also
995 ## need one in the source directory for people running uninstalled.
996 ## FIXME it would be faster to use the install-info program if we have it,
997 ## but then we would need to depend on info-real, which would
998 ## slow down parallelization.
999 ${srcdir}/info/dir: ${info_dir_deps}
1000 $(AM_V_at
)${MKDIR_P} ${srcdir}/info
1001 $(AM_V_GEN
)(cd
${srcdir}/doc
&& \
1002 AWK
='${AWK}' ..
/build-aux
/make-info-dir
${info_dir_inputs} \
1003 ) >$@.tmp
&& mv
$@.tmp
$@
1005 INSTALL_DVI
= install-emacs-dvi install-lispref-dvi \
1006 install-lispintro-dvi install-misc-dvi
1007 INSTALL_HTML
= install-emacs-html install-lispref-html \
1008 install-lispintro-html install-misc-html
1009 INSTALL_PDF
= install-emacs-pdf install-lispref-pdf \
1010 install-lispintro-pdf install-misc-pdf
1011 INSTALL_PS
= install-emacs-ps install-lispref-ps \
1012 install-lispintro-ps install-misc-ps
1013 INSTALL_DOC
= $(INSTALL_DVI
) $(INSTALL_HTML
) $(INSTALL_PDF
) $(INSTALL_PS
)
1015 ## Install non .info forms of the documentation.
1016 ## TODO add etc/refcards.
1018 $(MAKE
) -C doc
/$(subst -, install-
,$(subst install-
,,$@
))
1020 .PHONY
: $(INSTALL_DOC
) install-doc
1021 .PHONY
: install-dvi install-html install-pdf install-ps
1023 install-doc
: $(INSTALL_DOC
)
1024 install-dvi
: $(INSTALL_DVI
)
1025 install-html
: $(INSTALL_HTML
)
1026 install-pdf
: $(INSTALL_PDF
)
1027 install-ps
: $(INSTALL_PS
)
1030 UNINSTALL_DVI
= uninstall-emacs-dvi uninstall-lispref-dvi \
1031 uninstall-lispintro-dvi uninstall-misc-dvi
1032 UNINSTALL_HTML
= uninstall-emacs-html uninstall-lispref-html \
1033 uninstall-lispintro-html uninstall-misc-html
1034 UNINSTALL_PDF
= uninstall-emacs-pdf uninstall-lispref-pdf \
1035 uninstall-lispintro-pdf uninstall-misc-pdf
1036 UNINSTALL_PS
= uninstall-emacs-ps uninstall-lispref-ps \
1037 uninstall-lispintro-ps uninstall-misc-ps
1038 UNINSTALL_DOC
= $(UNINSTALL_DVI
) $(UNINSTALL_HTML
) $(UNINSTALL_PDF
) $(UNINSTALL_PS
)
1041 $(MAKE
) -C doc
/$(subst -, uninstall-
,$(subst uninstall-
,,$@
))
1043 .PHONY
: $(UNINSTALL_DOC
) uninstall-doc
1044 .PHONY
: uninstall-dvi uninstall-html uninstall-pdf uninstall-ps
1046 uninstall-doc
: $(UNINSTALL_DOC
)
1047 uninstall-dvi
: $(UNINSTALL_DVI
)
1048 uninstall-html
: $(UNINSTALL_HTML
)
1049 uninstall-pdf
: $(UNINSTALL_PDF
)
1050 uninstall-ps
: $(UNINSTALL_PS
)
1053 # Note that man/Makefile knows how to put the info files in $(srcdir),
1054 # so we can do ok running make in the build dir.
1055 # This used to have a clause that exited with an error if MAKEINFO = no.
1056 # But it is inappropriate to do so without checking if makeinfo is
1057 # actually needed - it is not if the info files are up-to-date. (Bug#3982)
1058 # Only the doc/*/Makefiles can decide that, so we let those rules run
1059 # and give a standard error if makeinfo is needed but missing.
1060 # While it would be nice to give a more detailed error message, that
1061 # would require changing every rule in doc/ that builds an info file,
1062 # and it's not worth it. This case is only relevant if you download a
1063 # release, then change the .texi files.
1065 ifneq ($(HAVE_MAKEINFO
),no
)
1066 $(MAKE
) info-real info-dir
1069 ## build-aux/make-info-dir expects only certain dircategories.
1074 test -f
"$${file}" || continue
; \
1076 *-[0-9]*|COPYING|
dir) continue
;; \
1078 cat
=`sed -n 's/^INFO-DIR-SECTION //p' $${file}`; \
1080 "Texinfo documentation system" |
"Emacs"|
"Emacs lisp" | \
1081 "Emacs editing modes" |
"Emacs network features" | \
1082 "Emacs misc features" |
"Emacs lisp libraries" ) : ;; \
1083 *) bad
="$${bad} $${file}" ;; \
1086 if
test -n
"$${bad}"; then \
1087 echo
"Unexpected dircategory in: $${bad}" ; \
1090 echo
"info files are OK"
1094 ### This first cleans the lisp subdirectory, removing all compiled
1095 ### Lisp files. Then re-run make to build all the files anew.
1099 # Bootstrapping does the following:
1100 # * Remove files to start from a bootstrap-clean slate.
1102 # * Rebuild Makefile, to update the build procedure itself.
1103 # * Do the actual build.
1104 bootstrap
: bootstrap-clean
1105 cd
$(srcdir) && .
/autogen.sh autoconf
1106 $(MAKE
) MAKEFILE_NAME
=force-Makefile force-Makefile
1109 .PHONY
: ChangeLog change-history change-history-commit change-history-nocommit
1110 .PHONY
: preferred-branch-is-current unchanged-history-files
1112 CHANGELOG
= ChangeLog
1113 emacslog
= build-aux
/gitlog-to-emacslog
1114 # The ChangeLog history files are called ChangeLog.1, ChangeLog.2, ...,
1115 # ChangeLog.$(CHANGELOG_HISTORY_INDEX_MAX). $(CHANGELOG_N) stands for
1116 # the newest (highest-numbered) ChangeLog history file.
1117 CHANGELOG_HISTORY_INDEX_MAX
= 3
1118 CHANGELOG_N
= ChangeLog.
$(CHANGELOG_HISTORY_INDEX_MAX
)
1120 # Convert git commit log to ChangeLog file. make-dist uses this.
1121 # I guess this is PHONY so it always updates?
1123 $(AM_V_GEN
)cd
$(srcdir) && \
1124 .
/$(emacslog
) -o
$(CHANGELOG
) -n
$(CHANGELOG_HISTORY_INDEX_MAX
)
1126 # Check that we are in a good state for changing history.
1127 PREFERRED_BRANCH
= emacs-26
1128 preferred-branch-is-current
:
1129 git branch | grep
-q
'^\* $(PREFERRED_BRANCH)$$'
1130 unchanged-history-files
:
1131 x
=$$(git diff-files
--name-only
$(CHANGELOG_N
) $(emacslog
)) && \
1134 # Regular expression that matches the newest commit covered by a ChangeLog.
1135 new_commit_regexp
= ^commit
[0123456789abcdef
]* (inclusive
)
1137 # Copy newer commit messages to the start of the ChangeLog history file,
1138 # and consider them to be older.
1139 change-history-nocommit
: preferred-branch-is-current unchanged-history-files
1140 -rm -f ChangeLog.tmp
1141 $(MAKE
) ChangeLog CHANGELOG
=ChangeLog.tmp
1142 sed
'/^This file records repository revisions/,$$d' \
1143 ChangeLog.tmp
>$(CHANGELOG_N
).tmp
1144 new_commit_line
=`grep '$(new_commit_regexp)' ChangeLog.tmp` && \
1145 sed
's/$(new_commit_regexp).*/'"$$new_commit_line/" \
1146 $(CHANGELOG_N
) >>$(CHANGELOG_N
).tmp
1148 mv
$(CHANGELOG_N
).tmp
$(CHANGELOG_N
)
1150 change-history
: change-history-nocommit
1153 # If 'make change-history' fails because the newest ChangeLog history
1154 # file contains invalid text, fix the file by hand and then run
1155 # 'make change-history-commit'.
1156 change-history-commit
:
1157 git commit
-m
'; make $@' $(CHANGELOG_N
) $(emacslog
)
1159 .PHONY
: check-declare
1162 @if
[ ! -f
$(srcdir)/src
/emacs
]; then \
1163 echo
"You must build Emacs to use this command"; \