view src/libSAD/Makefile @ 4421:ae628568ea94

make selection working for last item in playlist
author Tomasz Mon <desowin@gmail.com>
date Mon, 31 Mar 2008 20:47:07 +0200
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../..