2013-07-23 22:57:17 +00:00
|
|
|
### @configure_input@
|
2012-04-10 07:18:02 +00:00
|
|
|
|
2021-01-01 09:13:56 +00:00
|
|
|
# Copyright (C) 2012-2021 Free Software Foundation, Inc.
|
2012-04-10 07:18:02 +00:00
|
|
|
|
2011-01-02 23:50:46 +00:00
|
|
|
# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
2005-01-30 11:22:05 +00:00
|
|
|
# National Institute of Advanced Industrial Science and Technology (AIST)
|
|
|
|
# Registration Number H13PRO009
|
|
|
|
#
|
|
|
|
# This file is part of GNU Emacs.
|
|
|
|
|
2008-05-09 23:48:10 +00:00
|
|
|
# GNU Emacs is free software: you can redistribute it and/or modify
|
2005-01-30 11:22:05 +00:00
|
|
|
# it under the terms of the GNU General Public License as published by
|
2008-05-09 23:48:10 +00:00
|
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
|
|
# (at your option) any later version.
|
2005-01-30 11:22:05 +00:00
|
|
|
|
|
|
|
# GNU Emacs is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
|
|
|
|
# You should have received a copy of the GNU General Public License
|
2017-09-13 22:52:52 +00:00
|
|
|
# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
2008-05-09 23:48:10 +00:00
|
|
|
|
2013-08-28 06:01:52 +00:00
|
|
|
SHELL = @SHELL@
|
2012-04-10 07:18:02 +00:00
|
|
|
|
2015-06-17 06:43:03 +00:00
|
|
|
AWK = @AWK@
|
|
|
|
|
2012-04-10 07:18:02 +00:00
|
|
|
srcdir = @srcdir@
|
|
|
|
top_srcdir = @top_srcdir@
|
2013-10-30 07:15:23 +00:00
|
|
|
top_builddir = @top_builddir@
|
2005-01-30 11:22:05 +00:00
|
|
|
|
2013-10-30 07:15:23 +00:00
|
|
|
EMACS = ${top_builddir}/src/emacs
|
2014-10-07 05:14:28 +00:00
|
|
|
unidir = ${top_srcdir}/lisp/international
|
Make building in directories with whitespace possible
Make has trouble with targets containing whitespace,
http://savannah.gnu.org/bugs/?712, so the general approach is
to use relative paths where possible. It's generally only Emacs
itself that needs absolute paths, eg in src/epaths.h.
* configure.ac (srcdir): Don't make it absolute - abs_srcdir exists.
* Makefile.in (abs_srcdir): New, set by configure.
(buildlisppath): Use abs_srcdir.
(install-arch-indep, install-etcdoc, install-info, install-man)
(install-etc): Quote entities that might contain whitespace.
* admin/unidata/Makefile.in (emacs, ${DSTDIR}/charprop.el):
Quote entities that might contain whitespace.
* leim/Makefile.in (abs_srcdir): New, set by configure.
(buildlisppath): Use abs_srcdir.
(RUN_EMACS, .el.elc, changed.tit, changed.misc, leim-list.el)
($(srcdir)/ja-dic/ja-dic.el, setwins, distclean, check-declare):
Quote entities that might contain whitespace.
* lib-src/Makefile.in ($(DESTDIR)${archlibdir}):
Quote entities that might contain whitespace.
* lisp/Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
(emacs, compile, compile-always):
Quote entities that might contain whitespace.
(custom-deps, finder-data, autoloads): Use abs_lisp.
($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
* nextstep/Makefile.in (${ns_check_file} ${ns_appdir}):
Quote entities that might contain whitespace.
* nt/Makefile.in ($(DESTDIR)${archlibdir}):
Quote entities that might contain whitespace.
* src/Makefile.in (RUN_TEMACS): Make relative (again).
($(leimdir)/leim-list.el, .el.elc, $(lispsource)/loaddefs.el)
(bootstrap-emacs$(EXEEXT)):
Quote entities that might contain whitespace.
* test/automated/Makefile.in (abs_top_srcdir, top_builddir):
New, set by configure.
(top_srcdir): Remove.
(abs_test, abs_lispsrc): New.
(lisp): No longer absolute.
(emacs, lisp-compile, compile, compile-always):
Quote entities that might contain whitespace.
Fixes: debbugs:15675
2013-10-23 06:22:54 +00:00
|
|
|
emacs = "${EMACS}" -batch --no-site-file --no-site-lisp
|
2005-01-30 11:22:05 +00:00
|
|
|
|
2017-04-25 05:53:22 +00:00
|
|
|
lparen = (
|
|
|
|
unifiles = $(addprefix ${unidir}/,$(sort $(shell sed -n 's/^[ \t][ \t]*${lparen}"\(uni-[^"]*\)"$$/\1/p' ${srcdir}/unidata-gen.el)))
|
|
|
|
|
Simplify silent-rules build machinery
* src/verbose.mk.in: New file.
* configure.ac (AM_V, AM_DEFAULT_V): Remove output variables.
(src/verbose.mk): New output file.
* Makefile.in, admin/charsets/Makefile.in:
* admin/grammars/Makefile.in, admin/unidata/Makefile.in:
* doc/emacs/Makefile.in, doc/lispintro/Makefile.in:
* doc/lispref/Makefile.in, doc/misc/Makefile.in, leim/Makefile.in:
* lib-src/Makefile.in, lib/Makefile.in, lisp/Makefile.in:
* lwlib/Makefile.in, nt/Makefile.in, oldXMenu/Makefile.in:
* src/Makefile.in, src/verbose.mk.in, test/Makefile.in:
Include src/verbose.mk rather than repeatedly defining AM_V_at etc.
2021-03-07 00:28:46 +00:00
|
|
|
-include ${top_builddir}/src/verbose.mk
|
Less 'make' chatter for unidata
* unidata/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
(am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_, am__v_at_0, am__v_at_1):
New macros, from ../src/Makefile.in.
(${top_srcdir}/src/macuvs.h, %.elc, unidata.txt)
(${unidir}/charprop.el, unifiles): Use them.
(PHONY_EXTRAS): New macro.
(.PHONY, ${unidir}/charprop.el): Use it.
(FORCE): Remove; all uses replaced by PHONY_EXTRAS manipulation.
(${unidir}/charprop.el, extraclean):
Use 'make' conditionals rather than shell.
2015-01-02 00:44:53 +00:00
|
|
|
|
2017-04-25 05:53:22 +00:00
|
|
|
.PHONY: all
|
Stop keeping generated Unicode lisp files in the repository
Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg01023.html
* admin/unidata/Makefile.in (all, install, clean, bootstrap-clean)
(distclean, maintainer-clean): Declare as PHONY.
(compile, extraclean): New.
(${DSTDIR}/charprop.el): Depend on source files rather than
intermediate products.
* lisp/international/charprop.el, lisp/international/uni-bidi.el:
* lisp/international/uni-category.el, lisp/international/uni-combining.el:
* lisp/international/uni-comment.el, lisp/international/uni-decimal.el:
* lisp/international/uni-decomposition.el, lisp/international/uni-digit.el:
* lisp/international/uni-lowercase.el, lisp/international/uni-mirrored.el:
* lisp/international/uni-name.el, lisp/international/uni-numeric.el:
* lisp/international/uni-old-name.el, lisp/international/uni-titlecase.el:
* lisp/international/uni-uppercase.el:
Remove generated files from VCS repository.
* src/Makefile.in ($(lispsource)/international/charprop.el): New.
(emacs$(EXEEXT)): Depend on charprop.el.
* Makefile.in: Comment.
* .bzrignore: Add generated Unicode files.
2013-11-27 18:25:44 +00:00
|
|
|
|
2017-04-25 05:53:22 +00:00
|
|
|
all: ${top_srcdir}/src/macuvs.h ${unifiles} ${unidir}/charscript.el \
|
2021-09-20 10:41:15 +00:00
|
|
|
${unidir}/charprop.el ${unidir}/emoji-zwj.el
|
2014-05-26 15:48:28 +00:00
|
|
|
|
2014-06-25 06:03:13 +00:00
|
|
|
## Specify .elc as an order-only prereq so as to not needlessly rebuild
|
|
|
|
## target just because the .elc is missing.
|
|
|
|
## Same with charprop.el below.
|
|
|
|
${top_srcdir}/src/macuvs.h: ${srcdir}/uvs.el ${srcdir}/IVD_Sequences.txt | \
|
|
|
|
${srcdir}/uvs.elc
|
Less 'make' chatter for unidata
* unidata/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
(am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_, am__v_at_0, am__v_at_1):
New macros, from ../src/Makefile.in.
(${top_srcdir}/src/macuvs.h, %.elc, unidata.txt)
(${unidir}/charprop.el, unifiles): Use them.
(PHONY_EXTRAS): New macro.
(.PHONY, ${unidir}/charprop.el): Use it.
(FORCE): Remove; all uses replaced by PHONY_EXTRAS manipulation.
(${unidir}/charprop.el, extraclean):
Use 'make' conditionals rather than shell.
2015-01-02 00:44:53 +00:00
|
|
|
$(AM_V_GEN)${emacs} -L ${srcdir} -l uvs \
|
2014-11-09 20:44:51 +00:00
|
|
|
--eval '(uvs-print-table-ivd (unmsys--file-name "${srcdir}/IVD_Sequences.txt") "Adobe-Japan1")' \
|
2014-05-26 15:48:28 +00:00
|
|
|
> $@
|
2005-01-30 11:22:05 +00:00
|
|
|
|
2014-06-25 06:03:13 +00:00
|
|
|
%.elc: %.el
|
2015-01-12 01:41:57 +00:00
|
|
|
$(AM_V_ELC)${emacs} -f batch-byte-compile $<
|
2005-01-30 11:22:05 +00:00
|
|
|
|
2012-04-10 07:18:02 +00:00
|
|
|
unidata.txt: ${srcdir}/UnicodeData.txt
|
Less 'make' chatter for unidata
* unidata/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
(am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_, am__v_at_0, am__v_at_1):
New macros, from ../src/Makefile.in.
(${top_srcdir}/src/macuvs.h, %.elc, unidata.txt)
(${unidir}/charprop.el, unifiles): Use them.
(PHONY_EXTRAS): New macro.
(.PHONY, ${unidir}/charprop.el): Use it.
(FORCE): Remove; all uses replaced by PHONY_EXTRAS manipulation.
(${unidir}/charprop.el, extraclean):
Use 'make' conditionals rather than shell.
2015-01-02 00:44:53 +00:00
|
|
|
$(AM_V_GEN)sed -e 's/\([^;]*\);\(.*\)/(#x\1 "\2")/' -e 's/;/" "/g' \
|
|
|
|
< $< > $@
|
2005-05-10 02:35:10 +00:00
|
|
|
|
2017-04-25 05:53:22 +00:00
|
|
|
## charprop doesn't actually depend on unifiles, but for now at least
|
|
|
|
## pretend that it does since other Makefiles assume that if charprop
|
|
|
|
## is up-to-date, the unifiles are too.
|
|
|
|
${unidir}/charprop.el: ${unifiles} ${srcdir}/unidata-gen.el | ${srcdir}/unidata-gen.elc
|
|
|
|
$(AM_V_at)[ ! -f $@ ] || chmod +w $@
|
|
|
|
$(AM_V_GEN)${emacs} -L ${srcdir} -l unidata-gen \
|
|
|
|
-f unidata-gen-charprop $@
|
2014-10-07 20:17:09 +00:00
|
|
|
|
2017-04-25 05:53:22 +00:00
|
|
|
${unifiles}: ${srcdir}/unidata-gen.el \
|
2014-10-14 18:10:37 +00:00
|
|
|
${srcdir}/UnicodeData.txt ${srcdir}/BidiMirroring.txt \
|
|
|
|
${srcdir}/BidiBrackets.txt | \
|
2014-06-25 06:03:13 +00:00
|
|
|
${srcdir}/unidata-gen.elc unidata.txt
|
2017-04-25 05:53:22 +00:00
|
|
|
$(AM_V_at)[ ! -f $@ ] || chmod +w $@
|
|
|
|
$(AM_V_GEN)${emacs} -L ${srcdir} -l unidata-gen \
|
|
|
|
-f unidata-gen-file $@ ${srcdir}
|
2005-01-30 11:22:05 +00:00
|
|
|
|
2015-06-17 06:43:03 +00:00
|
|
|
|
|
|
|
.PHONY: charscript.el
|
|
|
|
charscript.el: ${unidir}/charscript.el
|
|
|
|
|
|
|
|
blocks = ${srcdir}/blocks.awk
|
|
|
|
|
2021-09-14 17:07:03 +00:00
|
|
|
${unidir}/charscript.el: ${blocks}
|
|
|
|
|
|
|
|
${unidir}/charscript.el: ${srcdir}/Blocks.txt ${srcdir}/emoji-data.txt
|
|
|
|
$(AM_V_GEN)$(AWK) -f ${blocks} $^ > $@
|
2015-06-17 06:43:03 +00:00
|
|
|
|
2021-09-20 10:41:15 +00:00
|
|
|
.PHONY: emoji-zwj.el
|
|
|
|
emoji-zwj.el: ${unidir}/emoji-zwj.el
|
|
|
|
|
|
|
|
zwj = ${srcdir}/emoji-zwj.awk
|
|
|
|
|
2021-09-23 09:31:46 +00:00
|
|
|
${unidir}/emoji-zwj.el: ${srcdir}/emoji-zwj-sequences.txt $(srcdir)/emoji-sequences.txt ${zwj}
|
|
|
|
$(AM_V_GEN)$(AWK) -f ${zwj} $^ > $@
|
2015-06-17 06:43:03 +00:00
|
|
|
|
2021-05-10 01:14:12 +00:00
|
|
|
.PHONY: clean bootstrap-clean distclean maintainer-clean gen-clean
|
Stop keeping generated Unicode lisp files in the repository
Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg01023.html
* admin/unidata/Makefile.in (all, install, clean, bootstrap-clean)
(distclean, maintainer-clean): Declare as PHONY.
(compile, extraclean): New.
(${DSTDIR}/charprop.el): Depend on source files rather than
intermediate products.
* lisp/international/charprop.el, lisp/international/uni-bidi.el:
* lisp/international/uni-category.el, lisp/international/uni-combining.el:
* lisp/international/uni-comment.el, lisp/international/uni-decimal.el:
* lisp/international/uni-decomposition.el, lisp/international/uni-digit.el:
* lisp/international/uni-lowercase.el, lisp/international/uni-mirrored.el:
* lisp/international/uni-name.el, lisp/international/uni-numeric.el:
* lisp/international/uni-old-name.el, lisp/international/uni-titlecase.el:
* lisp/international/uni-uppercase.el:
Remove generated files from VCS repository.
* src/Makefile.in ($(lispsource)/international/charprop.el): New.
(emacs$(EXEEXT)): Depend on charprop.el.
* Makefile.in: Comment.
* .bzrignore: Add generated Unicode files.
2013-11-27 18:25:44 +00:00
|
|
|
|
2005-01-30 11:22:05 +00:00
|
|
|
clean:
|
2014-10-07 05:14:28 +00:00
|
|
|
rm -f ${srcdir}/*.elc unidata.txt
|
2012-04-10 07:18:02 +00:00
|
|
|
|
2021-04-04 16:19:24 +00:00
|
|
|
## IMO this should also run gen-clean.
|
2013-10-30 16:45:51 +00:00
|
|
|
bootstrap-clean: clean
|
|
|
|
|
2012-04-10 07:18:02 +00:00
|
|
|
distclean: clean
|
Stop keeping generated Unicode lisp files in the repository
Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg01023.html
* admin/unidata/Makefile.in (all, install, clean, bootstrap-clean)
(distclean, maintainer-clean): Declare as PHONY.
(compile, extraclean): New.
(${DSTDIR}/charprop.el): Depend on source files rather than
intermediate products.
* lisp/international/charprop.el, lisp/international/uni-bidi.el:
* lisp/international/uni-category.el, lisp/international/uni-combining.el:
* lisp/international/uni-comment.el, lisp/international/uni-decimal.el:
* lisp/international/uni-decomposition.el, lisp/international/uni-digit.el:
* lisp/international/uni-lowercase.el, lisp/international/uni-mirrored.el:
* lisp/international/uni-name.el, lisp/international/uni-numeric.el:
* lisp/international/uni-old-name.el, lisp/international/uni-titlecase.el:
* lisp/international/uni-uppercase.el:
Remove generated files from VCS repository.
* src/Makefile.in ($(lispsource)/international/charprop.el): New.
(emacs$(EXEEXT)): Depend on charprop.el.
* Makefile.in: Comment.
* .bzrignore: Add generated Unicode files.
2013-11-27 18:25:44 +00:00
|
|
|
rm -f Makefile
|
2012-04-10 07:18:02 +00:00
|
|
|
|
2019-06-25 11:23:14 +00:00
|
|
|
## macuvs.h is a generated file, but it's also checked in because
|
|
|
|
## macOS builds would need to do a headless bootstrap without it,
|
|
|
|
## which is currently awkward. To avoid changing checked-in files
|
|
|
|
## from a make target, we don't delete it here.
|
2021-04-04 16:19:24 +00:00
|
|
|
gen-clean:
|
2019-06-25 11:23:14 +00:00
|
|
|
rm -f ${unidir}/charscript.el*
|
2021-09-20 10:41:15 +00:00
|
|
|
rm -f ${unidir}/emoji-zwj.el*
|
2017-04-25 05:53:22 +00:00
|
|
|
rm -f ${unifiles} ${unidir}/charprop.el
|
2021-04-04 16:19:24 +00:00
|
|
|
## ref: https://lists.gnu.org/r/emacs-devel/2013-11/msg01029.html
|
|
|
|
|
|
|
|
maintainer-clean: gen-clean distclean
|
|
|
|
|