diff lib/Xatoklib/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/lib/Xatoklib/Imakefile	Mon Mar 08 04:44:30 2010 +0900
@@ -0,0 +1,22 @@
+#include "../../Kinput2.conf"
+
+             SRCS = \
+		aux.c \
+		buffer.c \
+		compstr.c \
+		event.c \
+		if.c \
+		key.c \
+		misc.c \
+		segment.c \
+		sysline.c
+
+             OBJS = $(SRCS:%.c=%.o)
+
+   	INCLUDES = -I../../include  -I$(ATOKINCDIR)
+
+          DEFINES =
+
+NormalLibraryObjectRule()
+NormalLibraryTarget(Xatoklib,$(OBJS))
+DependTarget()