view src/libSAD/Makefile @ 4260:032207ff2a87

install libSAD headers
author mf0102 <0102@gmx.at>
date Sat, 09 Feb 2008 19:20:19 +0100
parents 1046f9c3174d
children 80cdcabbc373
line wrap: on
line source

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

PACKAGE = libSAD

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


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

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