view src/libguess/Makefile @ 3535:9ddf21ab5c84 trunk

Transit to Mk2.
author William Pitcock <nenolod@atheme.org>
date Mon, 17 Sep 2007 13:10:19 -0500
parents ce2d24746c09
children 625af2797f35
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