view src/libguess/Makefile @ 3572:625af2797f35 trunk

Clean up Makefiles.
author Jonathan Schleifer <js@h3c.de>
date Wed, 19 Sep 2007 17:32:47 +0200
parents 9ddf21ab5c84
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