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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
032207ff2a87 install libSAD headers
mf0102 <0102@gmx.at>
parents: 4251
diff changeset
6 INCLUDES = libSAD.h \
032207ff2a87 install libSAD headers
mf0102 <0102@gmx.at>
parents: 4251
diff changeset
7 common.h \
032207ff2a87 install libSAD headers
mf0102 <0102@gmx.at>
parents: 4251
diff changeset
8 dither.h
032207ff2a87 install libSAD headers
mf0102 <0102@gmx.at>
parents: 4251
diff changeset
9
4261
80cdcabbc373 fixed order
mf0102 <0102@gmx.at>
parents: 4260
diff changeset
10 include ../../buildsys.mk
80cdcabbc373 fixed order
mf0102 <0102@gmx.at>
parents: 4260
diff changeset
11 include ../../extra.mk
80cdcabbc373 fixed order
mf0102 <0102@gmx.at>
parents: 4260
diff changeset
12
80cdcabbc373 fixed order
mf0102 <0102@gmx.at>
parents: 4260
diff changeset
13 PACKAGE = libSAD
4260
032207ff2a87 install libSAD headers
mf0102 <0102@gmx.at>
parents: 4251
diff changeset
14 CPPFLAGS += ${SIMD_CFLAGS} -I../..