comparison Imakefile @ 0:92745d501b9a

initial import from kinput2-v3.1
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 08 Mar 2010 04:44:30 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:92745d501b9a
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
15 SUBDIRS = lib cmd ccdef sj3def
16
17 XCOMM for debug...
18 XCOMM CDEBUGFLAGS = -g -DDEBUG
19
20 MakeSubdirs($(SUBDIRS))
21 DependSubdirs($(SUBDIRS))