1/*
2 *	Imakefile for kinput2
3 */
4
5#include "Kinput2.conf"
6
7#define IHaveSubdirs
8#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
9
10/*
11 * maybe you should set TOP to make xmkmf work correctly
12 */
13/*     TOP = ../../../xc */
14
15SUBDIRS = lib cmd ccdef sj3def
16
17XCOMM for debug...
18XCOMM CDEBUGFLAGS = -g -DDEBUG
19
20MakeSubdirs($(SUBDIRS))
21DependSubdirs($(SUBDIRS))
22