Last change
on this file since 2017 was
2017,
checked in by Pascal Terjan, 15 years ago
|
- Add missing methods in Caca::Display and add empty Caca::Event
|
File size:
985 bytes
|
Line | |
---|
1 | # $Id: $ |
---|
2 | rubylibdir=$(RUBY_SITEARCHDIR) |
---|
3 | |
---|
4 | if USE_RUBY |
---|
5 | rubylib_LTLIBRARIES = caca.la cucul.la |
---|
6 | TESTS = test |
---|
7 | endif |
---|
8 | |
---|
9 | cucul_la_CPPFLAGS = -I$(top_srcdir)/cucul -I$(RUBY_ARCHDIR) |
---|
10 | cucul_la_SOURCES = cucul.c cucul-canvas.c cucul-dither.c cucul-font.c |
---|
11 | cucul_la_LDFLAGS = -module -avoid-version -shared -L$(RUBY_LIBDIR) -l$(RUBY_SO_NAME) |
---|
12 | cucul_la_LIBADD = ../cucul/libcucul.la |
---|
13 | |
---|
14 | caca_la_CPPFLAGS = -I$(top_srcdir)/caca -I$(RUBY_ARCHDIR) |
---|
15 | caca_la_SOURCES = caca.c caca-display.c caca-event.c |
---|
16 | caca_la_LDFLAGS = -module -avoid-version -shared -L$(RUBY_LIBDIR) -l$(RUBY_SO_NAME) |
---|
17 | caca_la_LIBADD = ../caca/libcaca.la |
---|
18 | |
---|
19 | EXTRA_DIST = cucul-canvas.h \ |
---|
20 | cucul-dither.h \ |
---|
21 | cucul-font.h \ |
---|
22 | caca-display.h \ |
---|
23 | caca-event.h \ |
---|
24 | common.h \ |
---|
25 | test.rb \ |
---|
26 | t/tc_canvas.rb \ |
---|
27 | t/tc_dither.rb \ |
---|
28 | t/tc_font.rb \ |
---|
29 | t/tc_frame.rb \ |
---|
30 | README |
---|
31 | |
---|
32 | CFLAGS+=-Wno-strict-prototypes -Wno-missing-prototypes |
---|
Note: See
TracBrowser
for help on using the repository browser.