Mercurial > audlegacy
annotate src/libSAD/Makefile @ 4389:dae64d9d2759
Use GTK's built in double buffering support.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sat, 29 Mar 2008 19:23:51 -0500 |
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../.. |