comparison 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
comparison
equal deleted inserted replaced
15:89750191b165 16:598fcbe482b5
1 #include "../../Kinput2.conf"
2
3 SRCS = \
4 misc.c
5
6 OBJS = $(SRCS:%.c=%.o)
7
8 INCLUDES = -I../../include -I$(RUBYSRC)
9
10 DEFINES =
11
12 NormalLibraryObjectRule()
13 NormalLibraryTarget(Xrubylib,$(OBJS))
14 DependTarget()