Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

19 lignes
460 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
  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. test.rb \
  13. t/tc_frame.rb
  14. CFLAGS+=-Wno-strict-prototypes -Wno-missing-prototypes