/* $Id: Imakefile,v 1.10 1994/01/28 05:24:31 kon Exp $ */
#include "../../Canna.conf"

      CANNAROOT = ../..
       INCLUDES = -I$(CANNAROOT)/include -I$(CANNAROOT)/lib/RK
LOCAL_LIBRARIES = $(CANNAROOT)/lib/RK/libRK.a
           SRCS = crxdic.c
    FUZOKUGODIC = $(DicDir)/canna/fuzokugo.d
  EXTRA_DEFINES = -DHYOUJUN_GRAM=\"$(FUZOKUGODIC)\"

AllTarget(crxdic)
NormalProgramTarget(crxdic,crxdic.o,$(LOCAL_LIBRARIES),$(LOCAL_LIBRARIES),)
InstallProgram(crxdic,$(cannaBinDir))
DependTarget()
LintTarget()
