Last change
on this file since 293 was
293,
checked in by Sam Hocevar, 19 years ago
|
- test/optipal.c:
+ Optimised S-Lang palette generator.
- src/graphics:
+ Removed the S-Lang palette generator and replaced it with the tables
generated by optipal.
|
File size:
494 bytes
|
Line | |
---|
1 | ############################################################################### |
---|
2 | # Automake targets and declarations for libcaca test programs |
---|
3 | ############################################################################### |
---|
4 | |
---|
5 | noinst_PROGRAMS = dithering optipal |
---|
6 | |
---|
7 | dithering_SOURCES = dithering.c |
---|
8 | dithering_LDADD = ../src/libcaca.a @CACA_LIBS@ |
---|
9 | dithering_CPPFLAGS = -I$(top_srcdir)/src |
---|
10 | |
---|
11 | optipal_SOURCES = optipal.c |
---|
12 | optipal_LDADD = ../src/libcaca.a @CACA_LIBS@ |
---|
13 | optipal_CPPFLAGS = -I$(top_srcdir)/src |
---|
14 | |
---|
Note: See
TracBrowser
for help on using the repository browser.