Mercurial > audlegacy
annotate src/libSAD/Makefile @ 4261:80cdcabbc373
fixed order
author | mf0102 <0102@gmx.at> |
---|---|
date | Sat, 09 Feb 2008 19:36:39 +0100 |
parents | 032207ff2a87 |
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../.. |