Last change
on this file since 198 was
198,
checked in by Sam Hocevar, 19 years ago
|
- src/io.c src/caca.h:
+ Interpret escape sequences for F1, F2, left, right, etc.
- src/Makefile.am examples/Makefile.am:
+ Install caca.h in /usr/include.
+ Do not install example programs.
- src/blit.c:
+ Minor improvements to grayscale colors.
|
File size:
431 bytes
|
Line | |
---|
1 | ############################################################################### |
---|
2 | # Automake targets and declarations for libcaca |
---|
3 | ############################################################################### |
---|
4 | |
---|
5 | lib_LIBRARIES = libcaca.a |
---|
6 | libcaca_a_SOURCES = \ |
---|
7 | caca.c \ |
---|
8 | caca.h \ |
---|
9 | caca_internals.h \ |
---|
10 | graphics.c \ |
---|
11 | io.c \ |
---|
12 | math.c \ |
---|
13 | line.c \ |
---|
14 | box.c \ |
---|
15 | conic.c \ |
---|
16 | triangle.c \ |
---|
17 | sprite.c \ |
---|
18 | blit.c \ |
---|
19 | $(NULL) |
---|
20 | |
---|
21 | include_HEADERS = caca.h |
---|
22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.