view Makefile.aud @ 1:04f2be1c8464

update Makefile
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Sat, 01 Dec 2007 03:27:31 +0900
parents d9b6ff839eab
children
line wrap: on
line source

STATIC_LIB_NOINST = libguess.a
SRCS = guess.c		\
       arabic_impl.c	\
       cjk_impl.c	\
       greek_impl.c	\
       hebrew_impl.c	\
       russian_impl.c	\
       turkish_impl.c

include ../../buildsys.mk