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.
 
 
 

8 lignes
158 B

  1. noinst_PROGRAMS = make-font
  2. make_font_SOURCES = make-font.cpp
  3. make_font_CXXFLAGS = `pkg-config --cflags caca`
  4. make_font_LDFLAGS = `pkg-config --libs caca`