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.

16 lignes
206 B

  1. SUBDIRS =
  2. SUBDIRS += neercs
  3. noinst_PROGRAMS = $(make_font)
  4. make_font_SOURCES = make-font.cpp
  5. make_font_CPPFLAGS = @CACA_CFLAGS@
  6. make_font_LDFLAGS = @CACA_LIBS@
  7. if USE_CACA
  8. make_font = make-font
  9. endif