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.
 
 
 

21 líneas
325 B

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