view src/libSAD/Makefile @ 4663:413cce2453b2

added the bluetooth logo image
author Paula Stanciu <paula.stanciu@gmail.com>
date Sun, 29 Jun 2008 00:41:11 +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../..