File: Imakefile

package info (click to toggle)
canna 3.7p3-13
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,220 kB
  • ctags: 9,776
  • sloc: ansic: 85,928; sh: 2,777; yacc: 403; cpp: 389; lex: 379; makefile: 74; awk: 7
file content (17 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* $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"