view src/libSAD/Makefile @ 4232:704607c1f858

1st attempt to integrate dithering and RG engine
author Eugene Zagidullin <e.asphyx@gmail.com>
date Wed, 30 Jan 2008 01:22:37 +0300
parents
children 74c6f3d3cf1d
line wrap: on
line source

STATIC_LIB_NOINST = libSAD.a
SRCS = dither.c \
       dither_ops.c \
       SFMT.c \
       noicegen.c

include ../../buildsys.mk