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.

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