2000-09-26 19:23:56 +00:00
|
|
|
# Makefile for leim subdirectory in GNU Emacs.
|
2011-01-26 08:36:39 +00:00
|
|
|
|
2012-01-05 09:46:05 +00:00
|
|
|
# Copyright (C) 1997-2012 Free Software Foundation, Inc.
|
2008-01-07 08:15:16 +00:00
|
|
|
# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
2011-01-08 02:41:14 +00:00
|
|
|
# 2006, 2007, 2008, 2009, 2010, 2011
|
2004-07-14 07:44:37 +00:00
|
|
|
# National Institute of Advanced Industrial Science and Technology (AIST)
|
|
|
|
# Registration Number H14PRO021
|
1997-07-08 01:48:20 +00:00
|
|
|
|
2000-09-26 19:23:56 +00:00
|
|
|
# This file is part of GNU Emacs.
|
|
|
|
|
2008-05-07 03:41:32 +00:00
|
|
|
# GNU Emacs is free software: you can redistribute it and/or modify
|
2000-09-26 19:23:56 +00:00
|
|
|
# it under the terms of the GNU General Public License as published by
|
2008-05-07 03:41:32 +00:00
|
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
|
2000-09-26 19:23:56 +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.
|
2008-05-07 03:41:32 +00:00
|
|
|
|
2000-09-26 19:23:56 +00:00
|
|
|
# You should have received a copy of the GNU General Public License
|
2008-05-07 03:41:32 +00:00
|
|
|
# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
2000-09-26 19:23:56 +00:00
|
|
|
|
|
|
|
# Avoid trouble on systems where the `SHELL' variable might be
|
|
|
|
# inherited from the environment.
|
|
|
|
SHELL = /bin/sh
|
|
|
|
|
|
|
|
# Here are the things that we expect ../configure to edit.
|
|
|
|
version=@version@
|
|
|
|
prefix=@prefix@
|
2006-12-26 11:37:47 +00:00
|
|
|
datarootdir=@datarootdir@
|
2000-09-26 19:23:56 +00:00
|
|
|
datadir=@datadir@
|
|
|
|
srcdir=@srcdir@
|
2008-07-17 18:14:15 +00:00
|
|
|
ns_appresdir=@ns_appresdir@
|
2000-09-26 19:23:56 +00:00
|
|
|
|
|
|
|
# Where to install LEIM files.
|
2006-03-03 12:04:45 +00:00
|
|
|
INSTALLDIR=$(DESTDIR)${datadir}/emacs/${version}/leim
|
2000-09-26 19:23:56 +00:00
|
|
|
|
2005-11-03 17:00:51 +00:00
|
|
|
GZIP_PROG = @GZIP_PROG@
|
2005-11-01 11:49:07 +00:00
|
|
|
|
2000-09-26 19:23:56 +00:00
|
|
|
# Which Emacs to use to convert TIT files to Emacs Lisp files,
|
|
|
|
# byte-compile Emacs Lisp files, and generate the file leim-list.el.
|
2011-01-28 01:51:41 +00:00
|
|
|
BUILT_EMACS = ../src/emacs
|
2000-09-26 19:23:56 +00:00
|
|
|
|
2010-03-18 06:33:39 +00:00
|
|
|
buildlisppath=${srcdir}/../lisp
|
2000-09-26 19:23:56 +00:00
|
|
|
|
|
|
|
# How to run Emacs.
|
2011-01-28 01:51:41 +00:00
|
|
|
RUN_EMACS = EMACSLOADPATH=$(buildlisppath) LC_ALL=C \
|
|
|
|
${BUILT_EMACS} -batch --no-site-file --no-site-lisp
|
2000-09-26 19:23:56 +00:00
|
|
|
|
|
|
|
# Subdirectories to be made if ${srcdir} is different from the current
|
|
|
|
# directory.
|
|
|
|
SUBDIRS=quail
|
|
|
|
|
|
|
|
# Files generated from TIT dictionaries for Chinese GB character set.
|
2011-01-28 01:51:41 +00:00
|
|
|
TIT_GB=\
|
2000-09-26 19:23:56 +00:00
|
|
|
quail/CCDOSPY.elc \
|
|
|
|
quail/Punct.elc \
|
|
|
|
quail/QJ.elc \
|
|
|
|
quail/SW.elc \
|
2001-03-31 02:23:04 +00:00
|
|
|
quail/TONEPY.elc
|
2000-09-26 19:23:56 +00:00
|
|
|
|
|
|
|
# Files generated from TIT dictionaries for Chinese BIG5 character set.
|
2011-06-12 09:01:24 +00:00
|
|
|
TIT_BIG5=\
|
2000-09-26 19:23:56 +00:00
|
|
|
quail/4Corner.elc \
|
|
|
|
quail/ARRAY30.elc \
|
|
|
|
quail/ECDICT.elc \
|
|
|
|
quail/ETZY.elc \
|
|
|
|
quail/Punct-b5.elc \
|
|
|
|
quail/PY-b5.elc \
|
|
|
|
quail/QJ-b5.elc \
|
|
|
|
quail/ZOZY.elc
|
|
|
|
|
2011-01-28 01:51:41 +00:00
|
|
|
CHINESE_TIT=${TIT_GB} ${TIT_BIG5}
|
2000-09-26 19:23:56 +00:00
|
|
|
|
2011-01-28 01:51:41 +00:00
|
|
|
NON_TIT_GB=${srcdir}/quail/py-punct.elc
|
2000-09-26 19:23:56 +00:00
|
|
|
|
2011-01-28 01:51:41 +00:00
|
|
|
NON_TIT_BIG5=${srcdir}/quail/pypunct-b5.elc
|
2000-09-26 19:23:56 +00:00
|
|
|
|
2011-01-28 01:51:41 +00:00
|
|
|
CHINESE_NON_TIT=${NON_TIT_GB} ${NON_TIT_BIG5}
|
2000-09-26 19:23:56 +00:00
|
|
|
|
2011-01-28 01:51:41 +00:00
|
|
|
CHINESE_GB=${TIT_GB} ${NON_TIT_GB}
|
2000-09-26 19:23:56 +00:00
|
|
|
|
2011-01-28 01:51:41 +00:00
|
|
|
CHINESE_BIG5=${TIT_BIG5} ${NON_TIT_BIG5}
|
2000-09-26 19:23:56 +00:00
|
|
|
|
|
|
|
JAPANESE=${srcdir}/quail/japanese.elc ${srcdir}/ja-dic/ja-dic.elc
|
|
|
|
|
|
|
|
KOREAN= ${srcdir}/quail/hangul.elc \
|
|
|
|
${srcdir}/quail/hanja.elc \
|
2001-04-02 08:01:09 +00:00
|
|
|
${srcdir}/quail/hanja3.elc \
|
2000-09-26 19:23:56 +00:00
|
|
|
${srcdir}/quail/hanja-jis.elc \
|
|
|
|
${srcdir}/quail/symbol-ksc.elc
|
|
|
|
|
|
|
|
THAI=${srcdir}/quail/thai.elc
|
|
|
|
|
2002-03-04 17:23:22 +00:00
|
|
|
VIETNAMESE=${srcdir}/quail/viqr.elc ${srcdir}/quail/vntelex.elc
|
2000-09-26 19:23:56 +00:00
|
|
|
|
|
|
|
LAO=${srcdir}/quail/lao.elc ${srcdir}/quail/lrt.elc
|
|
|
|
|
2001-11-25 02:31:49 +00:00
|
|
|
INDIAN=${srcdir}/quail/indian.elc
|
2000-09-26 19:23:56 +00:00
|
|
|
|
|
|
|
TIBETAN=${srcdir}/quail/tibetan.elc
|
|
|
|
|
2001-02-01 07:31:45 +00:00
|
|
|
LATIN= ${srcdir}/quail/latin-pre.elc \
|
|
|
|
${srcdir}/quail/latin-post.elc \
|
2001-02-01 23:47:16 +00:00
|
|
|
${srcdir}/quail/latin-alt.elc \
|
2001-11-04 16:54:16 +00:00
|
|
|
${srcdir}/quail/latin-ltx.elc \
|
|
|
|
${srcdir}/quail/welsh.elc
|
|
|
|
|
|
|
|
UNICODE=${srcdir}/quail/sgml-input.elc ${srcdir}/quail/rfc1345.elc \
|
|
|
|
${srcdir}/quail/uni-input.elc
|
2000-09-26 19:23:56 +00:00
|
|
|
|
|
|
|
SLAVIC= \
|
|
|
|
${srcdir}/quail/czech.elc \
|
2003-01-05 00:18:44 +00:00
|
|
|
${srcdir}/quail/croatian.elc \
|
2000-09-26 19:23:56 +00:00
|
|
|
${srcdir}/quail/slovak.elc
|
|
|
|
|
|
|
|
GREEK=${srcdir}/quail/greek.elc
|
|
|
|
|
|
|
|
RUSSIAN=${srcdir}/quail/cyrillic.elc ${srcdir}/quail/cyril-jis.elc
|
|
|
|
|
2004-05-01 04:59:29 +00:00
|
|
|
OTHERS= \
|
2007-04-26 00:55:39 +00:00
|
|
|
${srcdir}/quail/arabic.elc \
|
2000-09-26 19:23:56 +00:00
|
|
|
${srcdir}/quail/ethiopic.elc \
|
|
|
|
${srcdir}/quail/ipa.elc \
|
2011-08-20 22:19:53 +00:00
|
|
|
${srcdir}/quail/ipa-praat.elc \
|
2001-11-04 16:54:16 +00:00
|
|
|
${srcdir}/quail/hebrew.elc \
|
2004-05-17 00:20:43 +00:00
|
|
|
${srcdir}/quail/georgian.elc \
|
2011-05-16 11:27:34 +00:00
|
|
|
$(srcdir)/quail/persian.elc \
|
2004-05-17 00:20:43 +00:00
|
|
|
${srcdir}/quail/sisheng.elc
|
2000-09-26 19:23:56 +00:00
|
|
|
|
2004-05-01 04:59:29 +00:00
|
|
|
MISC= \
|
2001-03-31 02:23:04 +00:00
|
|
|
quail/tsang-b5.elc \
|
|
|
|
quail/quick-b5.elc \
|
|
|
|
quail/tsang-cns.elc \
|
|
|
|
quail/quick-cns.elc \
|
|
|
|
quail/PY.elc \
|
2001-05-23 16:57:26 +00:00
|
|
|
quail/ZIRANMA.elc \
|
|
|
|
quail/CTLau.elc \
|
2001-05-24 11:57:18 +00:00
|
|
|
quail/CTLau-b5.elc
|
2001-03-31 02:23:04 +00:00
|
|
|
|
2011-01-28 01:51:41 +00:00
|
|
|
CHINESE=${CHINESE_GB} ${CHINESE_BIG5}
|
2000-09-26 19:23:56 +00:00
|
|
|
EASTASIA=${CHINESE} ${JAPANESE} ${KOREAN}
|
|
|
|
ASIA=${EASTASIA} ${THAI} ${VIETNAMESE} ${LAO} ${INDIAN} ${TIBETAN}
|
|
|
|
EUROPEAN=${LATIN} ${SLAVIC} ${GREEK} ${RUSSIAN}
|
2004-05-01 04:59:29 +00:00
|
|
|
WORLD=${ASIA} ${EUROPEAN} ${OTHERS} ${MISC} ${UNICODE}
|
2000-09-26 19:23:56 +00:00
|
|
|
|
2011-01-28 01:51:41 +00:00
|
|
|
TIT_MISC=${CHINESE_TIT} ${MISC}
|
|
|
|
NON_TIT_MISC=${CHINESE_NON_TIT} ${JAPANESE} ${KOREAN} ${EUROPEAN} ${OTHERS}
|
2000-09-26 19:23:56 +00:00
|
|
|
|
2000-11-21 01:25:01 +00:00
|
|
|
.SUFFIXES: .elc .el
|
|
|
|
|
2000-09-26 19:23:56 +00:00
|
|
|
.el.elc:
|
2008-06-27 00:54:23 +00:00
|
|
|
@echo Compiling $<
|
2011-01-28 01:51:41 +00:00
|
|
|
@${RUN_EMACS} -f batch-byte-compile $<
|
2000-09-26 19:23:56 +00:00
|
|
|
|
2011-01-28 01:51:41 +00:00
|
|
|
all: ${BUILT_EMACS} ${SUBDIRS} leim-list.el ${WORLD}
|
2000-09-26 19:23:56 +00:00
|
|
|
|
|
|
|
# To ensure that we can run Emacs. This target is ignored (never
|
|
|
|
# being hit) if a user changes default value of EMACS.
|
2010-03-18 06:33:39 +00:00
|
|
|
../src/emacs:
|
2000-09-26 19:23:56 +00:00
|
|
|
cd ../src; ${MAKE} ${MFLAGS} emacs
|
|
|
|
|
|
|
|
${SUBDIRS}:
|
|
|
|
mkdir $@
|
|
|
|
touch stamp-subdir
|
|
|
|
|
2011-01-28 01:51:41 +00:00
|
|
|
TIT_SOURCES= \
|
2004-05-04 01:28:16 +00:00
|
|
|
${srcdir}/CXTERM-DIC/4Corner.tit \
|
|
|
|
${srcdir}/CXTERM-DIC/ARRAY30.tit \
|
|
|
|
${srcdir}/CXTERM-DIC/CCDOSPY.tit \
|
|
|
|
${srcdir}/CXTERM-DIC/ECDICT.tit \
|
|
|
|
${srcdir}/CXTERM-DIC/ETZY.tit \
|
|
|
|
${srcdir}/CXTERM-DIC/PY-b5.tit \
|
|
|
|
${srcdir}/CXTERM-DIC/Punct-b5.tit \
|
|
|
|
${srcdir}/CXTERM-DIC/Punct.tit \
|
|
|
|
${srcdir}/CXTERM-DIC/QJ-b5.tit \
|
|
|
|
${srcdir}/CXTERM-DIC/QJ.tit \
|
|
|
|
${srcdir}/CXTERM-DIC/SW.tit \
|
|
|
|
${srcdir}/CXTERM-DIC/TONEPY.tit \
|
|
|
|
${srcdir}/CXTERM-DIC/ZOZY.tit
|
2004-05-01 04:59:29 +00:00
|
|
|
|
2011-01-28 01:51:41 +00:00
|
|
|
${CHINESE_TIT:.elc=.el}: changed.tit
|
2004-06-30 13:48:50 +00:00
|
|
|
@true
|
|
|
|
|
2011-01-28 01:51:41 +00:00
|
|
|
changed.tit: ${TIT_SOURCES}
|
|
|
|
${RUN_EMACS} -l ${buildlisppath}/international/titdic-cnv \
|
2004-05-11 08:56:01 +00:00
|
|
|
-f batch-titdic-convert -dir quail ${srcdir}/CXTERM-DIC; \
|
|
|
|
echo "changed" > $@
|
2004-05-01 04:59:29 +00:00
|
|
|
|
2011-01-28 01:51:41 +00:00
|
|
|
MISC_SOURCES= \
|
2004-05-04 01:28:16 +00:00
|
|
|
${srcdir}/MISC-DIC/CTLau-b5.html \
|
|
|
|
${srcdir}/MISC-DIC/CTLau.html \
|
|
|
|
${srcdir}/MISC-DIC/cangjie-table.b5 \
|
|
|
|
${srcdir}/MISC-DIC/cangjie-table.cns \
|
|
|
|
${srcdir}/MISC-DIC/pinyin.map \
|
|
|
|
${srcdir}/MISC-DIC/ziranma.cin
|
2004-05-01 04:59:29 +00:00
|
|
|
|
2004-06-30 13:48:50 +00:00
|
|
|
${MISC:.elc=.el}: changed.misc
|
|
|
|
@true
|
|
|
|
|
2011-01-28 01:51:41 +00:00
|
|
|
changed.misc: ${MISC_SOURCES}
|
|
|
|
${RUN_EMACS} -l ${buildlisppath}/international/titdic-cnv \
|
2004-05-11 08:56:01 +00:00
|
|
|
-f batch-miscdic-convert -dir quail ${srcdir}/MISC-DIC; \
|
|
|
|
echo "changed" > $@
|
2004-05-01 04:59:29 +00:00
|
|
|
|
2011-01-28 01:51:41 +00:00
|
|
|
leim-list.el: ${SUBDIRS} ${TIT_MISC} changed.tit changed.misc ${srcdir}/leim-ext.el
|
2009-08-29 19:43:34 +00:00
|
|
|
rm -f leim-list.el
|
2011-01-28 01:51:41 +00:00
|
|
|
${RUN_EMACS} -l ${buildlisppath}/international/quail \
|
|
|
|
-f batch-byte-compile-if-not-done ${TIT_MISC:.elc=.el}
|
2000-09-26 19:23:56 +00:00
|
|
|
if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \
|
2011-01-28 01:51:41 +00:00
|
|
|
${RUN_EMACS} -l ${buildlisppath}/international/quail \
|
2000-09-26 19:23:56 +00:00
|
|
|
--eval "(update-leim-list-file \".\")" ; \
|
|
|
|
else \
|
2011-01-28 01:51:41 +00:00
|
|
|
${RUN_EMACS} -l ${buildlisppath}/international/quail \
|
2000-09-26 19:23:56 +00:00
|
|
|
--eval "(update-leim-list-file \".\" \"${srcdir}\")" ; \
|
|
|
|
fi
|
2004-06-05 02:20:52 +00:00
|
|
|
sed -n '/^[^;]/ p' < ${srcdir}/leim-ext.el >> $@
|
2000-09-26 19:23:56 +00:00
|
|
|
|
2009-05-04 01:13:20 +00:00
|
|
|
MV_DIRS = for i in $$dir; do rm -fr `basename "$$i"` ; mv "$$i" . ; done
|
2008-12-30 20:13:38 +00:00
|
|
|
|
2000-09-26 19:23:56 +00:00
|
|
|
install: all
|
2006-10-12 05:53:27 +00:00
|
|
|
if [ ! -d ${INSTALLDIR} ] ; then \
|
Merge from gnulib, using build-aux to remove clutter.
* m4/largefile.m4: New file, so that Emacs does not mess up when
accessing files with large inode numbers in MacOS X 10.5 and later.
* m4/nocrash.m4: New file, to avoid triggering background debugger
and/or create core dumps during 'configure'.
* build-aux/move-if-change: Renamed from move-if-change.
* build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
* build-aux/snippet/c++defs.h: Renamed from c++defs.h.
* build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
* build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
* .bzrignore: The autogenerated files compile, config.guess,
config.sub, depcomp, install-sh, and missing are now in build-aux.
* Makefile.in (epaths-force, sync-from-gnulib):
move-if-change is now in build-aux.
(GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
of gnulib's pthread_sigmask module, but Emacs doesn't need it.
(mkdir): install-sh is now in build-aux.
* config.bat: c++defs.h is now in build-aux/snippets.
* configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
usual parameter).
* lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
* lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
to build-aux/snippet.
* lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
* m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
Solaris, enables MacOS extensions, and enables nocrash during
'configure'.
* make-dist: Adjust to new build-aux and build-aux/snippit dirs.
* admin/notes/copyright: The files compile, config.guess, config.sub,
depcomp, install-sh, missing, and move-if-change are now in the
new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
and warn-on-use.h are now in build-aux/snippets. New file
build-aux/snippets/_Noreturn.h.
* leim/Makefile.in (install): install-sh is now in build-aux.
* lib-src/Makefile.in ($(DESTDIR)${archlibdir}): install-sh moved
to build-aux.
* msdos/sedlibmk.inp (CONFIG_CLEAN_VPATH_FILES): Adjust to snippet moves
from top level to build-aux/snippet.
* src/Makefile.in (gl-stamp): move-if-change is now in build-aux.
2011-07-24 22:15:47 +00:00
|
|
|
umask 022; ${srcdir}/../build-aux/install-sh -d ${INSTALLDIR}; \
|
2006-10-12 05:53:27 +00:00
|
|
|
else true; fi
|
2000-09-26 19:23:56 +00:00
|
|
|
if [ x`(cd ${INSTALLDIR} && /bin/pwd)` != x`(/bin/pwd)` ] ; then \
|
2009-08-29 19:43:34 +00:00
|
|
|
rm -f ${INSTALLDIR}/leim-list.el; \
|
2006-10-12 05:53:27 +00:00
|
|
|
rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/ja-dic ; \
|
2000-09-26 19:23:56 +00:00
|
|
|
echo "Copying leim files to ${INSTALLDIR} ..." ; \
|
|
|
|
if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \
|
2002-05-17 11:13:10 +00:00
|
|
|
tar -chf - leim-list.el quail ja-dic \
|
2000-09-26 19:23:56 +00:00
|
|
|
| (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
|
|
|
|
else \
|
2002-05-17 11:13:10 +00:00
|
|
|
tar -chf - leim-list.el quail \
|
2000-09-26 19:23:56 +00:00
|
|
|
| (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
|
|
|
|
cd ${srcdir}; \
|
2002-05-17 11:13:10 +00:00
|
|
|
tar -chf - quail/* ja-dic \
|
2000-09-26 19:23:56 +00:00
|
|
|
| (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
|
|
|
|
fi; \
|
2009-04-12 11:22:13 +00:00
|
|
|
rm -f ${INSTALLDIR}/.gitignore ${INSTALLDIR}/*/.gitignore; \
|
2004-08-06 20:25:44 +00:00
|
|
|
rm -f ${INSTALLDIR}/.arch-inventory ${INSTALLDIR}/*/.arch-inventory; \
|
2003-04-05 19:07:30 +00:00
|
|
|
rm -f ${INSTALLDIR}/\#* ${INSTALLDIR}/*/\#* ; \
|
|
|
|
rm -f ${INSTALLDIR}/.\#* ${INSTALLDIR}/*/.\#* ; \
|
|
|
|
rm -f ${INSTALLDIR}/*~ ${INSTALLDIR}/*/*~ ; \
|
|
|
|
rm -f ${INSTALLDIR}/*.orig ${INSTALLDIR}/*/*.orig ; \
|
2000-09-26 19:23:56 +00:00
|
|
|
else true; fi
|
2005-11-01 11:49:07 +00:00
|
|
|
-unset CDPATH; \
|
2005-11-03 17:00:51 +00:00
|
|
|
if [ -n "${GZIP_PROG}" ]; \
|
2005-11-01 11:49:07 +00:00
|
|
|
then \
|
|
|
|
echo "Compressing *.el ..." ; \
|
|
|
|
(cd ${INSTALLDIR}; for f in `find . -name "*.elc" -print`; do \
|
2005-11-03 17:00:51 +00:00
|
|
|
${GZIP_PROG} -9n `echo $$f|sed 's/.elc$$/.el/'` ; \
|
2005-11-01 11:49:07 +00:00
|
|
|
done) \
|
|
|
|
else true; fi
|
2000-09-26 19:23:56 +00:00
|
|
|
-chmod -R a+r ${INSTALLDIR}
|
2007-10-31 03:17:50 +00:00
|
|
|
for installuser in $${LOGNAME} $${USERNAME} $${USER} \
|
|
|
|
`id -un 2> /dev/null`; do \
|
|
|
|
[ -n "$${installuser}" ] && break ; \
|
|
|
|
done ; \
|
2007-11-09 16:02:09 +00:00
|
|
|
find ${INSTALLDIR} -exec chown $${installuser} '{}' ';'
|
2008-07-17 18:14:15 +00:00
|
|
|
if [ "${ns_appresdir}" != "" ]; then \
|
|
|
|
( cd ${ns_appresdir} ; \
|
2008-12-30 20:13:38 +00:00
|
|
|
if test -d share/emacs ; then dir=share/emacs/*/*; $(MV_DIRS); fi;\
|
2008-07-17 18:14:15 +00:00
|
|
|
rm -fr share ) ; \
|
|
|
|
else true ; fi
|
2000-09-26 19:23:56 +00:00
|
|
|
|
|
|
|
clean mostlyclean:
|
2011-01-28 01:51:41 +00:00
|
|
|
rm -f ${TIT_MISC} ${TIT_MISC:.elc=.el} \
|
2004-05-01 04:59:29 +00:00
|
|
|
leim-list.el changed.tit changed.misc
|
2000-09-26 19:23:56 +00:00
|
|
|
|
2006-11-04 14:43:58 +00:00
|
|
|
# The following target is needed because the `clean' target only removes
|
|
|
|
# TIT-generated files and doesn't touch compiled Quail packages. But
|
|
|
|
# bootstrapping should not leave non-fresh .elc files behind.
|
|
|
|
bootstrap-clean: clean
|
|
|
|
rm -f ${WORLD}
|
2010-03-18 06:37:26 +00:00
|
|
|
## FIXME some compiled files go to srcdir, some don't?
|
|
|
|
# cd ${srcdir}; rm -f *.elc */*.elc
|
2006-11-04 14:43:58 +00:00
|
|
|
|
2004-03-01 06:56:32 +00:00
|
|
|
distclean: clean
|
2000-09-26 19:23:56 +00:00
|
|
|
if test -f stamp-subdir; then rm -rf ${SUBDIRS} stamp-subdir; fi
|
|
|
|
rm -f Makefile
|
2001-01-28 23:34:52 +00:00
|
|
|
|
2010-03-18 06:37:26 +00:00
|
|
|
maintainer-clean: distclean bootstrap-clean
|
2004-03-01 06:56:32 +00:00
|
|
|
|
|
|
|
extraclean: maintainer-clean
|
2010-03-18 06:37:26 +00:00
|
|
|
-rm -f *~ \#* */*~ */\#*
|
2007-11-17 03:50:23 +00:00
|
|
|
|
|
|
|
.PHONY: check-declare
|
|
|
|
|
|
|
|
check-declare:
|
2011-01-28 01:51:41 +00:00
|
|
|
$(RUN_EMACS) -l $(buildlisppath)/emacs-lisp/check-declare \
|
2007-11-17 03:50:23 +00:00
|
|
|
--eval '(check-declare-directory "$(srcdir)")'
|