2013-07-23 22:57:17 +00:00
|
|
|
### @configure_input@
|
2012-04-10 07:18:02 +00:00
|
|
|
|
2019-01-01 00:59:58 +00:00
|
|
|
# Copyright (C) 2012-2019 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)))
|
|
|
|
|
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
|
|
|
# 'make' verbosity.
|
|
|
|
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
|
|
|
|
2015-01-12 01:41:57 +00:00
|
|
|
AM_V_ELC = $(am__v_ELC_@AM_V@)
|
|
|
|
am__v_ELC_ = $(am__v_ELC_@AM_DEFAULT_V@)
|
|
|
|
am__v_ELC_0 = @echo " ELC " $@;
|
|
|
|
am__v_ELC_1 =
|
|
|
|
|
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 = $(am__v_GEN_@AM_V@)
|
|
|
|
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
|
|
|
am__v_GEN_0 = @echo " GEN " $@;
|
|
|
|
am__v_GEN_1 =
|
|
|
|
|
|
|
|
AM_V_at = $(am__v_at_@AM_V@)
|
|
|
|
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
|
|
|
am__v_at_0 = @
|
|
|
|
am__v_at_1 =
|
|
|
|
|
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 \
|
|
|
|
${unidir}/charprop.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
|
|
|
|
|
|
|
|
${unidir}/charscript.el: ${srcdir}/Blocks.txt ${blocks}
|
|
|
|
$(AM_V_GEN)$(AWK) -f ${blocks} < $< > $@
|
|
|
|
|
|
|
|
|
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
|
|
|
.PHONY: clean bootstrap-clean distclean maintainer-clean extraclean
|
|
|
|
|
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
|
|
|
|
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
|
|
|
|
2013-10-30 16:45:51 +00:00
|
|
|
maintainer-clean: distclean
|
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
|
|
|
|
|
|
|
## Do not remove these files, even in a bootstrap, because they rarely
|
|
|
|
## change and it slows down bootstrap (a tiny bit).
|
|
|
|
## Cf leim/ja-dic (which is much slower).
|
2019-06-22 18:35:45 +00:00
|
|
|
## Also, removing macuvs.h would mean that macOS builds would need
|
|
|
|
## to do a headless bootstrap, which is currently awkward.
|
|
|
|
extraclean: distclean
|
|
|
|
rm -f ${top_srcdir}/src/macuvs.h ${unidir}/charscript.el*
|
2017-04-25 05:53:22 +00:00
|
|
|
rm -f ${unifiles} ${unidir}/charprop.el
|