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

#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

       INCLUDES = -I$(WNNINCLUDESRC)
        DEFINES = $(WNNDEFINES) -DWNNDEFAULT -DMULTI $(CWNNLANGDEF) \
		$(TWNNLANGDEF) $(KWNNLANGDEF)
       LINTLIBS = 

SRCS = rk_bltinfn.c \
	rk_main.c \
	rk_modread.c \
	rk_read.c \
	rk_alloc.c \
	rk_vars.c
OBJS = rk_bltinfn.o \
	rk_main.o \
	rk_modread.o \
	rk_read.o \
	rk_alloc.o \
	rk_vars.o

LibraryObjectRule()
AllTarget($(OBJS))

DependTarget()
