comparison src/libSAD/Makefile @ 4750:74134c731db6

make libSAD shared library, so plugins can use it
author Andrew O. Shadoura <bugzilla@tut.by>
date Wed, 06 Aug 2008 22:30:35 +0300
parents 80cdcabbc373
children 4eb812a53716
comparison
equal deleted inserted replaced
4699:7bf9affe88b6 4750:74134c731db6
1 STATIC_LIB_NOINST = libSAD.a 1 LIB = ${LIB_PREFIX}SAD${LIB_SUFFIX}
2 LIB_MAJOR = 1
3 LIB_MINOR = 0
4
2 SRCS = dither.c \ 5 SRCS = dither.c \
3 dither_ops.c \ 6 dither_ops.c \
4 noicegen.c 7 noicegen.c
5 8
6 INCLUDES = libSAD.h \ 9 INCLUDES = libSAD.h \