XCOMM
XCOMM $Id: Imakefile,v 1.4 1993/01/08 07:03:19 proj Exp $
XCOMM
XCOMM
XCOMM Copyright 1989, 1990, 1991 by OMRON Corporation
XCOMM Copyright 1991 by Massachusetts Institute of Technology
XCOMM
XCOMM Permission to use, copy, modify, distribute, and sell this software and its
XCOMM documentation for any purpose is hereby granted without fee, provided that
XCOMM the above copyright notice appear in all copies and that both that
XCOMM copyright notice and this permission notice appear in supporting
XCOMM documentation, and that the names of OMRON and MIT not be used in
XCOMM advertising or publicity pertaining to distribution of the software without
XCOMM specific, written prior permission.  OMRON and MIT make no representations
XCOMM about the suitability of this software for any purpose.  It is provided
XCOMM "as is" without express or implied warranty.
XCOMM
XCOMM Wnn consortium is one of distributors of the official Wnn source code
XCOMM release.  Wnn consortium also makes no representations about the
XCOMM suitability of this software for any purpose.  It is provided "as is"
XCOMM without express or implied warranty.
XCOMM
XCOMM OMRON, MIT AND WNN CONSORTIUM DISCLAIM ALL WARRANTIES WITH REGARD TO
XCOMM THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
XCOMM FITNESS, IN NO EVENT SHALL OMRON, MIT OR WNN CONSORTIUM BE LIABLE FOR ANY
XCOMM SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
XCOMM RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
XCOMM CONTRACT, NEGLIGENCE OR OTHER TORTUOUS ACTION, ARISING OUT OF OR IN
XCOMM CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
XCOMM

   INSTALLFLAGS = $(INSTDATFLAGS)

XWNMOLANGJDS = uumrc.xim \
	uumrc_p.xim \
	uumrc_z.xim \
	uumkey.xim \
	uumkey_p.xim

XWNMOMSGS = xim.msg \
	xjutil.msg

all::

includes:: $(XWNMOMSGS)

LinkDiffNameFile(xim.msg,xi.msg.zh_TW,$(XWNMOSRC))
LinkDiffNameFile(xjutil.msg,xj.msg.zh_TW,$(XJUTILSRC))

InstallMultipleDest(install, $(XWNMOLANGJDS),$(TWNNWNNDIR))
InstallMultipleDest(install, $(XWNMOMSGS),$(TWNNWNNDIR))

depend::

clean::
	$(RM) $(XWNMOMSGS)

