view src/libSAD/Makefile @ 4750:74134c731db6

make libSAD shared library, so plugins can use it
author Andrew O. Shadoura <bugzilla@tut.by>
date Wed, 06 Aug 2008 22:30:35 +0300
parents 80cdcabbc373
children 4eb812a53716
line wrap: on
line source

LIB = ${LIB_PREFIX}SAD${LIB_SUFFIX}
LIB_MAJOR = 1
LIB_MINOR = 0

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../..