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.
|
-
- SUBDIRS =
- SUBDIRS += neercs
-
-
- noinst_PROGRAMS = $(make_font)
-
- make_font_SOURCES = make-font.cpp
- make_font_CPPFLAGS = @CACA_CFLAGS@
- make_font_LDFLAGS = @CACA_LIBS@
-
- if USE_CACA
- make_font = make-font
- endif
|