diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Imakefile	Mon Mar 08 04:44:30 2010 +0900
@@ -0,0 +1,21 @@
+/*
+ *	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))