Last change
on this file since 539 was
539,
checked in by Sam Hocevar, 15 years ago
|
- Split caca/graphics.c into driver-specific files. Resize is currently
broken, and event handling is not yet in the driver-specific files, but
I will of course fix that later.
|
-
Property svn:keywords set to
Id
|
File size:
409 bytes
|
Line | |
---|
1 | # $Id: Makefile.am 539 2006-03-06 23:01:59Z sam $ |
---|
2 | |
---|
3 | include_HEADERS = caca.h |
---|
4 | |
---|
5 | lib_LTLIBRARIES = libcaca.la |
---|
6 | |
---|
7 | libcaca_la_SOURCES = \ |
---|
8 | caca.c \ |
---|
9 | caca.h \ |
---|
10 | caca_internals.h \ |
---|
11 | graphics.c \ |
---|
12 | event.c \ |
---|
13 | time.c \ |
---|
14 | driver_conio.c \ |
---|
15 | driver_gl.c \ |
---|
16 | driver_ncurses.c \ |
---|
17 | driver_slang.c \ |
---|
18 | driver_win32.c \ |
---|
19 | driver_x11.c \ |
---|
20 | $(NULL) |
---|
21 | libcaca_la_CPPFLAGS = -I$(top_srcdir)/cucul |
---|
22 | libcaca_la_LDFLAGS = -no-undefined |
---|
23 | libcaca_la_LIBADD = ../cucul/libcucul.la @CACA_LIBS@ |
---|
24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.