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.

23 lignes
362 B

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