3 # Copyright (C) 1992-2014 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 <http://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.
63 # This only matters when inheriting a CDPATH not starting with the
67 # If Make doesn't predefine MAKE, set it here.
70 # Prevent submakes from outputting "Entering directory ..." and
71 # "Leaving directory..." diagnostics that would mess up 'make echo-info'.
72 QUIET_SUBMAKE
= MAKELEVEL
=0
74 # ==================== Things `configure' Might Edit ====================
76 cache_file
= @cache_file@
77 CONFIGURE_FLAGS
= --cache-file
=$(cache_file
)
81 AUTOHEADER
= @AUTOHEADER@
87 ### These help us choose version- and architecture-specific directories
88 ### to install files in.
90 ### This should be the number of the Emacs version we're building,
91 ### like `18.59' or `19.0'.
94 ### This should be the name of the configuration we're building Emacs
95 ### for, like `mips-dec-ultrix' or `sparc-sun-sunos'.
96 configuration
=@configuration@
98 ### The nt/ subdirectory gets built only for MinGW
101 # ==================== Where To Install Things ====================
103 # Location to install Emacs.app under GNUstep / Mac OS X.
104 # Later values may use these.
105 ns_appbindir
=@ns_appbindir@
106 ns_appresdir
=@ns_appresdir@
107 # Either yes or no depending on whether this is a relocatable Emacs.app.
108 ns_self_contained
=@ns_self_contained@
110 # The default location for installation. Everything is placed in
111 # subdirectories of this directory. The default values for many of
112 # the variables below are expressed in terms of this one, so you may
113 # not need to change them. This defaults to /usr/local.
116 # Like `prefix', but used for architecture-specific files.
117 exec_prefix=@
exec_prefix@
119 # Where to install Emacs and other binaries that people will want to
120 # run directly (like etags).
123 # The root of the directory tree for read-only architecture-independent
124 # data files. ${datadir}, ${infodir} and ${mandir} are based on this.
125 datarootdir
=@datarootdir@
127 # Where to install architecture-independent data files. ${lispdir}
128 # and ${etcdir} are subdirectories of this.
131 # Where to install and expect the files that Emacs modifies as it
132 # runs. These files are all architecture-independent.
133 # Right now, this is not used.
134 sharedstatedir
=@sharedstatedir@
136 # Where to install and expect executable files to be run by Emacs
137 # rather than directly by users (and other architecture-dependent
138 # data, although Emacs does not have any). The executables
139 # are actually installed in ${archlibdir}, which is (normally)
140 # a subdirectory of this.
141 libexecdir
=@libexecdir@
143 # Where to install Emacs's man pages.
144 # Note they contain cross-references that expect them to be in section 1.
146 man1dir=$(mandir)/man1
148 # Where to install and expect the info files describing Emacs.
150 # Info files not in the doc/misc directory (we get those via make echo-info).
151 INFO_NONMISC
=emacs.
info eintr.
info elisp.
info
153 # If no makeinfo was found and configured --without-makeinfo, "no"; else "yes".
154 HAVE_MAKEINFO
=@HAVE_MAKEINFO@
156 # Directory for local state files for all programs.
157 localstatedir
=@localstatedir@
159 # Where to look for bitmap files.
160 bitmapdir
=@bitmapdir@
162 # Where to find the source code. The source code for Emacs's C kernel is
163 # expected to be in ${srcdir}/src, and the source code for Emacs's
164 # utility programs is expected to be in ${srcdir}/lib-src. This is
165 # set by the configure script's `--srcdir' option.
167 # We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
169 abs_srcdir
=@abs_srcdir@
171 # Where the manpage source files are kept.
172 mansrcdir
=$(srcdir)/doc
/man
174 # Tell make where to find source files; this is needed for the makefiles.
177 # Where to find the application default.
178 x_default_search_path
=@x_default_search_path@
180 # Where the etc/emacs.desktop file is to be installed.
181 desktopdir
=$(datarootdir
)/applications
183 # Where the etc/emacs.appdata.xml file is to be installed.
184 appdatadir
=$(datarootdir
)/appdata
186 # Where the etc/images/icons/hicolor directory is to be installed.
187 icondir
=$(datarootdir
)/icons
189 # The source directory for the icon files.
190 iconsrcdir
=$(srcdir)/etc
/images
/icons
192 # ==================== Emacs-specific directories ====================
194 # These variables hold the values Emacs will actually use. They are
195 # based on the values of the standard Make variables above.
197 # Where to install the lisp files distributed with Emacs.
198 # This includes the Emacs version, so that the lisp files for different
199 # versions of Emacs will install themselves in separate directories.
202 # Directories Emacs should search for standard lisp files.
203 # The default is ${lispdir}.
204 standardlisppath
=@standardlisppath@
206 # Directories Emacs should search for lisp files specific to this
207 # site (i.e. customizations), before consulting ${standardlisppath}.
208 # This should be a colon-separated list of directories.
209 locallisppath
=@locallisppath@
211 # Where Emacs will search to find its lisp files. Before
212 # changing this, check to see if your purpose wouldn't
213 # better be served by changing locallisppath. This
214 # should be a colon-separated list of directories.
215 # The default is ${locallisppath}:${standardlisppath}.
218 # Where Emacs will search for its lisp files while building.
219 # This is only used during the process of compiling Emacs,
220 # to help Emacs find its lisp files before they've been installed
221 # in their final location.
222 # This should be a colon-separated list of directories.
223 # Normally it points to the lisp/ directory in the sources.
224 # NB lread.c relies on lisp/ being first here.
225 buildlisppath
=${abs_srcdir}/lisp
227 # Where to install the other architecture-independent
228 # data files distributed with Emacs (like the tutorial,
229 # the cookie recipes and the Zippy database). This path
230 # usually contains the Emacs version number, so the data
231 # files for multiple versions of Emacs may be installed
235 # Where to put executables to be run by Emacs rather than
236 # the user. This path usually includes the Emacs version
237 # and configuration name, so that multiple configurations
238 # for multiple versions of Emacs may be installed at
240 archlibdir
=@archlibdir@
242 # Where to put the etc/DOC file.
243 etcdocdir
=@etcdocdir@
245 # Where to install Emacs game score files.
248 # ==================== Utility Programs for the Build ====================
250 # Allow the user to specify the install program.
251 # Note that if the system does not provide a suitable install,
252 # configure will use build-aux/install-sh. Annoyingly, it does
253 # not use an absolute path. So we must take care to always run
254 # INSTALL-type commands from the directory containing the Makefile.
255 # This explains (I think) the cd thisdir seen in several install rules.
257 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
258 INSTALL_DATA
= @INSTALL_DATA@
259 INSTALL_INFO
= @INSTALL_INFO@
260 # By default, we uphold the dignity of our programs.
263 # Create a link to a file in the same directory as the target.
264 LN_S_FILEONLY
= @LN_S_FILEONLY@
266 # We use gzip to compress installed .el files.
267 GZIP_PROG
= @GZIP_PROG@
269 # ============================= Targets ==============================
271 # Program name transformation.
272 TRANSFORM
= @program_transform_name@
274 # What emacs should be called when installed.
275 EMACS_NAME
= `echo emacs | sed '$(TRANSFORM)'`
276 EMACS
= ${EMACS_NAME}${EXEEXT}
277 EMACSFULL
= `echo emacs-${version} | sed '$(TRANSFORM)'`${EXEEXT}
279 # Subdirectories to make recursively.
280 SUBDIR
= $(NTDIR
) lib lib-src src lisp
282 # The subdir makefiles created by config.status.
283 SUBDIR_MAKEFILES_IN
= @SUBDIR_MAKEFILES_IN@
284 SUBDIR_MAKEFILES
= `echo $(SUBDIR_MAKEFILES_IN:.in=) | sed 's|$(srcdir)/||g'`
286 # Subdirectories to install, and where they'll go. lib-src's and nt's
287 # makefiles know how to install them, so we don't do that here.
288 # Directories that cannot simply be copied, eg info, are treated
290 COPYDIR
= ${srcdir}/etc
${srcdir}/lisp
291 COPYDESTS
= "$(DESTDIR)${etcdir}" "$(DESTDIR)${lispdir}"
295 .PHONY
: all ${SUBDIR} blessmail epaths-force epaths-force-w32
297 removenullpaths
=sed
-e
's/^:*//' -e
's/:*$$//g' -e
's/::*/:/g'
299 # Generate epaths.h from epaths.in. This target is invoked by `configure'.
300 # See comments in configure.ac for why it is done this way, as opposed
301 # to just letting configure generate epaths.h from epaths.in in a
302 # similar way to how Makefile is made from Makefile.in.
304 @for
dir in
'$(abs_srcdir)' '$(lispdir)' '$(archlibdir)'; do \
307 echo
>&2 "Build or installation directory '$$dir'"; \
308 echo
>&2 "cannot contain ':'."; \
312 @
(standardlisppath
=`echo "${standardlisppath}" | ${removenullpaths}` ; \
313 locallisppath
=`echo "${locallisppath}" | ${removenullpaths}` ; \
314 buildlisppath
=`echo "${buildlisppath}" | ${removenullpaths}` ; \
315 x_default_search_path
=`echo ${x_default_search_path}`; \
316 gamedir
=`echo ${gamedir}`; \
317 sed
< ${srcdir}/src
/epaths.in
> epaths.h.
$$$$ \
318 -e
's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'"$${standardlisppath}"'";' \
319 -e
's;\(#.*PATH_SITELOADSEARCH\).*$$;\1 "'"$${locallisppath}"'";' \
320 -e
's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'"$${buildlisppath}"'";' \
321 -e
's;\(#.*PATH_EXEC\).*$$;\1 "${archlibdir}";' \
322 -e
's;\(#.*PATH_INFO\).*$$;\1 "${infodir}";' \
323 -e
's;\(#.*PATH_DATA\).*$$;\1 "${etcdir}";' \
324 -e
's;\(#.*PATH_BITMAPS\).*$$;\1 "${bitmapdir}";' \
325 -e
's;\(#.*PATH_X_DEFAULTS\).*$$;\1 "${x_default_search_path}";' \
326 -e
's;\(#.*PATH_GAME\).*$$;\1 "${gamedir}";' \
327 -e
's;\(#.*PATH_DOC\).*$$;\1 "${etcdocdir}";') && \
328 ${srcdir}/build-aux
/move-if-change epaths.h.
$$$$ src
/epaths.h
330 # Replace "${w32prefix}" with '%emacs_dir%' (which expands to install
331 # directory at runtime).
332 msys_w32prefix_subst
=sed
-e
's!\(^\|;\)'"$${w32prefixpattern}"'\([;/]\|$$\)!\1%emacs_dir%\2!g'
334 # Quote Sed special characters (except backslash and newline) with
335 # a double backslash.
336 msys_sed_sh_escape
=sed
-e
's/[];$$*.^[]/\\\\&/g'
338 # The w32 build needs a slightly different editing, and it uses
339 # nt/epaths.nt as the template.
341 # Use the value of ${locallisppath} supplied by `configure',
342 # to support the --enable-locallisppath argument.
344 # In this case, the paths written to 'src/epaths.h' must be in native
345 # MS-Windows format (e.g. 'c:/foo/bar'), because temacs is a MinGW
346 # program that doesn't support MSYS-style paths (e.g. '/c/foo/bar' or
349 @
(w32srcdir
=`${srcdir}/build-aux/msys-to-w32 "${srcdir}"`; \
350 w32prefix
=`${srcdir}/build-aux/msys-to-w32 "${prefix}" N`; \
351 w32prefixpattern
=`echo "$${w32prefix}" | ${msys_sed_sh_escape}` ; \
352 w32locallisppath
=`${srcdir}/build-aux/msys-to-w32 "${locallisppath}" N ":" "\\;" | ${msys_w32prefix_subst}` ; \
353 sed
< ${srcdir}/nt
/epaths.nt
> epaths.h.
$$$$ \
354 -e
's;\(#.*PATH_SITELOADSEARCH\).*$$;\1 "'"$${w32locallisppath}"'";' \
355 -e
'/^.*#/s/@VER@/${version}/g' \
356 -e
'/^.*#/s/@CFG@/${configuration}/g' \
357 -e
"/^.*#/s|@SRC@|$${w32srcdir}|g") && \
358 ${srcdir}/build-aux
/move-if-change epaths.h.
$$$$ src
/epaths.h
360 # If lib/Makefile would build files in '.', then build them before
361 # building 'lib', to avoid races with parallel makes.
364 lib-src src
: $(NTDIR
) lib
368 # We need to build `emacs' in `src' to compile the *.elc files in `lisp'.
371 # These targets should be "${SUBDIR} without `src'".
372 lib lib-src lisp nt
: Makefile
375 # Note the use of single quotes in the value of vcswitness.
376 # This passes an unexpanded $srcdir to src's Makefile, which then
377 # expands it using its own value of srcdir (which points to the
378 # source directory of src/).
380 dirstate
='.bzr/checkout/dirstate'; \
381 vcswitness
='$$(srcdir)/../'$$dirstate; \
382 [ -r
"$(srcdir)/$$dirstate" ] || vcswitness
=''; \
383 $(MAKE
) -C
$@
all VCSWITNESS
="$$vcswitness"
385 blessmail
: Makefile src
386 $(MAKE
) -C lib-src maybe-blessmail
388 # We used to have one rule per */Makefile.in, but that leads to race
389 # conditions with parallel makes, so let's assume that the time stamp on
390 # ./Makefile is representative of the time stamp on all the other Makefiles.
392 # config.status overrides MAKEFILE_NAME with a bogus name when creating
393 # src/epaths.h, so that 'make epaths-force' does not recursively invoke
394 # config.status and overwrite config.status while executing it (Bug#11214).
396 # 'make bootstrap' overrides MAKEFILE_NAME to a nonexistent file but
397 # then attempts to build that file. This forces 'Makefile', 'lib/Makefile',
398 # etc. to be built without running into similar recursion problems.
399 MAKEFILE_NAME
= Makefile
400 $(MAKEFILE_NAME
): config.status
$(srcdir)/src
/config.in \
401 $(srcdir)/Makefile.in
$(SUBDIR_MAKEFILES_IN
) $(srcdir)/src
/lisp.mk
402 MAKE
='$(MAKE)' .
/config.status
404 # Don't erase these files if make is interrupted while refreshing them.
405 .PRECIOUS
: Makefile config.status
407 config.status
: ${srcdir}/configure
${srcdir}/lisp
/version.el
408 if
[ -x .
/config.status
]; then \
409 $(CFG
) .
/config.status
--recheck
; \
411 $(CFG
) $(srcdir)/configure
$(CONFIGURE_FLAGS
); \
414 AUTOCONF_INPUTS
= $(srcdir)/configure.ac
$(srcdir)/aclocal.m4
416 $(srcdir)/configure
: $(AUTOCONF_INPUTS
)
417 cd
${srcdir} && ${AUTOCONF}
419 ACLOCAL_PATH
= @ACLOCAL_PATH@
420 ACLOCAL_INPUTS
= $(srcdir)/configure.ac
$(srcdir)/m4
/*.m4
421 $(srcdir)/aclocal.m4
: $(ACLOCAL_INPUTS
)
422 cd
$(srcdir) && ACLOCAL_PATH
='$(ACLOCAL_PATH)' $(ACLOCAL
) -I m4
424 AUTOMAKE_INPUTS
= $(srcdir)/aclocal.m4
$(srcdir)/lib
/Makefile.am \
425 $(srcdir)/lib
/gnulib.mk
426 $(srcdir)/lib
/Makefile.in
: $(AUTOMAKE_INPUTS
)
427 cd
$(srcdir) && $(AUTOMAKE
) --gnu
-a
-c lib
/Makefile
429 # Regenerate files that this makefile would have made, if this makefile
430 # had been built by Automake. The name 'am--refresh' is for
431 # compatibility with subsidiary Automake-generated makefiles.
432 am--refresh
: $(srcdir)/aclocal.m4
$(srcdir)/configure
$(srcdir)/src
/config.in
435 $(srcdir)/src
/config.in
: $(srcdir)/src
/stamp-h.in
436 @
# Usually, there's no need to rebuild src/config.in just
437 @
# because stamp-h.in has changed (since building stamp-h.in
438 @
# refreshes config.in as well), but if config.in is missing
439 @
# then we really need to do something more.
440 [ -r
"$@" ] ||
( cd
${srcdir} && ${AUTOHEADER} )
441 $(srcdir)/src
/stamp-h.in
: $(AUTOCONF_INPUTS
)
442 cd
${srcdir} && ${AUTOHEADER}
443 rm -f
$(srcdir)/src
/stamp-h.in
444 echo timestamp
> $(srcdir)/src
/stamp-h.in
446 # ==================== Installation ====================
448 .PHONY
: install install-arch-dep install-arch-indep install-etcdoc install-info
449 .PHONY
: install-man install-etc install-strip install-
$(NTDIR
)
450 .PHONY
: uninstall uninstall-
$(NTDIR
)
452 ## If we let lib-src do its own installation, that means we
453 ## don't have to duplicate the list of utilities to install in
454 ## this Makefile as well.
456 install: all install-arch-indep install-etcdoc install-arch-dep install-
$(NTDIR
) blessmail
459 ## Ensure that $subdir contains a subdirs.el file.
460 ## Here and elsewhere, we set the umask so that any created files are
462 ## TODO it might be good to warn about non-standard permissions of
463 ## pre-existing directories, but that does not seem easy.
464 write_subdir
=if
[ -f
"$${subdir}/subdirs.el" ]; \
468 ${MKDIR_P} "$${subdir}"; \
469 (echo
"(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \
470 echo
" (normal-top-level-add-subdirs-to-load-path))") \
471 > "$${subdir}/subdirs.el"; \
474 ### Install the executables that were compiled specifically for this machine.
475 ### We do install-arch-indep first because the executable needs the
476 ### Lisp files and DOC file to work properly.
477 install-arch-dep
: src install-arch-indep install-etcdoc install-
$(NTDIR
)
478 umask
022; ${MKDIR_P} "$(DESTDIR)${bindir}"
479 $(MAKE
) -C lib-src
install
480 if
test "${ns_self_contained}" = "no"; then \
481 ${INSTALL_PROGRAM} $(INSTALL_STRIP
) src
/emacs
${EXEEXT} "$(DESTDIR)${bindir}/$(EMACSFULL)" || exit
1 ; \
482 chmod
1755 "$(DESTDIR)${bindir}/$(EMACSFULL)" || true
; \
483 if
test "x${NO_BIN_LINK}" = x
; then \
484 rm -f
"$(DESTDIR)${bindir}/$(EMACS)" ; \
485 cd
"$(DESTDIR)${bindir}" && $(LN_S_FILEONLY
) $(EMACSFULL
) $(EMACS
); \
488 subdir
=${ns_appresdir}/site-lisp
; \
489 ${write_subdir} || exit
1; \
490 rm -rf
${ns_appresdir}/share
; \
493 ### Windows-specific install target for installing programs produced
494 ### in nt/, and its Posix do-nothing shadow.
497 $(MAKE
) -C
$(NTDIR
) install
499 ## In the share directory, we are deleting:
500 ## applications (with emacs.desktop, also found in etc/)
501 ## emacs (basically empty except for unneeded site-lisp directories)
502 ## icons (duplicates etc/images/icons/hicolor)
504 ## This is install-etc for everything except self-contained-ns builds.
505 ## For them, it is empty.
506 INSTALL_ARCH_INDEP_EXTRA
= @INSTALL_ARCH_INDEP_EXTRA@
508 ## http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01672.html
509 ## Needs to be the user running install, so configure can't set it.
510 set_installuser
=for installuser in
$${LOGNAME} $${USERNAME} $${USER} \
511 `id -un 2> /dev/null`; do \
512 [ -n
"$${installuser}" ] && break
; \
515 ### Install the files that are machine-independent.
516 ### Most of them come straight from the distribution; the exception is
517 ### the DOC file, which is copied from the build directory.
519 ## We delete each directory in ${COPYDESTS} before we copy into it;
520 ## that way, we can reinstall over directories that have been put in
521 ## place with their files read-only (perhaps because they are checked
522 ## into RCS). In order to make this safe, we make sure that the
523 ## source exists and is distinct from the destination.
525 ## We delete etc/DOC* because there may be irrelevant DOC files from
526 ## other builds in the source directory. This is ok because we just
527 ## deleted the entire installed etc/ directory and recreated it.
528 ## install-etcdoc installs the relevant DOC.
530 ## Note that we install etc/refcards/*.ps if present.
531 ## TODO we should compress these if GZIP_PROG is set.
532 ## It would be simpler to have a separate install rule for etc/refcards
533 ## (maybe move it to doc/refcards?).
535 ## Note that the Makefiles in the etc directory are potentially useful
536 ## in an installed Emacs, so should not be excluded.
538 ## We always create the _default_ locallisppath directories, and
539 ## ensure that they contain a subdirs.el file (via write_subdir).
540 ## This is true even if locallisppath has a non-default value.
541 ## In case of non-default value, we used to create the specified directories,
542 ## but not add subdirs.el to them. This was a strange halfway house.
543 ## Nowadays we do not create non-default directories.
545 ## Note that we use tar instead of plain old cp -R/-r because the latter
546 ## is apparently not portable (even in 2012!).
547 ## http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00278.html
548 ## I have no idea which platforms Emacs supports where cp -R does not
549 ## work correctly, and therefore no idea when tar can be replaced.
550 ## See also these comments from 2004 about cp -r working fine:
551 ## http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00005.html
552 install-arch-indep
: lisp install-info install-man
${INSTALL_ARCH_INDEP_EXTRA}
553 -set
${COPYDESTS} ; \
555 $(set_installuser
); \
556 for
dir in
${COPYDIR} ; do \
557 [ -d
$${dir} ] || exit
1 ; \
558 dest
="$$1" ; shift
; \
559 if
[ -d
"$${dest}" ]; then \
560 exp_dest
=`cd "$${dest}" && /bin/pwd`; \
561 [ "$$exp_dest" = "`cd $${dir} && /bin/pwd`" ] && continue
; \
564 rm -rf
"$${dest}" ; \
565 umask
022; ${MKDIR_P} "$${dest}" ; \
566 echo
"Copying $${dir} to $${dest}..." ; \
567 (cd
$${dir}; tar -chf
- .
) \
568 |
(cd
"$${dest}"; umask
022; \
569 tar -xvf
- && cat
> /dev
/null
) || exit
1; \
570 if
[ "$${dir}" = "${srcdir}/etc" ]; then \
571 rm -f
"$${dest}/DOC"* ; \
572 rm -f
"$${dest}/refcards"/*.aux
"$${dest}/refcards"/*.
dvi; \
573 rm -f
"$${dest}/refcards"/*.log
; \
576 (cd
"$${dest}" || exit
1; \
577 for subdir in
`find . -type d -print` ; do \
578 chmod a
+rx
$${subdir} ; \
579 rm -f
$${subdir}/.gitignore
; \
580 rm -f
$${subdir}/.arch-inventory
; \
581 rm -f
$${subdir}/.DS_Store
; \
582 rm -f
$${subdir}/\
#* ; \
583 rm -f
$${subdir}/.\
#* ; \
584 rm -f
$${subdir}/*~
; \
585 rm -f
$${subdir}/*.orig
; \
586 rm -f
$${subdir}/ChangeLog
* ; \
587 [ "$${dir}" != "${srcdir}/etc" ] && \
588 rm -f
$${subdir}/[mM
]akefile
*[.
-]in
$${subdir}/[mM
]akefile
; \
590 find
"$${dest}" -exec chown
$${installuser} {} ';' ;\
592 -rm -f
"$(DESTDIR)${lispdir}/subdirs.el"
593 umask
022; $(srcdir)/build-aux
/update-subdirs
"$(DESTDIR)${lispdir}"
594 subdir
="$(DESTDIR)${datadir}/emacs/${version}/site-lisp" ; \
596 subdir
="$(DESTDIR)${datadir}/emacs/site-lisp" ; \
597 ${write_subdir} || true
598 [ -z
"${GZIP_PROG}" ] ||
{ \
599 echo
"Compressing *.el ..." && \
600 cd
"$(DESTDIR)${lispdir}" && \
601 for f in
`find . -name "*.elc" -print | sed 's/.elc$$/.el/'`; do \
602 ${GZIP_PROG} -9n
"$$f"; \
605 -chmod
-R a
+r
"$(DESTDIR)${datadir}/emacs/${version}" ${COPYDESTS}
607 ## The above chmods are needed because "umask 022; tar ..." is not
608 ## guaranteed to do the right thing; eg if we are root and tar is
609 ## preserving source permissions.
611 ## Note that install-arch-indep deletes and recreates the entire
612 ## installed etc/ directory, so we need it to run before this does.
613 install-etcdoc
: src install-arch-indep
615 umask
022; ${MKDIR_P} "$(DESTDIR)${etcdocdir}" ; \
616 exp_etcdocdir
=`cd "$(DESTDIR)${etcdocdir}"; /bin/pwd`; \
617 if
[ "`cd ./etc; /bin/pwd`" != "$$exp_etcdocdir" ]; \
620 echo
"Copying etc/$${docfile} to $(DESTDIR)${etcdocdir} ..." ; \
621 ${INSTALL_DATA} etc
/$${docfile} "$(DESTDIR)${etcdocdir}/$${docfile}"; \
622 $(set_installuser
); \
623 chown
$${installuser} "$(DESTDIR)${etcdocdir}/$${docfile}" || true
; \
627 ## If info/dir is missing, but we have install-info, we should let
628 ## that handle it. If info/dir is present and we do not have install-info,
629 ## we should check for missing entries and add them by hand.
632 ## If HAVE_MAKEINFO = no and there are no info files, do not install info/dir.
634 umask
022; ${MKDIR_P} "$(DESTDIR)${infodir}"
636 thisdir
=`/bin/pwd`; \
637 exp_infodir
=`cd "$(DESTDIR)${infodir}" && /bin/pwd`; \
638 if
[ "`cd ${srcdir}/info && /bin/pwd`" = "$$exp_infodir" ]; then \
641 [ -f
"$(DESTDIR)${infodir}/dir" ] || \
642 [ ! -f
${srcdir}/info/dir ] || \
643 ${INSTALL_DATA} ${srcdir}/info/dir "$(DESTDIR)${infodir}/dir"; \
644 info_misc
=`$(QUIET_SUBMAKE) $(MAKE) -s -C doc/misc echo-info`; \
645 cd
${srcdir}/info ; \
646 for elt in
${INFO_NONMISC} $${info_misc}; do \
647 test "$(HAVE_MAKEINFO)" = "no" && test ! -f
$$elt && continue
; \
648 for f in
`ls $$elt $$elt-[1-9] $$elt-[1-9][0-9] 2>/dev/null`; do \
650 ${INSTALL_DATA} ${srcdir}/info/$$f "$(DESTDIR)${infodir}/$$f"); \
651 [ -n
"${GZIP_PROG}" ] || continue
; \
652 rm -f
"$(DESTDIR)${infodir}/$$f.gz"; \
653 ${GZIP_PROG} -9n
"$(DESTDIR)${infodir}/$$f"; \
656 ${INSTALL_INFO} --info-dir
="$(DESTDIR)${infodir}" "$(DESTDIR)${infodir}/$$elt"); \
660 ## "gzip || true" is because some gzips exit with non-zero status
661 ## if compression would not reduce the file size. Eg, the gzip in
662 ## OpenBSD 4.9 seems to do this (2013/03). In Emacs, this can
663 ## only happen with the tiny ctags.1 manpage. We don't really care if
664 ## ctags.1 is compressed or not. "gzip -f" is another option here,
665 ## but not sure if portable.
667 umask
022; ${MKDIR_P} "$(DESTDIR)${man1dir}"
668 thisdir
=`/bin/pwd`; \
670 for page in
*.1; do \
671 dest
=`echo "$${page}" | sed -e 's/\.1$$//' -e '$(TRANSFORM)'`.1; \
673 ${INSTALL_DATA} ${mansrcdir}/$${page} "$(DESTDIR)${man1dir}/$${dest}"); \
674 [ -n
"${GZIP_PROG}" ] || continue
; \
675 rm -f
"$(DESTDIR)${man1dir}/$${dest}.gz"; \
676 ${GZIP_PROG} -9n
"$(DESTDIR)${man1dir}/$${dest}" || true
; \
679 ## Install those items from etc/ that need to end up elsewhere.
681 ## If you prefer, choose "emacs22" at installation time.
682 ## Note: emacs22 does not have all the resolutions.
686 umask
022; ${MKDIR_P} "$(DESTDIR)${desktopdir}"
687 tmp
=etc
/emacs.tmpdesktop
; rm -f
$${tmp}; \
688 emacs_name
=`echo emacs | sed '$(TRANSFORM)'`; \
689 sed
-e
"/^Exec=emacs/ s/emacs/$${emacs_name}/" \
690 -e
"/^Icon=emacs/ s/emacs/$${emacs_name}/" \
691 ${srcdir}/etc
/emacs.desktop
> $${tmp}; \
692 ${INSTALL_DATA} $${tmp} "$(DESTDIR)${desktopdir}/${EMACS_NAME}.desktop"; \
694 umask
022; ${MKDIR_P} "$(DESTDIR)${appdatadir}"
695 tmp
=etc
/emacs.tmpappdata
; rm -f
$${tmp}; \
696 sed
-e
"s/emacs\.desktop/${EMACS_NAME}.desktop/" \
697 ${srcdir}/etc
/emacs.appdata.xml
> $${tmp}; \
698 ${INSTALL_DATA} $${tmp} "$(DESTDIR)${appdatadir}/${EMACS_NAME}.appdata.xml"; \
700 thisdir
=`/bin/pwd`; \
701 cd
${iconsrcdir} || exit
1; umask
022 ; \
702 for
dir in
*/*/apps
*/*/mimetypes
; do \
703 [ -d
$${dir} ] || continue
; \
704 ( cd
"$${thisdir}"; ${MKDIR_P} "$(DESTDIR)${icondir}/$${dir}" ) ; \
705 for icon in
$${dir}/${EMACS_ICON}[.
-]*; do \
706 [ -r
$${icon} ] || continue
; \
707 ext
=`echo "$${icon}" | sed -e 's|.*\.||'`; \
708 dest
=`echo "$${icon}" | sed -e 's|.*/||' -e "s|\.$${ext}$$||" -e 's/$(EMACS_ICON)/emacs/' -e '$(TRANSFORM)'`.
$${ext} ; \
709 ( cd
"$${thisdir}"; \
710 ${INSTALL_DATA} ${iconsrcdir}/$${icon} "$(DESTDIR)${icondir}/$${dir}/$${dest}" ) \
715 ### Build Emacs and install it, stripping binaries while installing them.
717 $(MAKE
) INSTALL_STRIP
=-s
install
719 ### Delete all the installed files that the `install' target would
720 ### create (but not the noninstalled files such as `make all' would create).
722 ### Don't delete the lisp and etc directories if they're in the source tree.
723 uninstall: uninstall-
$(NTDIR
) uninstall-doc
724 $(MAKE
) -C lib-src
uninstall
726 for
dir in
"$(DESTDIR)${lispdir}" "$(DESTDIR)${etcdir}" ; do \
727 if
[ -d
"$${dir}" ]; then \
728 case
`cd "$${dir}" ; /bin/pwd` in \
729 "`cd ${srcdir} ; /bin/pwd`"* ) ;; \
730 * ) rm -rf
"$${dir}" ;; \
733 "$(DESTDIR)${datadir}/emacs/${version}"/* ) \
734 rm -rf
"$(DESTDIR)${datadir}/emacs/${version}" \
739 -rm -rf
"$(DESTDIR)${libexecdir}/emacs/${version}"
740 thisdir
=`/bin/pwd`; \
741 (info_misc
=`$(QUIET_SUBMAKE) $(MAKE) -s -C doc/misc echo-info`; \
742 if cd
"$(DESTDIR)${infodir}"; then \
743 for elt in
${INFO_NONMISC} $${info_misc}; do \
745 $(INSTALL_INFO
) --remove
--info-dir
="$(DESTDIR)${infodir}" "$(DESTDIR)${infodir}/$$elt"); \
746 if
[ -n
"${GZIP_PROG}" ]; then \
747 ext
=.gz
; else ext
=; fi
; \
748 rm -f
$$elt$$ext $$elt-[1-9]$$ext $$elt-[1-9][0-9]$$ext; \
751 (if
[ -n
"${GZIP_PROG}" ]; then \
752 ext
=.gz
; else ext
=; fi
; \
753 if cd
${mansrcdir}; then \
754 for page in
*.1; do \
755 rm -f
"$(DESTDIR)${man1dir}"/`echo "$${page}" | sed -e 's/\.1$$//' -e '$(TRANSFORM)'`.1$$ext; done
; \
757 (cd
"$(DESTDIR)${bindir}" && rm -f
$(EMACSFULL
) $(EMACS
) || true
)
758 (if cd
"$(DESTDIR)${icondir}"; then \
759 rm -f hicolor
/*x
*/apps
/${EMACS_NAME}.png \
760 hicolor
/scalable
/apps
/${EMACS_NAME}.svg \
761 hicolor
/scalable
/mimetypes
/`echo emacs-document | sed '$(TRANSFORM)'`.svg
; \
763 -rm -f
"$(DESTDIR)${desktopdir}/${EMACS_NAME}.desktop"
764 -rm -f
"$(DESTDIR)${appdatadir}/${EMACS_NAME}.appdata.xml"
765 for file in snake-scores tetris-scores
; do \
766 file
="$(DESTDIR)${gamedir}/$${file}"; \
767 [ -s
"$${file}" ] ||
rm -f
"$$file"; \
770 ### Windows-specific uninstall target for removing programs produced
771 ### in nt/, and its Posix do-nothing shadow.
774 $(MAKE
) -C
$(NTDIR
) uninstall
776 # ==================== Cleaning up and miscellanea ====================
778 .PHONY
: mostlyclean clean distclean bootstrap-clean maintainer-clean extraclean
783 define submake_template
786 $$(MAKE
) -C
$(1) $(2)
790 ### Like `clean', but may refrain from deleting a few files that people
791 ### normally don't want to recompile. For example, the `mostlyclean'
792 ### target for GCC does not delete `libgcc.a', because recompiling it
793 ### is rarely necessary and takes a lot of time.
794 mostlyclean_dirs
= src oldXMenu lwlib lib lib-src nt doc
/emacs doc
/misc \
795 doc
/lispref doc
/lispintro
797 $(foreach dir,$(mostlyclean_dirs
),$(eval
$(call submake_template
,$(dir),mostlyclean)))
799 mostlyclean: $(mostlyclean_dirs
:=_mostlyclean
)
800 for
dir in
test/automated
; do \
801 [ ! -d
$$dir ] ||
$(MAKE
) -C
$$dir mostlyclean; \
805 ### Delete all files from the current directory that are normally
806 ### created by building the program. Don't delete the files that
807 ### record the configuration. Also preserve files that could be made
808 ### by building, but normally aren't because the distribution comes
811 ### Delete `.dvi' files here if they are not part of the distribution.
812 clean_dirs
= $(mostlyclean_dirs
) nextstep
814 $(foreach dir,$(clean_dirs
),$(eval
$(call submake_template
,$(dir),clean)))
816 clean: $(clean_dirs
:=_clean
)
817 for
dir in
test/automated
; do \
818 [ ! -d
$$dir ] ||
$(MAKE
) -C
$$dir clean; \
820 -rm -f etc
/emacs.tmpdesktop etc
/emacs.tmpappdata
824 ### Delete all files that need to be remade for a clean bootstrap.
826 rm -f config.cache config.log
829 ### Delete all files from the current directory that are created by
830 ### configuring or building the program. If you have unpacked the
831 ### source and built the program without creating any other files,
832 ### `make distclean' should leave only the files that were in the
836 rm -f config.status config.log~ Makefile stamp-h1
${SUBDIR_MAKEFILES}
838 distclean_dirs
= $(clean_dirs
) leim lisp
840 $(foreach dir,$(distclean_dirs
),$(eval
$(call submake_template
,$(dir),distclean)))
842 distclean: $(distclean_dirs
:=_distclean
)
843 for
dir in
test/automated admin
/grammars admin
/unidata
; do \
844 [ ! -d
$$dir ] ||
$(MAKE
) -C
$$dir distclean; \
848 ### `bootstrap-clean'
849 ### Delete everything that can be reconstructed by `make' and that
850 ### needs to be deleted in order to force a bootstrap from a clean state.
851 $(foreach dir,$(distclean_dirs
),$(eval
$(call submake_template
,$(dir),bootstrap-clean
)))
853 bootstrap-clean
: $(distclean_dirs
:=_bootstrap-clean
)
854 for
dir in
test/automated admin
/grammars admin
/unidata
; do \
855 [ ! -d
$$dir ] ||
$(MAKE
) -C
$$dir bootstrap-clean
; \
857 [ ! -f config.log
] || mv
-f config.log config.log~
858 rm -rf
${srcdir}/info
861 ### `maintainer-clean'
862 ### Delete everything from the current directory that can be
863 ### reconstructed with this Makefile. This typically includes
864 ### everything deleted by distclean, plus more: C source files
865 ### produced by Bison, tags tables, info files, and so on.
867 ### One exception, however: `make maintainer-clean' should not delete
868 ### `configure' even if `configure' can be remade using a rule in the
869 ### Makefile. More generally, `make maintainer-clean' should not delete
870 ### anything that needs to exist in order to run `configure' and then
871 ### begin to build the program.
872 top_maintainer_clean
=\
874 rm -fr autom4te.cache
876 maintainer_clean_dirs
= src leim lisp
878 $(foreach dir,$(maintainer_clean_dirs
),$(eval
$(call submake_template
,$(dir),maintainer-clean
)))
880 maintainer-clean
: bootstrap-clean
$(maintainer_clean_dirs
:=_maintainer-clean
)
881 for
dir in
test/automated admin
/grammars admin
/unidata
; do \
882 [ ! -d
$$dir ] ||
$(MAKE
) -C
$$dir maintainer-clean
; \
884 ${top_maintainer_clean}
886 ### This doesn't actually appear in the coding standards, but Karl
887 ### says GCC supports it, and that's where the configuration part of
888 ### the coding standards seem to come from. It's like distclean, but
889 ### it deletes backup and autosave files too.
890 ### Note that we abuse this in some subdirectories (eg leim),
891 ### to delete some generated files that are slow to rebuild.
892 $(foreach dir,$(SUBDIR
),$(eval
$(call submake_template
,$(dir),extraclean
)))
894 ## FIXME this is busted because most of these do not have extraclean rules.
895 extraclean
: $(SUBDIR
:=_extraclean
)
896 ${top_maintainer_clean}
900 # The src subdir knows how to do the right thing
901 # even when the build directory and source dir are different.
903 TAGS
tags: lib lib-src src
907 @if
test ! -d
test/automated
; then \
908 echo
"You do not seem to have the test/ directory."; \
909 echo
"Maybe you are using a release tarfile, rather than a repository checkout."; \
911 $(MAKE
) -C
test/automated
check; \
915 cd
${srcdir}; .
/make-dist
917 DVIS
= lispref-dvi lispintro-dvi emacs-dvi misc-dvi
918 HTMLS
= lispref-html lispintro-html emacs-html misc-html
919 INFOS
= lispref-info lispintro-info emacs-info misc-info
920 PDFS
= lispref-pdf lispintro-pdf emacs-pdf misc-pdf
921 PSS
= lispref-ps lispintro-ps emacs-ps misc-ps
923 DOCS
= $(DVIS
) $(HTMLS
) $(INFOS
) $(PDFS
) $(PSS
)
925 t
=$@
; IFS
=-; set
$$t; IFS
=; $(MAKE
) -C doc
/$$1 $$2
927 .PHONY
: $(DOCS
) docs pdf ps
928 .PHONY
: info dvi dist check html info-real info-dir check-info
930 ## TODO add etc/refcards.
938 info-dir
: ${srcdir}/info/dir
940 ## Hopefully doc/misc/*.texi is not too long for some systems?
941 srcdir_doc_info_dir_inputs
= \
942 ${srcdir}/doc
/emacs
/emacs.texi \
943 ${srcdir}/doc
/lispintro
/emacs-lisp-intro.texi \
944 ${srcdir}/doc
/lispref
/elisp.texi \
945 $(sort $(wildcard ${srcdir}/doc
/misc
/*.texi
))
947 ..
/build-aux
/dir_top \
948 $(subst ${srcdir}/doc
/,,${srcdir_doc_info_dir_inputs})
950 ${srcdir}/build-aux
/make-info-dir \
951 ${srcdir}/build-aux
/dir_top \
952 ${srcdir_doc_info_dir_inputs}
954 ## It would be much simpler if info/dir was only created in the
955 ## installation location by the install-info rule, but we also
956 ## need one in the source directory for people running uninstalled.
957 ## FIXME it would be faster to use the install-info program if we have it,
958 ## but then we would need to depend on info-real, which would
959 ## slow down parallelization.
960 ${srcdir}/info/dir: ${info_dir_deps}
961 ${MKDIR_P} ${srcdir}/info
962 tempfile
=info-dir.
$$$$; \
963 rm -f
$${tempfile}; \
964 (cd
${srcdir}/doc
&& \
965 AWK
='${AWK}' ..
/build-aux
/make-info-dir
${info_dir_inputs} \
967 ${srcdir}/build-aux
/move-if-change
$${tempfile} ${srcdir}/info/dir
969 INSTALL_DVI
= install-emacs-dvi install-lispref-dvi \
970 install-lispintro-dvi install-misc-dvi
971 INSTALL_HTML
= install-emacs-html install-lispref-html \
972 install-lispintro-html install-misc-html
973 INSTALL_PDF
= install-emacs-pdf install-lispref-pdf \
974 install-lispintro-pdf install-misc-pdf
975 INSTALL_PS
= install-emacs-ps install-lispref-ps \
976 install-lispintro-ps install-misc-ps
977 INSTALL_DOC
= $(INSTALL_DVI
) $(INSTALL_HTML
) $(INSTALL_PDF
) $(INSTALL_PS
)
979 ## Install non .info forms of the documentation.
980 ## TODO add etc/refcards.
982 t
=$@
; IFS
=-; set
$$t; IFS
=; $(MAKE
) -C doc
/$$2 $$1-$$3
984 .PHONY
: $(INSTALL_DOC
) install-doc
985 .PHONY
: install-dvi install-html install-pdf install-ps
987 install-doc
: $(INSTALL_DOC
)
988 install-dvi
: $(INSTALL_DVI
)
989 install-html
: $(INSTALL_HTML
)
990 install-pdf
: $(INSTALL_PDF
)
991 install-ps
: $(INSTALL_PS
)
994 UNINSTALL_DVI
= uninstall-emacs-dvi uninstall-lispref-dvi \
995 uninstall-lispintro-dvi uninstall-misc-dvi
996 UNINSTALL_HTML
= uninstall-emacs-html uninstall-lispref-html \
997 uninstall-lispintro-html uninstall-misc-html
998 UNINSTALL_PDF
= uninstall-emacs-pdf uninstall-lispref-pdf \
999 uninstall-lispintro-pdf uninstall-misc-pdf
1000 UNINSTALL_PS
= uninstall-emacs-ps uninstall-lispref-ps \
1001 uninstall-lispintro-ps uninstall-misc-ps
1002 UNINSTALL_DOC
= $(UNINSTALL_DVI
) $(UNINSTALL_HTML
) $(UNINSTALL_PDF
) $(UNINSTALL_PS
)
1005 t
=$@
; IFS
=-; set
$$t; IFS
=; $(MAKE
) -C doc
/$$2 $$1-$$3
1007 .PHONY
: $(UNINSTALL_DOC
) uninstall-doc
1008 .PHONY
: uninstall-dvi uninstall-html uninstall-pdf uninstall-ps
1010 uninstall-doc
: $(UNINSTALL_DOC
)
1011 uninstall-dvi
: $(UNINSTALL_DVI
)
1012 uninstall-html
: $(UNINSTALL_HTML
)
1013 uninstall-pdf
: $(UNINSTALL_PDF
)
1014 uninstall-ps
: $(UNINSTALL_PS
)
1017 # Note that man/Makefile knows how to put the info files in $(srcdir),
1018 # so we can do ok running make in the build dir.
1019 # This used to have a clause that exited with an error if MAKEINFO = no.
1020 # But it is inappropriate to do so without checking if makeinfo is
1021 # actually needed - it is not if the info files are up-to-date. (Bug#3982)
1022 # Only the doc/*/Makefiles can decide that, so we let those rules run
1023 # and give a standard error if makeinfo is needed but missing.
1024 # While it would be nice to give a more detailed error message, that
1025 # would require changing every rule in doc/ that builds an info file,
1026 # and it's not worth it. This case is only relevant if you download a
1027 # release, then change the .texi files.
1029 @if
test "$(HAVE_MAKEINFO)" = "no"; then \
1030 echo
"Configured --without-makeinfo, not building manuals" ; \
1032 $(MAKE
) info-real info-dir
; \
1035 ## build-aux/make-info-dir expects only certain dircategories.
1040 test -f
"$${file}" || continue
; \
1042 *-[0-9]*|COPYING|
dir) continue
;; \
1044 cat
=`sed -n 's/^INFO-DIR-SECTION //p' $${file}`; \
1046 "Texinfo documentation system" |
"Emacs"|
"Emacs lisp" | \
1047 "Emacs editing modes" |
"Emacs network features" | \
1048 "Emacs misc features" |
"Emacs lisp libraries" ) : ;; \
1049 *) bad
="$${bad} $${file}" ;; \
1052 if
test -n
"$${bad}"; then \
1053 echo
"Unexpected dircategory in: $${bad}" ; \
1056 echo
"info files are OK"
1060 ### This first cleans the lisp subdirectory, removing all compiled
1061 ### Lisp files. Then re-run make to build all the files anew.
1065 # Bootstrapping does the following:
1066 # * Remove files to start from a bootstrap-clean slate.
1068 # * Rebuild Makefile, to update the build procedure itself.
1069 # * Do the actual build.
1070 bootstrap
: bootstrap-clean
1071 cd
$(srcdir) && .
/autogen.sh
1072 $(MAKE
) MAKEFILE_NAME
=force-Makefile force-Makefile
1075 .PHONY
: check-declare
1078 @if
[ ! -f
$(srcdir)/src
/emacs
]; then \
1079 echo
"You must build Emacs to use this command"; \