No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 

16 líneas
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