Last change
on this file since 316 was
307,
checked in by Sam Hocevar, 19 years ago
|
- test/hsv.c:
+ Trivial saturation/value rendering test.
|
File size:
595 bytes
|
Line | |
---|
1 | ############################################################################### |
---|
2 | # Automake targets and declarations for libcaca test programs |
---|
3 | ############################################################################### |
---|
4 | |
---|
5 | noinst_PROGRAMS = dithering hsv optipal |
---|
6 | |
---|
7 | dithering_SOURCES = dithering.c |
---|
8 | dithering_LDADD = ../src/libcaca.a @CACA_LIBS@ |
---|
9 | dithering_CPPFLAGS = -I$(top_srcdir)/src |
---|
10 | |
---|
11 | hsv_SOURCES = hsv.c |
---|
12 | hsv_LDADD = ../src/libcaca.a @CACA_LIBS@ |
---|
13 | hsv_CPPFLAGS = -I$(top_srcdir)/src |
---|
14 | |
---|
15 | optipal_SOURCES = optipal.c |
---|
16 | optipal_LDADD = ../src/libcaca.a @CACA_LIBS@ |
---|
17 | optipal_CPPFLAGS = -I$(top_srcdir)/src |
---|
18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.