XCOMM
XCOMM $Id: Imakefile,v 1.3.2.1 1999/02/08 06:02:47 yamasita Exp $
XCOMM


XCOMM FreeWnn is a network-extensible Kana-to-Kanji conversion system.
XCOMM This file is part of FreeWnn.
XCOMM 
XCOMM Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991, 1992, 1999
XCOMM Copyright 1991 by the Massachusetts Institute of Technology
XCOMM
XCOMM Author: OMRON SOFTWARE Co., Ltd. <freewnn@rd.kyoto.omronsoft.co.jp>
XCOMM
XCOMM This program is free software; you can redistribute it and/or modify
XCOMM it under the terms of the GNU General Public License as published by
XCOMM the Free Software Foundation; either version 2, or (at your option)
XCOMM any later version.
XCOMM
XCOMM This program is distributed in the hope that it will be useful,
XCOMM but WITHOUT ANY WARRANTY; without even the implied warranty of
XCOMM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
XCOMM GNU General Public License for more details.
XCOMM
XCOMM You should have received a copy of the GNU General Public License
XCOMM along with GNU Emacs; see the file COPYING.  If not, write to the
XCOMM Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
XCOMM
XCOMM Commentary:
XCOMM
XCOMM Change log:
XCOMM
XCOMM Last modified date: 8,Feb.1999
XCOMM

XCOMM X11R5 Input Method Test Program
XCOMM Imakefile v 1.0	Thu Mar 14 14:29:14 JST 1991
XCOMM
XCOMM	Author: Takashi Inoue	OMRON Corporation
XCOMM				takashi@ari.ncl.omron.co.jp
XCOMM

XCOMM ifndef uniosu
XCOMM ifndef	HasGcc
XCOMM define	HasGcc	YES
XCOMM endif
XCOMM endif

ARCS =  $(XMULIB) $(XLIB)

LOCAL_LIBRARIES = $(ARCS)

#ifdef uniosu
SYSLIBS= -lcurses -lj
#else
SYSLIBS= -lcurses -ltermcap
#endif

INCLUDES = -I$(TOP) -I$(XLIBSRC)

TOP_INCLUDES =

OBJS1 =	ximtest.o \
	curses.o \
	xresource.o \
	chkim.o	\
	chkic.o	\
	chkutil.o \
	keyev.o	\
	chkfe.o	\
	chkxls.o \
	chkcset.o \
	chkpsset.o \
	callback.o \
	chkreset.o \
	funcv.o	\
	final.o

SRCS1 =	ximtest.c \
	curses.c \
	xresource.c \
	chkim.c	\
	chkic.c	\
	chkutil.c \
	keyev.c	\
	chkfe.c	\
	chkxls.c \
	chkcset.c \
	chkpsset.c \
	callback.c \
	chkreset.c \
	funcv.c	\
	final.c


AllTarget(ximtest)
SingleProgramTarget(ximtest, $(OBJS1), $(LOCAL_LIBRARIES), $(SYSLIBS))




