Mercurial > audlegacy
view src/libSAD/Makefile @ 4757:bb0638143fc8
move libSAD's DEBUG_MSG out of global scope, as it breaks timidity and possible something else
author | Andrew O. Shadoura <bugzilla@tut.by> |
---|---|
date | Thu, 07 Aug 2008 12:29:24 +0300 |
parents | 4eb812a53716 |
children | d0218338996d |
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 \ debug.h include ../../buildsys.mk include ../../extra.mk PACKAGE = libSAD CPPFLAGS += ${SIMD_CFLAGS} -I../.. CFLAGS += ${LIB_CFLAGS}