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.
 
 
 
 
 
 

42 lines
692 B

  1. # $Id$
  2. EXTRA_DIST = cucul.pc.in mono9.data monobold12.data
  3. DISTCLEANFILES = cucul.pc
  4. pkgconfig_DATA = cucul.pc
  5. pkgconfigdir = $(libdir)/pkgconfig
  6. include_HEADERS = cucul.h
  7. lib_LTLIBRARIES = libcucul.la
  8. libcucul_la_SOURCES = \
  9. cucul.c \
  10. cucul.h \
  11. cucul_internals.h \
  12. legacy.c \
  13. canvas.c \
  14. transform.c \
  15. charset.c \
  16. attr.c \
  17. line.c \
  18. box.c \
  19. conic.c \
  20. triangle.c \
  21. frame.c \
  22. dither.c \
  23. font.c \
  24. import.c \
  25. export.c \
  26. file.c \
  27. figfont.c \
  28. $(NULL)
  29. libcucul_la_DEPENDENCIES = \
  30. mono9.data \
  31. monobold12.data \
  32. $(NULL)
  33. AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul
  34. libcucul_la_LDFLAGS = -no-undefined -version-number @LT_VERSION@
  35. libcucul_la_LIBADD = $(ZLIB_LIBS)