You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
614 B

  1. # $Id: $
  2. rubylibdir=$(RUBY_SITEARCHDIR)
  3. if USE_RUBY
  4. rubylib_LTLIBRARIES = cucul.la
  5. TESTS = test
  6. endif
  7. cucul_la_CPPFLAGS = -I$(top_srcdir)/cucul -I$(RUBY_ARCHDIR)
  8. cucul_la_SOURCES = cucul.c cucul-canvas.c cucul-font.c
  9. cucul_la_LDFLAGS = -module -avoid-version -shared -L$(RUBY_LIBDIR) -l$(RUBY_SO_NAME)
  10. cucul_la_LIBADD = ../cucul/libcucul.la
  11. EXTRA_DIST = cucul-canvas.h \
  12. cucul-canvas.h \
  13. common.h \
  14. test.rb \
  15. t/tc_canvas.rb \
  16. t/tc_font.rb \
  17. t/tc_frame.rb \
  18. README
  19. CFLAGS+=-Wno-strict-prototypes -Wno-missing-prototypes