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
313 B

  1. # $Id$
  2. include_HEADERS = cucul.h
  3. lib_LTLIBRARIES = libcucul.la
  4. libcucul_la_SOURCES = \
  5. cucul.c \
  6. cucul.h \
  7. cucul_internals.h \
  8. char.c \
  9. math.c \
  10. line.c \
  11. box.c \
  12. conic.c \
  13. triangle.c \
  14. sprite.c \
  15. bitmap.c \
  16. export.c \
  17. $(NULL)
  18. libcucul_la_LDFLAGS = -no-undefined
  19. libcucul_la_LIBADD = @CUCUL_LIBS@