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.

21 lignes
315 B

  1. include $(top_srcdir)/build/autotools/common.am
  2. SUBDIRS =
  3. SUBDIRS += lolunit
  4. SUBDIRS += vimlol
  5. SUBDIRS += vslol
  6. if BUILD_TOOLS
  7. noinst_PROGRAMS = $(make_font)
  8. endif
  9. make_font_SOURCES = make-font.cpp
  10. make_font_CPPFLAGS = @CACA_CFLAGS@
  11. make_font_LDFLAGS = @CACA_LIBS@
  12. if LOL_USE_CACA
  13. make_font = make-font
  14. endif