#include "../../Kinput2.conf"

    SRCS = \
           misc.c 

    OBJS = $(SRCS:%.c=%.o)

INCLUDES = -I../../include -I$(RUBYSRC)

 DEFINES =

NormalLibraryObjectRule()
NormalLibraryTarget(Xrubylib,$(OBJS))
DependTarget()
