annotate leim/Makefile.in @ 110410:f2e111723c3a

Merge changes made in Gnus trunk. Reimplement nnimap, and do tweaks to the rest of the code to support that. * gnus-int.el (gnus-finish-retrieve-group-infos) (gnus-retrieve-group-data-early): New functions. * gnus-range.el (gnus-range-nconcat): New function. * gnus-start.el (gnus-get-unread-articles): Support early retrieval of data. (gnus-read-active-for-groups): Support finishing the early retrieval of data. * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name if the move is internal, so that nnimap can do fast internal moves. * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for nnimap usage. * nnimap.el: Rewritten. * nnmail.el (nnmail-inhibit-default-split-group): New internal variable to allow the mail splitting to not return a default group. This is useful for nnimap, which will leave unmatched mail in the inbox. * utf7.el (utf7-encode): Autoload. Implement shell connection. * nnimap.el (nnimap-open-shell-stream): New function. (nnimap-open-connection): Use it. Get the number of lines by using BODYSTRUCTURE. (nnimap-transform-headers): Get the number of lines in each message. (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the number of lines. Not all servers return UIDNEXT. Work past this problem. Remove junk from end of file. Fix typo in "bogus" section. Make capabilties be case-insensitive. Require cl when compiling. Don't bug out if the LIST command doesn't have any parameters. 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change) * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command doesn't have any parameters. (mm-text-html-renderer): Document gnus-article-html. 2010-09-17 Julien Danjou <julien@danjou.info> (tiny fix) * mm-decode.el (mm-text-html-renderer): Document gnus-article-html. * dgnushack.el: Define netrc-credentials. If the user doesn't have a /etc/services, supply some sensible port defaults. Have `unseen-or-unread' select an unread unseen article first. (nntp-open-server): Return whether the open was successful or not. Throughout all files, replace (save-excursion (set-buffer ...)) with (with-current-buffer ... ). Save result so that it doesn't say "failed" all the time. Add ~/.authinfo to the default, since that's probably most useful for users. Don't use the "finish" method when we're reading from the agent. Add some more nnimap-relevant agent stuff to nnagent.el. * nnimap.el (nnimap-with-process-buffer): Removed. Revert one line that was changed by mistake in the last checkin. (nnimap-open-connection): Don't error out when we can't make a connection nnimap-related changes to avoid bugging out if we can't contact a server. * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups from methods that are denied. * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log in. (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for nothing. * gnus-sum.el (gnus-select-newsgroup): Indent.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sat, 18 Sep 2010 10:02:19 +0000
parents ce960720ed3f
children c55486404fcd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
1 # Makefile for leim subdirectory in GNU Emacs.
79728
6e5c681750d8 Add 2008 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 79281
diff changeset
2 # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
106815
1d1d5d9bd884 Add 2010 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 104884
diff changeset
3 # 2006, 2007, 2008, 2009, 2010
56413
1dd11607c5a1 Fix copyright notice.
Kenichi Handa <handa@m17n.org>
parents: 56289
diff changeset
4 # Free Software Foundation, Inc.
79728
6e5c681750d8 Add 2008 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 79281
diff changeset
5 # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
106815
1d1d5d9bd884 Add 2010 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 104884
diff changeset
6 # 2006, 2007, 2008, 2009, 2010
56413
1dd11607c5a1 Fix copyright notice.
Kenichi Handa <handa@m17n.org>
parents: 56289
diff changeset
7 # National Institute of Advanced Industrial Science and Technology (AIST)
1dd11607c5a1 Fix copyright notice.
Kenichi Handa <handa@m17n.org>
parents: 56289
diff changeset
8 # Registration Number H14PRO021
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
9
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
10 # This file is part of GNU Emacs.
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
11
94711
234b6de33fa7 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 91327
diff changeset
12 # GNU Emacs is free software: you can redistribute it and/or modify
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
13 # it under the terms of the GNU General Public License as published by
94711
234b6de33fa7 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 91327
diff changeset
14 # the Free Software Foundation, either version 3 of the License, or
234b6de33fa7 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 91327
diff changeset
15 # (at your option) any later version.
234b6de33fa7 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 91327
diff changeset
16
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
17 # GNU Emacs is distributed in the hope that it will be useful,
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
20 # GNU General Public License for more details.
94711
234b6de33fa7 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 91327
diff changeset
21
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
22 # You should have received a copy of the GNU General Public License
94711
234b6de33fa7 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 91327
diff changeset
23 # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
234b6de33fa7 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 91327
diff changeset
24
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
25
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
26 # Avoid trouble on systems where the `SHELL' variable might be
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
27 # inherited from the environment.
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
28 SHELL = /bin/sh
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
29
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
30 # Here are the things that we expect ../configure to edit.
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
31 version=@version@
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
32 prefix=@prefix@
74914
6b32f9356d95 (datarootdir): Define.
Andreas Schwab <schwab@suse.de>
parents: 74778
diff changeset
33 datarootdir=@datarootdir@
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
34 datadir=@datadir@
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
35 srcdir=@srcdir@
96770
163afe7c6871 files were missed on previous checkin
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 96358
diff changeset
36 ns_appresdir=@ns_appresdir@
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
37
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
38 # Where to install LEIM files.
69259
6bc43ef05bc7 Add DESTDIR variable to install target to support staged installations.
Eli Zaretskii <eliz@gnu.org>
parents: 67657
diff changeset
39 INSTALLDIR=$(DESTDIR)${datadir}/emacs/${version}/leim
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
40
66655
a549a8898210 (GZIP_PROG): Renamed from GZIP.
Andreas Schwab <schwab@suse.de>
parents: 66611
diff changeset
41 GZIP_PROG = @GZIP_PROG@
66611
abdceedc8fad * Makefile.in (install): Compress source files.
Romain Francoise <romain@orebokech.com>
parents: 64083
diff changeset
42
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
43 # Which Emacs to use to convert TIT files to Emacs Lisp files,
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
44 # byte-compile Emacs Lisp files, and generate the file leim-list.el.
107415
64c4a107d531 * Makefile.in (dot): Remove, since ../ is used throughout the other Makefiles.
Glenn Morris <rgm@gnu.org>
parents: 106815
diff changeset
45 BUILT-EMACS = ../src/emacs
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
46
107415
64c4a107d531 * Makefile.in (dot): Remove, since ../ is used throughout the other Makefiles.
Glenn Morris <rgm@gnu.org>
parents: 106815
diff changeset
47 buildlisppath=${srcdir}/../lisp
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
48
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
49 # How to run Emacs.
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89961
diff changeset
50 RUN-EMACS = EMACSLOADPATH=$(buildlisppath) LC_ALL=C \
109956
ce960720ed3f Make obsolete --unibyte argument do nothing (Bug#6886).
Chong Yidong <cyd@stupidchicken.com>
parents: 108578
diff changeset
51 ${BUILT-EMACS} -batch --no-init-file --no-site-file
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
52
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
53 # Subdirectories to be made if ${srcdir} is different from the current
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
54 # directory.
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
55 SUBDIRS=quail
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
56
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
57 # Files generated from TIT dictionaries for Chinese GB character set.
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
58 TIT-GB=\
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
59 quail/CCDOSPY.elc \
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
60 quail/Punct.elc \
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
61 quail/QJ.elc \
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
62 quail/SW.elc \
37118
6aaaa52f72ac (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
Kenichi Handa <handa@m17n.org>
parents: 37078
diff changeset
63 quail/TONEPY.elc
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
64
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
65 # Files generated from TIT dictionaries for Chinese BIG5 character set.
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
66 TIT-BIG5=\
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
67 quail/4Corner.elc \
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
68 quail/ARRAY30.elc \
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
69 quail/ECDICT.elc \
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
70 quail/ETZY.elc \
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
71 quail/Punct-b5.elc \
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
72 quail/PY-b5.elc \
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
73 quail/QJ-b5.elc \
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
74 quail/ZOZY.elc
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
75
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
76 CHINESE-TIT=${TIT-GB} ${TIT-BIG5}
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
77
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
78 NON-TIT-GB=${srcdir}/quail/py-punct.elc
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
79
37118
6aaaa52f72ac (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
Kenichi Handa <handa@m17n.org>
parents: 37078
diff changeset
80 NON-TIT-BIG5=${srcdir}/quail/pypunct-b5.elc
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
81
37118
6aaaa52f72ac (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
Kenichi Handa <handa@m17n.org>
parents: 37078
diff changeset
82 CHINESE-NON-TIT=${NON-TIT-GB} ${NON-TIT-BIG5}
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
83
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
84 CHINESE-GB=${TIT-GB} ${NON-TIT-GB}
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
85
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49040
diff changeset
86 CHINESE-BIG5=${TIT-BIG5} ${NON-TIT-BIG5}
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
87
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
88 JAPANESE=${srcdir}/quail/japanese.elc ${srcdir}/ja-dic/ja-dic.elc
18673
751941736224 Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
89
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
90 KOREAN= ${srcdir}/quail/hangul.elc \
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
91 ${srcdir}/quail/hanja.elc \
37130
80b4a8d46cb5 (KOREAN): Add ${srcdir}/quail/hanja3.elc. From
Eli Zaretskii <eliz@gnu.org>
parents: 37128
diff changeset
92 ${srcdir}/quail/hanja3.elc \
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
93 ${srcdir}/quail/hanja-jis.elc \
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
94 ${srcdir}/quail/symbol-ksc.elc
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
95
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
96 THAI=${srcdir}/quail/thai.elc
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
97
43705
223fa5122806 * Makefile.in (VIETNAMESE), makefile.nt (VIETNAMESE), makefile.w32-in
Werner LEMBERG <wl@gnu.org>
parents: 41465
diff changeset
98 VIETNAMESE=${srcdir}/quail/viqr.elc ${srcdir}/quail/vntelex.elc
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
99
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
100 LAO=${srcdir}/quail/lao.elc ${srcdir}/quail/lrt.elc
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
101
41465
de2b6170b9a6 Adjusted for the file name change:
Richard M. Stallman <rms@gnu.org>
parents: 40709
diff changeset
102 INDIAN=${srcdir}/quail/indian.elc
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
103
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
104 TIBETAN=${srcdir}/quail/tibetan.elc
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
105
35811
e3e5caa57043 (LATIN): Include ${srcdir}/quail/latin-alt.elc.
Kenichi Handa <handa@m17n.org>
parents: 35670
diff changeset
106 LATIN= ${srcdir}/quail/latin-pre.elc \
e3e5caa57043 (LATIN): Include ${srcdir}/quail/latin-alt.elc.
Kenichi Handa <handa@m17n.org>
parents: 35670
diff changeset
107 ${srcdir}/quail/latin-post.elc \
35837
eda9214571fb (LATIN): Include ${srcdir}/quail/latin-alt.elc.
Kenichi Handa <handa@m17n.org>
parents: 35811
diff changeset
108 ${srcdir}/quail/latin-alt.elc \
40709
a6283c23f5ee (LATIN): Add welsh.
Dave Love <fx@gnu.org>
parents: 37881
diff changeset
109 ${srcdir}/quail/latin-ltx.elc \
a6283c23f5ee (LATIN): Add welsh.
Dave Love <fx@gnu.org>
parents: 37881
diff changeset
110 ${srcdir}/quail/welsh.elc
a6283c23f5ee (LATIN): Add welsh.
Dave Love <fx@gnu.org>
parents: 37881
diff changeset
111
a6283c23f5ee (LATIN): Add welsh.
Dave Love <fx@gnu.org>
parents: 37881
diff changeset
112 UNICODE=${srcdir}/quail/sgml-input.elc ${srcdir}/quail/rfc1345.elc \
a6283c23f5ee (LATIN): Add welsh.
Dave Love <fx@gnu.org>
parents: 37881
diff changeset
113 ${srcdir}/quail/uni-input.elc
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
114
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
115 SLAVIC= \
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
116 ${srcdir}/quail/czech.elc \
49040
37e7677ca4d7 (SLAVIC): Add croatian.elc.
Dave Love <fx@gnu.org>
parents: 45327
diff changeset
117 ${srcdir}/quail/croatian.elc \
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
118 ${srcdir}/quail/slovak.elc
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
119
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
120 GREEK=${srcdir}/quail/greek.elc
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
121
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
122 RUSSIAN=${srcdir}/quail/cyrillic.elc ${srcdir}/quail/cyril-jis.elc
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
123
55282
d21032c32fb8 (OTHERS): Ranamed from MISC.
Kenichi Handa <handa@m17n.org>
parents: 54215
diff changeset
124 OTHERS= \
90824
d7ca7ddf2f25 (OTHERS): Add arabic.elc.
Kenichi Handa <handa@m17n.org>
parents: 90737
diff changeset
125 ${srcdir}/quail/arabic.elc \
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
126 ${srcdir}/quail/ethiopic.elc \
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
127 ${srcdir}/quail/ipa.elc \
40709
a6283c23f5ee (LATIN): Add welsh.
Dave Love <fx@gnu.org>
parents: 37881
diff changeset
128 ${srcdir}/quail/hebrew.elc \
55628
33b47b85dff8 (OTHERS): Add ${srcdir}/quail/sisheng.elc.
Kenichi Handa <handa@m17n.org>
parents: 55524
diff changeset
129 ${srcdir}/quail/georgian.elc \
33b47b85dff8 (OTHERS): Add ${srcdir}/quail/sisheng.elc.
Kenichi Handa <handa@m17n.org>
parents: 55524
diff changeset
130 ${srcdir}/quail/sisheng.elc
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
131
55282
d21032c32fb8 (OTHERS): Ranamed from MISC.
Kenichi Handa <handa@m17n.org>
parents: 54215
diff changeset
132 MISC= \
37118
6aaaa52f72ac (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
Kenichi Handa <handa@m17n.org>
parents: 37078
diff changeset
133 quail/tsang-b5.elc \
6aaaa52f72ac (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
Kenichi Handa <handa@m17n.org>
parents: 37078
diff changeset
134 quail/quick-b5.elc \
6aaaa52f72ac (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
Kenichi Handa <handa@m17n.org>
parents: 37078
diff changeset
135 quail/tsang-cns.elc \
6aaaa52f72ac (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
Kenichi Handa <handa@m17n.org>
parents: 37078
diff changeset
136 quail/quick-cns.elc \
6aaaa52f72ac (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
Kenichi Handa <handa@m17n.org>
parents: 37078
diff changeset
137 quail/PY.elc \
37876
15a579a26248 2001-05-24 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents: 37216
diff changeset
138 quail/ZIRANMA.elc \
15a579a26248 2001-05-24 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents: 37216
diff changeset
139 quail/CTLau.elc \
37881
64c896104a04 2001-05-24 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents: 37876
diff changeset
140 quail/CTLau-b5.elc
37118
6aaaa52f72ac (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
Kenichi Handa <handa@m17n.org>
parents: 37078
diff changeset
141
6aaaa52f72ac (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
Kenichi Handa <handa@m17n.org>
parents: 37078
diff changeset
142 CHINESE=${CHINESE-GB} ${CHINESE-BIG5}
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
143 EASTASIA=${CHINESE} ${JAPANESE} ${KOREAN}
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
144 ASIA=${EASTASIA} ${THAI} ${VIETNAMESE} ${LAO} ${INDIAN} ${TIBETAN}
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
145 EUROPEAN=${LATIN} ${SLAVIC} ${GREEK} ${RUSSIAN}
55282
d21032c32fb8 (OTHERS): Ranamed from MISC.
Kenichi Handa <handa@m17n.org>
parents: 54215
diff changeset
146 WORLD=${ASIA} ${EUROPEAN} ${OTHERS} ${MISC} ${UNICODE}
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
147
55282
d21032c32fb8 (OTHERS): Ranamed from MISC.
Kenichi Handa <handa@m17n.org>
parents: 54215
diff changeset
148 TIT-MISC=${CHINESE-TIT} ${MISC}
d21032c32fb8 (OTHERS): Ranamed from MISC.
Kenichi Handa <handa@m17n.org>
parents: 54215
diff changeset
149 NON-TIT-MISC=${CHINESE-NON-TIT} ${JAPANESE} ${KOREAN} ${EUROPEAN} ${OTHERS}
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
150
33664
15b91d26a2d1 (.SUFFIXES): New target, include .elc .el.
Kenichi Handa <handa@m17n.org>
parents: 32251
diff changeset
151 .SUFFIXES: .elc .el
15b91d26a2d1 (.SUFFIXES): New target, include .elc .el.
Kenichi Handa <handa@m17n.org>
parents: 32251
diff changeset
152
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
153 .el.elc:
96358
c564b17ce35e (.el.elc): Copy the echo behavior of lisp/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents: 95498
diff changeset
154 @echo Compiling $<
c564b17ce35e (.el.elc): Copy the echo behavior of lisp/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents: 95498
diff changeset
155 @${RUN-EMACS} -f batch-byte-compile $<
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
156
55489
3f16b03bb46f (all): Readd dependency on ${WORLD} so that lisp
Andreas Schwab <schwab@suse.de>
parents: 55353
diff changeset
157 all: ${BUILT-EMACS} ${SUBDIRS} leim-list.el ${WORLD}
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
158
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
159 # To ensure that we can run Emacs. This target is ignored (never
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
160 # being hit) if a user changes default value of EMACS.
107415
64c4a107d531 * Makefile.in (dot): Remove, since ../ is used throughout the other Makefiles.
Glenn Morris <rgm@gnu.org>
parents: 106815
diff changeset
161 ../src/emacs:
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
162 cd ../src; ${MAKE} ${MFLAGS} emacs
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
163
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
164 ${SUBDIRS}:
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
165 mkdir $@
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
166 touch stamp-subdir
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
167
55282
d21032c32fb8 (OTHERS): Ranamed from MISC.
Kenichi Handa <handa@m17n.org>
parents: 54215
diff changeset
168 TIT-SOURCES= \
55353
9581797abade (TIT-SOURCES): Prepend ${srcdir} to each elemnt.
Kenichi Handa <handa@m17n.org>
parents: 55283
diff changeset
169 ${srcdir}/CXTERM-DIC/4Corner.tit \
9581797abade (TIT-SOURCES): Prepend ${srcdir} to each elemnt.
Kenichi Handa <handa@m17n.org>
parents: 55283
diff changeset
170 ${srcdir}/CXTERM-DIC/ARRAY30.tit \
9581797abade (TIT-SOURCES): Prepend ${srcdir} to each elemnt.
Kenichi Handa <handa@m17n.org>
parents: 55283
diff changeset
171 ${srcdir}/CXTERM-DIC/CCDOSPY.tit \
9581797abade (TIT-SOURCES): Prepend ${srcdir} to each elemnt.
Kenichi Handa <handa@m17n.org>
parents: 55283
diff changeset
172 ${srcdir}/CXTERM-DIC/ECDICT.tit \
9581797abade (TIT-SOURCES): Prepend ${srcdir} to each elemnt.
Kenichi Handa <handa@m17n.org>
parents: 55283
diff changeset
173 ${srcdir}/CXTERM-DIC/ETZY.tit \
9581797abade (TIT-SOURCES): Prepend ${srcdir} to each elemnt.
Kenichi Handa <handa@m17n.org>
parents: 55283
diff changeset
174 ${srcdir}/CXTERM-DIC/PY-b5.tit \
9581797abade (TIT-SOURCES): Prepend ${srcdir} to each elemnt.
Kenichi Handa <handa@m17n.org>
parents: 55283
diff changeset
175 ${srcdir}/CXTERM-DIC/Punct-b5.tit \
9581797abade (TIT-SOURCES): Prepend ${srcdir} to each elemnt.
Kenichi Handa <handa@m17n.org>
parents: 55283
diff changeset
176 ${srcdir}/CXTERM-DIC/Punct.tit \
9581797abade (TIT-SOURCES): Prepend ${srcdir} to each elemnt.
Kenichi Handa <handa@m17n.org>
parents: 55283
diff changeset
177 ${srcdir}/CXTERM-DIC/QJ-b5.tit \
9581797abade (TIT-SOURCES): Prepend ${srcdir} to each elemnt.
Kenichi Handa <handa@m17n.org>
parents: 55283
diff changeset
178 ${srcdir}/CXTERM-DIC/QJ.tit \
9581797abade (TIT-SOURCES): Prepend ${srcdir} to each elemnt.
Kenichi Handa <handa@m17n.org>
parents: 55283
diff changeset
179 ${srcdir}/CXTERM-DIC/SW.tit \
9581797abade (TIT-SOURCES): Prepend ${srcdir} to each elemnt.
Kenichi Handa <handa@m17n.org>
parents: 55283
diff changeset
180 ${srcdir}/CXTERM-DIC/TONEPY.tit \
9581797abade (TIT-SOURCES): Prepend ${srcdir} to each elemnt.
Kenichi Handa <handa@m17n.org>
parents: 55283
diff changeset
181 ${srcdir}/CXTERM-DIC/ZOZY.tit
37062
3e8707a64e46 (.NOTPARALLEL, .NO_PARALLEL): New special targets.
Gerd Moellmann <gerd@gnu.org>
parents: 35837
diff changeset
182
56289
1170c58f2ce1 (${CHINESE-TIT:.elc=.el}): Depend on changed.tit to
Andreas Schwab <schwab@suse.de>
parents: 56026
diff changeset
183 ${CHINESE-TIT:.elc=.el}: changed.tit
1170c58f2ce1 (${CHINESE-TIT:.elc=.el}): Depend on changed.tit to
Andreas Schwab <schwab@suse.de>
parents: 56026
diff changeset
184 @true
1170c58f2ce1 (${CHINESE-TIT:.elc=.el}): Depend on changed.tit to
Andreas Schwab <schwab@suse.de>
parents: 56026
diff changeset
185
55282
d21032c32fb8 (OTHERS): Ranamed from MISC.
Kenichi Handa <handa@m17n.org>
parents: 54215
diff changeset
186 changed.tit: ${TIT-SOURCES}
55524
2085b7b09cf7 (leim-list.el): Move commands to convert TIT and MISC dictionaries
Eli Zaretskii <eliz@gnu.org>
parents: 55489
diff changeset
187 ${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \
2085b7b09cf7 (leim-list.el): Move commands to convert TIT and MISC dictionaries
Eli Zaretskii <eliz@gnu.org>
parents: 55489
diff changeset
188 -f batch-titdic-convert -dir quail ${srcdir}/CXTERM-DIC; \
2085b7b09cf7 (leim-list.el): Move commands to convert TIT and MISC dictionaries
Eli Zaretskii <eliz@gnu.org>
parents: 55489
diff changeset
189 echo "changed" > $@
37062
3e8707a64e46 (.NOTPARALLEL, .NO_PARALLEL): New special targets.
Gerd Moellmann <gerd@gnu.org>
parents: 35837
diff changeset
190
55282
d21032c32fb8 (OTHERS): Ranamed from MISC.
Kenichi Handa <handa@m17n.org>
parents: 54215
diff changeset
191 MISC-SOURCES= \
55353
9581797abade (TIT-SOURCES): Prepend ${srcdir} to each elemnt.
Kenichi Handa <handa@m17n.org>
parents: 55283
diff changeset
192 ${srcdir}/MISC-DIC/CTLau-b5.html \
9581797abade (TIT-SOURCES): Prepend ${srcdir} to each elemnt.
Kenichi Handa <handa@m17n.org>
parents: 55283
diff changeset
193 ${srcdir}/MISC-DIC/CTLau.html \
9581797abade (TIT-SOURCES): Prepend ${srcdir} to each elemnt.
Kenichi Handa <handa@m17n.org>
parents: 55283
diff changeset
194 ${srcdir}/MISC-DIC/cangjie-table.b5 \
9581797abade (TIT-SOURCES): Prepend ${srcdir} to each elemnt.
Kenichi Handa <handa@m17n.org>
parents: 55283
diff changeset
195 ${srcdir}/MISC-DIC/cangjie-table.cns \
9581797abade (TIT-SOURCES): Prepend ${srcdir} to each elemnt.
Kenichi Handa <handa@m17n.org>
parents: 55283
diff changeset
196 ${srcdir}/MISC-DIC/pinyin.map \
9581797abade (TIT-SOURCES): Prepend ${srcdir} to each elemnt.
Kenichi Handa <handa@m17n.org>
parents: 55283
diff changeset
197 ${srcdir}/MISC-DIC/ziranma.cin
55282
d21032c32fb8 (OTHERS): Ranamed from MISC.
Kenichi Handa <handa@m17n.org>
parents: 54215
diff changeset
198
56289
1170c58f2ce1 (${CHINESE-TIT:.elc=.el}): Depend on changed.tit to
Andreas Schwab <schwab@suse.de>
parents: 56026
diff changeset
199 ${MISC:.elc=.el}: changed.misc
1170c58f2ce1 (${CHINESE-TIT:.elc=.el}): Depend on changed.tit to
Andreas Schwab <schwab@suse.de>
parents: 56026
diff changeset
200 @true
1170c58f2ce1 (${CHINESE-TIT:.elc=.el}): Depend on changed.tit to
Andreas Schwab <schwab@suse.de>
parents: 56026
diff changeset
201
55282
d21032c32fb8 (OTHERS): Ranamed from MISC.
Kenichi Handa <handa@m17n.org>
parents: 54215
diff changeset
202 changed.misc: ${MISC-SOURCES}
55524
2085b7b09cf7 (leim-list.el): Move commands to convert TIT and MISC dictionaries
Eli Zaretskii <eliz@gnu.org>
parents: 55489
diff changeset
203 ${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \
2085b7b09cf7 (leim-list.el): Move commands to convert TIT and MISC dictionaries
Eli Zaretskii <eliz@gnu.org>
parents: 55489
diff changeset
204 -f batch-miscdic-convert -dir quail ${srcdir}/MISC-DIC; \
2085b7b09cf7 (leim-list.el): Move commands to convert TIT and MISC dictionaries
Eli Zaretskii <eliz@gnu.org>
parents: 55489
diff changeset
205 echo "changed" > $@
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
206
74778
24801191298e (leim-list.el): Depend on ${TIT-MISC}, not ${NON-TIT-MISC}.
Eli Zaretskii <eliz@gnu.org>
parents: 74605
diff changeset
207 leim-list.el: ${SUBDIRS} ${TIT-MISC} changed.tit changed.misc ${srcdir}/leim-ext.el
104713
bf61a80c87b4 (leim-list.el, install): Don't use -r to remove files.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 103141
diff changeset
208 rm -f leim-list.el
55282
d21032c32fb8 (OTHERS): Ranamed from MISC.
Kenichi Handa <handa@m17n.org>
parents: 54215
diff changeset
209 ${RUN-EMACS} -l ${buildlisppath}/international/quail \
d21032c32fb8 (OTHERS): Ranamed from MISC.
Kenichi Handa <handa@m17n.org>
parents: 54215
diff changeset
210 -f batch-byte-compile-if-not-done ${TIT-MISC:.elc=.el}
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
211 if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
212 ${RUN-EMACS} -l ${buildlisppath}/international/quail \
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
213 --eval "(update-leim-list-file \".\")" ; \
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
214 else \
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
215 ${RUN-EMACS} -l ${buildlisppath}/international/quail \
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
216 --eval "(update-leim-list-file \".\" \"${srcdir}\")" ; \
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
217 fi
55918
ce05b6367c44 (leim-list.el): Depends on leim-ext.el. Appends
Kenichi Handa <handa@m17n.org>
parents: 55628
diff changeset
218 sed -n '/^[^;]/ p' < ${srcdir}/leim-ext.el >> $@
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
219
103141
bbc4e451e5dc * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
Chong Yidong <cyd@stupidchicken.com>
parents: 102938
diff changeset
220 MV_DIRS = for i in $$dir; do rm -fr `basename "$$i"` ; mv "$$i" . ; done
100786
dba37a087502 (install): Remove old directories in ns_appresdir before
Jan Djärv <jan.h.d@swipnet.se>
parents: 96770
diff changeset
221
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
222 install: all
73339
244f3f60f9dd (install): Be sure to make ${INSTALLDIR} before `cd' to it.
Kenichi Handa <handa@m17n.org>
parents: 73218
diff changeset
223 if [ ! -d ${INSTALLDIR} ] ; then \
107415
64c4a107d531 * Makefile.in (dot): Remove, since ../ is used throughout the other Makefiles.
Glenn Morris <rgm@gnu.org>
parents: 106815
diff changeset
224 umask 022; ${srcdir}/../mkinstalldirs ${INSTALLDIR}; \
73339
244f3f60f9dd (install): Be sure to make ${INSTALLDIR} before `cd' to it.
Kenichi Handa <handa@m17n.org>
parents: 73218
diff changeset
225 else true; fi
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
226 if [ x`(cd ${INSTALLDIR} && /bin/pwd)` != x`(/bin/pwd)` ] ; then \
104713
bf61a80c87b4 (leim-list.el, install): Don't use -r to remove files.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 103141
diff changeset
227 rm -f ${INSTALLDIR}/leim-list.el; \
73339
244f3f60f9dd (install): Be sure to make ${INSTALLDIR} before `cd' to it.
Kenichi Handa <handa@m17n.org>
parents: 73218
diff changeset
228 rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/ja-dic ; \
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
229 echo "Copying leim files to ${INSTALLDIR} ..." ; \
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
230 if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \
45327
a26906178331 (install): Use "tar -chf", to follow symlinks.
Eli Zaretskii <eliz@gnu.org>
parents: 43705
diff changeset
231 tar -chf - leim-list.el quail ja-dic \
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
232 | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
233 else \
45327
a26906178331 (install): Use "tar -chf", to follow symlinks.
Eli Zaretskii <eliz@gnu.org>
parents: 43705
diff changeset
234 tar -chf - leim-list.el quail \
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
235 | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
236 cd ${srcdir}; \
45327
a26906178331 (install): Use "tar -chf", to follow symlinks.
Eli Zaretskii <eliz@gnu.org>
parents: 43705
diff changeset
237 tar -chf - quail/* ja-dic \
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
238 | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
239 fi; \
102938
7fe07b70a092 (install): Remove .gitignore files.
Andreas Schwab <schwab@linux-m68k.org>
parents: 100963
diff changeset
240 rm -f ${INSTALLDIR}/.gitignore ${INSTALLDIR}/*/.gitignore; \
56604
654465d96726 (install): Remove .arch-inventory files.
Andreas Schwab <schwab@suse.de>
parents: 56413
diff changeset
241 rm -f ${INSTALLDIR}/.arch-inventory ${INSTALLDIR}/*/.arch-inventory; \
50456
0f86c147686f (install): Remove CVS related and backup files from
Andreas Schwab <schwab@suse.de>
parents: 49600
diff changeset
242 rm -f ${INSTALLDIR}/\#* ${INSTALLDIR}/*/\#* ; \
0f86c147686f (install): Remove CVS related and backup files from
Andreas Schwab <schwab@suse.de>
parents: 49600
diff changeset
243 rm -f ${INSTALLDIR}/.\#* ${INSTALLDIR}/*/.\#* ; \
0f86c147686f (install): Remove CVS related and backup files from
Andreas Schwab <schwab@suse.de>
parents: 49600
diff changeset
244 rm -f ${INSTALLDIR}/*~ ${INSTALLDIR}/*/*~ ; \
0f86c147686f (install): Remove CVS related and backup files from
Andreas Schwab <schwab@suse.de>
parents: 49600
diff changeset
245 rm -f ${INSTALLDIR}/*.orig ${INSTALLDIR}/*/*.orig ; \
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
246 else true; fi
66611
abdceedc8fad * Makefile.in (install): Compress source files.
Romain Francoise <romain@orebokech.com>
parents: 64083
diff changeset
247 -unset CDPATH; \
66655
a549a8898210 (GZIP_PROG): Renamed from GZIP.
Andreas Schwab <schwab@suse.de>
parents: 66611
diff changeset
248 if [ -n "${GZIP_PROG}" ]; \
66611
abdceedc8fad * Makefile.in (install): Compress source files.
Romain Francoise <romain@orebokech.com>
parents: 64083
diff changeset
249 then \
abdceedc8fad * Makefile.in (install): Compress source files.
Romain Francoise <romain@orebokech.com>
parents: 64083
diff changeset
250 echo "Compressing *.el ..." ; \
abdceedc8fad * Makefile.in (install): Compress source files.
Romain Francoise <romain@orebokech.com>
parents: 64083
diff changeset
251 (cd ${INSTALLDIR}; for f in `find . -name "*.elc" -print`; do \
66655
a549a8898210 (GZIP_PROG): Renamed from GZIP.
Andreas Schwab <schwab@suse.de>
parents: 66611
diff changeset
252 ${GZIP_PROG} -9n `echo $$f|sed 's/.elc$$/.el/'` ; \
66611
abdceedc8fad * Makefile.in (install): Compress source files.
Romain Francoise <romain@orebokech.com>
parents: 64083
diff changeset
253 done) \
abdceedc8fad * Makefile.in (install): Compress source files.
Romain Francoise <romain@orebokech.com>
parents: 64083
diff changeset
254 else true; fi
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
255 -chmod -R a+r ${INSTALLDIR}
85818
3a3ff756c20c (install): Change ownership of installed files.
Glenn Morris <rgm@gnu.org>
parents: 78307
diff changeset
256 for installuser in $${LOGNAME} $${USERNAME} $${USER} \
3a3ff756c20c (install): Change ownership of installed files.
Glenn Morris <rgm@gnu.org>
parents: 78307
diff changeset
257 `id -un 2> /dev/null`; do \
3a3ff756c20c (install): Change ownership of installed files.
Glenn Morris <rgm@gnu.org>
parents: 78307
diff changeset
258 [ -n "$${installuser}" ] && break ; \
3a3ff756c20c (install): Change ownership of installed files.
Glenn Morris <rgm@gnu.org>
parents: 78307
diff changeset
259 done ; \
85990
f1e0811b8c83 Fix merge error.
Andreas Schwab <schwab@suse.de>
parents: 85973
diff changeset
260 find ${INSTALLDIR} -exec chown $${installuser} '{}' ';'
96770
163afe7c6871 files were missed on previous checkin
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 96358
diff changeset
261 if [ "${ns_appresdir}" != "" ]; then \
163afe7c6871 files were missed on previous checkin
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 96358
diff changeset
262 ( cd ${ns_appresdir} ; \
100786
dba37a087502 (install): Remove old directories in ns_appresdir before
Jan Djärv <jan.h.d@swipnet.se>
parents: 96770
diff changeset
263 if test -d share/emacs ; then dir=share/emacs/*/*; $(MV_DIRS); fi;\
96770
163afe7c6871 files were missed on previous checkin
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 96358
diff changeset
264 rm -fr share ) ; \
163afe7c6871 files were missed on previous checkin
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 96358
diff changeset
265 else true ; fi
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
266
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
267 clean mostlyclean:
55283
0c58eb7225cd (clean mostlyclean): Fix previous change.
Kenichi Handa <handa@m17n.org>
parents: 55282
diff changeset
268 rm -f ${TIT-MISC} ${TIT-MISC:.elc=.el} \
55282
d21032c32fb8 (OTHERS): Ranamed from MISC.
Kenichi Handa <handa@m17n.org>
parents: 54215
diff changeset
269 leim-list.el changed.tit changed.misc
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
270
73677
e92b6b791ebb (bootstrap-clean): New target.
Romain Francoise <romain@orebokech.com>
parents: 73339
diff changeset
271 # The following target is needed because the `clean' target only removes
e92b6b791ebb (bootstrap-clean): New target.
Romain Francoise <romain@orebokech.com>
parents: 73339
diff changeset
272 # TIT-generated files and doesn't touch compiled Quail packages. But
e92b6b791ebb (bootstrap-clean): New target.
Romain Francoise <romain@orebokech.com>
parents: 73339
diff changeset
273 # bootstrapping should not leave non-fresh .elc files behind.
e92b6b791ebb (bootstrap-clean): New target.
Romain Francoise <romain@orebokech.com>
parents: 73339
diff changeset
274 bootstrap-clean: clean
e92b6b791ebb (bootstrap-clean): New target.
Romain Francoise <romain@orebokech.com>
parents: 73339
diff changeset
275 rm -f ${WORLD}
107416
4e4e25c1fae4 Simplify some leim/Makefile.in clean rules.
Glenn Morris <rgm@gnu.org>
parents: 107415
diff changeset
276 ## FIXME some compiled files go to srcdir, some don't?
4e4e25c1fae4 Simplify some leim/Makefile.in clean rules.
Glenn Morris <rgm@gnu.org>
parents: 107415
diff changeset
277 # cd ${srcdir}; rm -f *.elc */*.elc
73677
e92b6b791ebb (bootstrap-clean): New target.
Romain Francoise <romain@orebokech.com>
parents: 73339
diff changeset
278
54215
4f16c1a8d33d (all): Depends on ${WORLD} instead of ${TIT} and
Kenichi Handa <handa@m17n.org>
parents: 53960
diff changeset
279 distclean: clean
31917
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
280 if test -f stamp-subdir; then rm -rf ${SUBDIRS} stamp-subdir; fi
d9babe5e7c29 Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents: 31787
diff changeset
281 rm -f Makefile
35670
e177c50b5b2d (extraclean): added target so make doesn't die if
Bill Wohler <wohler@newt.com>
parents: 33664
diff changeset
282
107416
4e4e25c1fae4 Simplify some leim/Makefile.in clean rules.
Glenn Morris <rgm@gnu.org>
parents: 107415
diff changeset
283 maintainer-clean: distclean bootstrap-clean
54215
4f16c1a8d33d (all): Depends on ${WORLD} instead of ${TIT} and
Kenichi Handa <handa@m17n.org>
parents: 53960
diff changeset
284
4f16c1a8d33d (all): Depends on ${WORLD} instead of ${TIT} and
Kenichi Handa <handa@m17n.org>
parents: 53960
diff changeset
285 extraclean: maintainer-clean
107416
4e4e25c1fae4 Simplify some leim/Makefile.in clean rules.
Glenn Morris <rgm@gnu.org>
parents: 107415
diff changeset
286 -rm -f *~ \#* */*~ */\#*
86183
be9515152ca7 (check-declare): New target.
Glenn Morris <rgm@gnu.org>
parents: 85990
diff changeset
287
be9515152ca7 (check-declare): New target.
Glenn Morris <rgm@gnu.org>
parents: 85990
diff changeset
288 .PHONY: check-declare
be9515152ca7 (check-declare): New target.
Glenn Morris <rgm@gnu.org>
parents: 85990
diff changeset
289
be9515152ca7 (check-declare): New target.
Glenn Morris <rgm@gnu.org>
parents: 85990
diff changeset
290 check-declare:
be9515152ca7 (check-declare): New target.
Glenn Morris <rgm@gnu.org>
parents: 85990
diff changeset
291 $(RUN-EMACS) -l $(buildlisppath)/emacs-lisp/check-declare \
be9515152ca7 (check-declare): New target.
Glenn Morris <rgm@gnu.org>
parents: 85990
diff changeset
292 --eval '(check-declare-directory "$(srcdir)")'