Mercurial > audlegacy
comparison 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 |
comparison
equal
deleted
inserted
replaced
4754:b136f202ebfa | 4757:bb0638143fc8 |
---|---|
6 dither_ops.c \ | 6 dither_ops.c \ |
7 noicegen.c | 7 noicegen.c |
8 | 8 |
9 INCLUDES = libSAD.h \ | 9 INCLUDES = libSAD.h \ |
10 common.h \ | 10 common.h \ |
11 dither.h | 11 dither.h \ |
12 debug.h | |
12 | 13 |
13 include ../../buildsys.mk | 14 include ../../buildsys.mk |
14 include ../../extra.mk | 15 include ../../extra.mk |
15 | 16 |
16 PACKAGE = libSAD | 17 PACKAGE = libSAD |