3 # Copyright (C) 2012-2015 Free Software Foundation, Inc.
5 # Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011
6 # National Institute of Advanced Industrial Science and Technology (AIST)
7 # Registration Number H13PRO009
9 # This file is part of GNU Emacs.
11 # GNU Emacs is free software: you can redistribute it and/or modify
12 # it under the terms of the GNU General Public License as published by
13 # the Free Software Foundation, either version 3 of the License, or
14 # (at your option) any later version.
16 # GNU Emacs is distributed in the hope that it will be useful,
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 # GNU General Public License for more details.
21 # You should have received a copy of the GNU General Public License
22 # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
27 top_srcdir
= @top_srcdir@
28 top_builddir
= @top_builddir@
30 EMACS
= ${top_builddir}/src
/emacs
31 unidir
= ${top_srcdir}/lisp
/international
32 emacs
= "${EMACS}" -batch
--no-site-file
--no-site-lisp
35 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
37 AM_V_GEN
= $(am__v_GEN_@AM_V@
)
38 am__v_GEN_
= $(am__v_GEN_@AM_DEFAULT_V@
)
39 am__v_GEN_0
= @echo
" GEN " $@
;
42 AM_V_at
= $(am__v_at_@AM_V@
)
43 am__v_at_
= $(am__v_at_@AM_DEFAULT_V@
)
49 all: ${top_srcdir}/src
/macuvs.h unifiles
51 ## Specify .elc as an order-only prereq so as to not needlessly rebuild
52 ## target just because the .elc is missing.
53 ## Same with charprop.el below.
54 ${top_srcdir}/src
/macuvs.h
: ${srcdir}/uvs.el
${srcdir}/IVD_Sequences.txt | \
56 $(AM_V_GEN
)${emacs} -L
${srcdir} -l uvs \
57 --eval
'(uvs-print-table-ivd (unmsys--file-name "${srcdir}/IVD_Sequences.txt") "Adobe-Japan1")' \
61 $(AM_V_GEN
)${emacs} -f batch-byte-compile
$<
63 unidata.txt
: ${srcdir}/UnicodeData.txt
64 $(AM_V_GEN
)sed
-e
's/\([^;]*\);\(.*\)/(#x\1 "\2")/' -e
's/;/" "/g' \
68 .PHONY
: $(PHONY_EXTRAS
)
70 ${unidir}/charprop.el
: ${srcdir}/unidata-gen.el \
71 ${srcdir}/UnicodeData.txt
${srcdir}/BidiMirroring.txt \
72 ${srcdir}/BidiBrackets.txt | \
73 ${srcdir}/unidata-gen.elc unidata.txt
74 ifneq (,$(wildcard $@
))
75 $(AM_V_at
)cd
$(unidir
) && \
76 for f in charprop.el
`sed -n 's/^;; FILE: //p' < charprop.el`; do \
77 [ ! -f
$$f ] ||
[ -w
$$f ] || chmod
+w
$$f || exit
; \
80 $(AM_V_GEN
)${emacs} -L
${srcdir} -l unidata-gen
-f unidata-gen-files \
83 ## Check for deleted uni- files, and if any such, force a rebuild.
84 ## Perhaps a more elegant way would be for the previous rule
85 ## to generate a Makefile fragment explicitly listing the uni- files,
86 ## which this file could include. If no fragment, rebuild everything.
87 unifiles
: ${unidir}/charprop.el
88 $(AM_V_GEN
)for f in
`sed -n 's/^;; FILE: //p' < $<`; do \
89 [ -f
$(unidir
)/$$f ] || exec
$(MAKE
) PHONY_EXTRAS
=$< $<; \
92 .PHONY
: clean bootstrap-clean
distclean maintainer-clean extraclean
95 rm -f
${srcdir}/*.elc unidata.txt
97 bootstrap-clean
: clean
102 maintainer-clean
: distclean
104 ## Do not remove these files, even in a bootstrap, because they rarely
105 ## change and it slows down bootstrap (a tiny bit).
106 ## Cf leim/ja-dic (which is much slower).
108 rm -f
${top_srcdir}/src
/macuvs.h
109 ifneq (,$(wildcard $(unidir
)/charprop.el
))
111 rm -f
`sed -n 's/^;; FILE: //p' < charprop.el` charprop.el