Mercurial > audlegacy
annotate src/libSAD/Makefile @ 4739:4d15507f568c
remove reduntant call
author | Tomasz Mon <desowin@gmail.com> |
---|---|
date | Sat, 19 Jul 2008 16:57:45 +0200 |
parents | 80cdcabbc373 |
children | 74134c731db6 |
rev | line source |
---|---|
4232
704607c1f858
1st attempt to integrate dithering and RG engine
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
diff
changeset
|
1 STATIC_LIB_NOINST = libSAD.a |
704607c1f858
1st attempt to integrate dithering and RG engine
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
diff
changeset
|
2 SRCS = dither.c \ |
704607c1f858
1st attempt to integrate dithering and RG engine
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
diff
changeset
|
3 dither_ops.c \ |
704607c1f858
1st attempt to integrate dithering and RG engine
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
diff
changeset
|
4 noicegen.c |
704607c1f858
1st attempt to integrate dithering and RG engine
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
diff
changeset
|
5 |
4260 | 6 INCLUDES = libSAD.h \ |
7 common.h \ | |
8 dither.h | |
9 | |
4261 | 10 include ../../buildsys.mk |
11 include ../../extra.mk | |
12 | |
13 PACKAGE = libSAD | |
4260 | 14 CPPFLAGS += ${SIMD_CFLAGS} -I../.. |