comparison src/libSAD/Makefile @ 4260:032207ff2a87

install libSAD headers
author mf0102 <0102@gmx.at>
date Sat, 09 Feb 2008 19:20:19 +0100
parents 1046f9c3174d
children 80cdcabbc373
comparison
equal deleted inserted replaced
4259:92642f860860 4260:032207ff2a87
1 include ../../buildsys.mk
2 include ../../extra.mk
3
4 PACKAGE = libSAD
5
1 STATIC_LIB_NOINST = libSAD.a 6 STATIC_LIB_NOINST = libSAD.a
2 SRCS = dither.c \ 7 SRCS = dither.c \
3 dither_ops.c \ 8 dither_ops.c \
4 noicegen.c 9 noicegen.c
5 10
6 include ../../buildsys.mk
7 include ../../extra.mk
8 11
9 CPPFLAGS += ${SIMD_CFLAGS} 12 INCLUDES = libSAD.h \
13 common.h \
14 dither.h
15
16 CPPFLAGS += ${SIMD_CFLAGS} -I../..