view Imakefile @ 11:983aff0dcf18

imported patch 14_kinput2-v3.1-beta3-freewnn.diff
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 08 Mar 2010 20:37:40 +0900
parents 92745d501b9a
children
line wrap: on
line source

/*
 *	Imakefile for kinput2
 */

#include "Kinput2.conf"

#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

/*
 * maybe you should set TOP to make xmkmf work correctly
 */
/*     TOP = ../../../xc */

SUBDIRS = lib cmd ccdef sj3def

XCOMM for debug...
XCOMM CDEBUGFLAGS = -g -DDEBUG

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))