| Revision 2008,
687 bytes
checked in by pterjan, 6 years ago
(diff) |
- Add Cucul::Dither (incomplete)
|
| Line | |
|---|
| 1 | # $Id: $ |
|---|
| 2 | rubylibdir=$(RUBY_SITEARCHDIR) |
|---|
| 3 | |
|---|
| 4 | if USE_RUBY |
|---|
| 5 | rubylib_LTLIBRARIES = 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 | EXTRA_DIST = cucul-canvas.h \ |
|---|
| 15 | cucul-dither.h \ |
|---|
| 16 | cucul-font.h \ |
|---|
| 17 | common.h \ |
|---|
| 18 | test.rb \ |
|---|
| 19 | t/tc_canvas.rb \ |
|---|
| 20 | t/tc_dither.rb \ |
|---|
| 21 | t/tc_font.rb \ |
|---|
| 22 | t/tc_frame.rb \ |
|---|
| 23 | README |
|---|
| 24 | |
|---|
| 25 | CFLAGS+=-Wno-strict-prototypes -Wno-missing-prototypes |
|---|
Note: See
TracBrowser
for help on using the repository browser.