view src/libSAD/Makefile @ 4618:76573253fa55

Configure option '--enable-one-plugin-dir' is unused in core, so we'll remove it.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Jun 2008 09:20:37 +0300
parents 80cdcabbc373
children 74134c731db6
line wrap: on
line source

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

INCLUDES = libSAD.h \
           common.h \
           dither.h

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

PACKAGE = libSAD
CPPFLAGS += ${SIMD_CFLAGS} -I../..