view src/libSAD/Makefile @ 4793:7f318fa97ea3

Only gtk.h should be included, as per -DGTK_DISABLE_SINGLE_INCLUDES (GTK+ 3 compatibility project).
author Tony Vroon <chainsaw@gentoo.org>
date Sat, 04 Oct 2008 23:41:34 +0100
parents d0218338996d
children 7bf7f83a217e
line wrap: on
line source

LIB = ${LIB_PREFIX}SAD${LIB_SUFFIX}
LIB_MAJOR = 1
LIB_MINOR = 0

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../..
CFLAGS += ${LIB_CFLAGS}