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.

22 lignes
335 B

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