diff lib/Xrubylib/Imakefile @ 16:598fcbe482b5

imported patch 19_kinput2-v3.1-ruby.patch
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 08 Mar 2010 20:38:17 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/Xrubylib/Imakefile	Mon Mar 08 20:38:17 2010 +0900
@@ -0,0 +1,14 @@
+#include "../../Kinput2.conf"
+
+    SRCS = \
+           misc.c 
+
+    OBJS = $(SRCS:%.c=%.o)
+
+INCLUDES = -I../../include -I$(RUBYSRC)
+
+ DEFINES =
+
+NormalLibraryObjectRule()
+NormalLibraryTarget(Xrubylib,$(OBJS))
+DependTarget()