view Imakefile @ 21:7a454839a6de default tip

add some missing header files
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 09 Mar 2010 19:02:39 +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))