Mercurial > audlegacy
annotate src/libSAD/Makefile @ 4806:563b6f48acd9
Move one line to fix dependency generation.
author | Jonathan Schleifer <js-audacious@webkeks.org> |
---|---|
date | Sat, 01 Nov 2008 20:09:43 +0100 |
parents | d0218338996d |
children | 7bf7f83a217e |
rev | line source |
---|---|
4750
74134c731db6
make libSAD shared library, so plugins can use it
Andrew O. Shadoura <bugzilla@tut.by>
parents:
4261
diff
changeset
|
1 LIB = ${LIB_PREFIX}SAD${LIB_SUFFIX} |
74134c731db6
make libSAD shared library, so plugins can use it
Andrew O. Shadoura <bugzilla@tut.by>
parents:
4261
diff
changeset
|
2 LIB_MAJOR = 1 |
74134c731db6
make libSAD shared library, so plugins can use it
Andrew O. Shadoura <bugzilla@tut.by>
parents:
4261
diff
changeset
|
3 LIB_MINOR = 0 |
74134c731db6
make libSAD shared library, so plugins can use it
Andrew O. Shadoura <bugzilla@tut.by>
parents:
4261
diff
changeset
|
4 |
4232
704607c1f858
1st attempt to integrate dithering and RG engine
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
diff
changeset
|
5 SRCS = dither.c \ |
704607c1f858
1st attempt to integrate dithering and RG engine
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
diff
changeset
|
6 dither_ops.c \ |
704607c1f858
1st attempt to integrate dithering and RG engine
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
diff
changeset
|
7 noicegen.c |
704607c1f858
1st attempt to integrate dithering and RG engine
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
diff
changeset
|
8 |
4260 | 9 INCLUDES = libSAD.h \ |
10 common.h \ | |
4760 | 11 dither.h |
4260 | 12 |
4261 | 13 include ../../buildsys.mk |
14 include ../../extra.mk | |
15 | |
16 PACKAGE = libSAD | |
4260 | 17 CPPFLAGS += ${SIMD_CFLAGS} -I../.. |
4753 | 18 CFLAGS += ${LIB_CFLAGS} |