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.
 
 
 
 
 
 

22 rivejä
475 B

  1. # $Id$
  2. AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\"
  3. noinst_PROGRAMS = optipal sortchars $(pango_programs)
  4. optipal_SOURCES = optipal.c
  5. sortchars_SOURCES = sortchars.c
  6. sortchars_LDADD = ../cucul/libcucul.la
  7. makefont_SOURCES = makefont.c
  8. makefont_LDADD = ../cucul/libcucul.la
  9. makefont_CFLAGS = $(PANGOFT2_CFLAGS)
  10. makefont_LDFLAGS = $(PANGOFT2_LIBS)
  11. if USE_PANGO
  12. pango_programs = makefont
  13. else
  14. pango_programs =
  15. endif