view src/libSAD/Makefile @ 4510:3429239e22e7

very little intendation cleanup
author mf0102 <0102@gmx.at>
date Tue, 22 Apr 2008 14:24:40 +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../..