/* $Id: Imakefile,v 1.3 2003/01/26 04:36:32 aida_s Exp $ */
/* This file derived from cmd/crxdic/Imakefile.
 * 1997/09/22 modified by fujieda
 */
#include "../../Canna.conf"

#ifdef USE_OBSOLETE_STYLE_FILENAME
    FUZOKUGODIC = $(DicDir)/canna/fuzokugo.d
#else
    FUZOKUGODIC = $(DicDir)/canna/fuzokugo.cbd
#endif
  EXTRA_DEFINES = -DHYOUJUN_GRAM=\"$(FUZOKUGODIC)\"

#define SimpleCommand
#define TargetName chkconc
#define WantRKLib
#include "../cmd.tmpl"
