view src/libSAD/Makefile @ 4251:1046f9c3174d

- compile fix: add extra.mk to Makefile - little cleanup for maintainability
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Mon, 04 Feb 2008 16:40:24 +0900
parents b293ce14a01a
children 032207ff2a87
line wrap: on
line source

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

include ../../buildsys.mk
include ../../extra.mk

CPPFLAGS += ${SIMD_CFLAGS}