view src/libguess/Makefile @ 4884:f1fc1d973f27

imported new plugin enumeration loop.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 22 Jun 2009 14:53:31 +0900
parents 625af2797f35
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