Last change
on this file since 342 was
342,
checked in by Sam Hocevar, 19 years ago
|
- Fixed $Id in all Makefile.am files.
|
-
Property svn:keywords set to
Id
|
File size:
390 bytes
|
Line | |
---|
1 | # $Id: Makefile.am 342 2004-01-12 16:22:35Z sam $ |
---|
2 | |
---|
3 | include_HEADERS = caca.h |
---|
4 | |
---|
5 | lib_LIBRARIES = libcaca.a $(libcaca_pic_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 | bitmap.c \ |
---|
19 | time.c \ |
---|
20 | $(NULL) |
---|
21 | |
---|
22 | if NEED_PIC |
---|
23 | libcaca_pic_a = libcaca_pic.a |
---|
24 | endif |
---|
25 | libcaca_pic_a_SOURCES = $(libcaca_a_SOURCES) |
---|
26 | libcaca_pic_a_CPPFLAGS = -fPIC -DPIC |
---|
27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.