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.
|
-
- include $(top_srcdir)/build/autotools/common.am
-
- SUBDIRS =
- SUBDIRS += neercs
- SUBDIRS += vimlol
- SUBDIRS += vslol
-
- 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
|