view src/libSAD/Makefile @ 4261:80cdcabbc373

fixed order
author mf0102 <0102@gmx.at>
date Sat, 09 Feb 2008 19:36:39 +0100
parents 032207ff2a87
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../..