view src/libSAD/Makefile @ 4451:539f3cb7b1e8

Fix relative paths in construct_uri() function. (Bugzilla #246)
author Paul Marks <paul@pmarks.net>
date Sat, 12 Apr 2008 23:06:54 -0500
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../..