#include "../../Skkinput.conf"

SRCS = TFontSet.c TTerminal.c dispatch.c AfxWin.c TFont.c \
       dtext.c ttext.c
OBJS = TFontSet.o TTerminal.o dispatch.o AfxWin.o TFont.o \
       dtext.o ttext.o

LOCAL_INCLUDES = -I../common -I../misc
INCLUDES = $(LOCAL_INCLUDES)

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

