comparison Makefile.aud @ 0:d9b6ff839eab

initial import
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Fri, 30 Nov 2007 19:34:51 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:d9b6ff839eab
1 STATIC_LIB_NOINST = libguess.a
2 SRCS = guess.c \
3 arabic_impl.c \
4 cjk_impl.c \
5 greek_impl.c \
6 hebrew_impl.c \
7 russian_impl.c \
8 turkish_impl.c
9
10 include ../../buildsys.mk